Releases: aerospike/aerospike-client-nodejs
Releases · aerospike/aerospike-client-nodejs
v2.7.2 / 2017-08-03
- Bug Fixes
- Close cluster event callback handle when client is closed #211
v2.7.1 / 2017-07-24
- New Features
- Add socket timeout setting to query policy #207
v2.7.0 / 2017-07-17
v2.6.0 / 2017-05-25
-
New Features
-
Updates
- Update C client library to v4.1.6.
- The Client#udfRegisterWait and Info#parseInfo functions have been marked deprecated. See API Changes for details.
v2.5.2 / 2017-04-20
v2.5.1 / 2017-04-11
- Bug Fixes
- Support queries with keys with just namespace + digest #184
v2.5.0 / 2017-04-05
This is the last release to support Node.js v0.12 and io.js. The next client release will require Node.js v4 or later.
-
New Features
-
Bug Fixes
-
Updates
v2.4.4 / 2016-12-19
v2.4.3 / 2016-11-11
- Bug Fixes
- Fix installation on macOS. #155 Thanks to @arch1t3ct!
- Fix installation on platforms without
which
command. - Explicity link zlib to fix usage on Alpine Linux. #117 Thanks to @rma4ok!
v2.4.2 / 2016-11-10
- New Features
- Added constant enums
Aerospike.ttl
for "special" TTL values, incl.DONT_UPDATE
value supported by Aerospike Server v3.10.1 and later.
- Added constant enums
- Bug Fixes
- Security Fix: Download C client using HTTPS and verify package checksum. #153 Thanks to Adam Baldwin of @liftsecurity for the report!
- Support for Ubuntu 16.10/17.04 in the C client download script. #154 Thanks to @kitex!