Aerospike Node.js client version 3.16.0 was released on May 18, 2020.
This release adds new features and updates, including a breaking change.
- A bug affecting this version of the Node.js client has been identified.
- If your application uses scans, we strongly recommend that you upgrade to Node.js client 3.16.7 at the earliest opportunity.
New Features
- Add max records option for sampling with basic scans. Requires server version 4.9 or later. #359
- Add support for HyperLogLog data type and operations. Requires server version 4.9 or later. #361
- Add minConnsPerNode and maxSocketIdle client config. #366