Releases: aerospike/aerospike-client-nodejs
Releases · aerospike/aerospike-client-nodejs
[3.10.0] - 2019-04-08
-
New Features
- Support new relaxed read modes for SC namespaces. (via C client v4.6)
- Use stack based connection pools for more aggressive trimming of idle connections. (via C client v4.6)
-
Updates
- BREAKING: Read consistency level changes - see Incompatible API Changes for details.
- Update C client library to v4.6.1.
- Update nan to v2.13.2.
- Update mocha, codecov & other dev dependencies to latest version.
[3.9.0] - 2019-02-20
- Updates
- Update C client library to v4.5.0.
- Update nan to v2.12.1.
- Update nyc to v13.3 to address multiple potential vulnerabilities in nyc dependencies.
- Update docs for udfRemove function to document changes in server behavior when trying to delete a UDF module that does not exist.
- Drop Node.js v4 from the test matrix. The client still runs on Node.js v4 for now, but not all of its dev dependencies do.
[3.8.0] - 2018-12-14
-
New Features
- Add support for rack-aware clients.
- Add client run-time stats.
-
Updates
- Update C client library to v4.4.0.
- Remove unused error codes.
- Improve global command queue docs.
- Shared memory layout has changed. The default Config#sharedMemory.key has changed to 0xA8000000 so old client applications do not mix shared memory with new client applications. If you are using shared memory clients with a custom shared memory key, it's critical that you change the key when upgrading to this version.
v3.7.2 / 2018-11-09
-
Bug Fixes
-
Updates
- Update C client library to v4.3.20.
- Replace V8 conversion functions deprecated in Node.js 10.12/11
- Suppress compiler deprecation warnings for Release builds
- Add Node.js 10 back to Travis CI test matrix
v3.7.1 / 2018-10-03
v3.7.0 / 2018-10-02
v3.6.1 / 2018-09-04
v3.6.0 / 2018-08-28
-
New Features
-
Updates
v3.5.0 / 2018-07-19
-
New Features
- Support list/map nearest key/value get/remove operations (relative rank range). Requires server version v4.3.0 or later. #264
- Support list write flags NO_FAIL and PARTIAL. Add new map write flags, including NO_FAIL and PARTIAL. Requires server version v4.3.0 or later. #265
- Rewrote examples to use latest client APIs, ES2017 async functions, and reduce yargs boilerplate code #266
-
Updates
v3.4.1 / 2018-06-25
- Bug Fixes
- Fix Set Order/Sort List operations broken on some platforms #261