Releases: aerospike/aerospike-client-nodejs
Releases · aerospike/aerospike-client-nodejs
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
v3.4.0 / 2018-06-20
-
New Features
-
Updates
v3.3.0 / 2018-04-30
-
Bug Fixes
-
New Features
- Support authentication mode (
Config#authMode
). When user authentication is enabled, the mode specifies internal server authentication or external (e.g. LDAP) authentication. - Support separate login timeout (
Config#loginTimeoutMs
) when authentication is enabled. - Support for Async Hooks in Node.js 9/10 #255
- Support authentication mode (
-
Updates
- Tests: Upgrade to Mocha v5, Choma v1.2 & replace expect.js with Chai
- Update C client library to v4.3.11.
v3.2.0 / 2018-02-08
-
Bug Fixes
-
New Features
- Support building package on Windows (64bit, Windows 7 or later) #239
- Add new, optional command queue. If configurable limit of in-process commands is exceeded, additional commands are queued for later execution. #245
- Added new
inDoubt
flag toAerospikeError
. TheinDoubt
flag indicates if a write command may have completed even though an error was returned. This scenario can occur on a client timeout for a command that has been sent to the server. #242 - Added a command reference to
AerospikeError
for the database command, during which the error occurred. TheCommand
object may contain additional information such as the record key for single-record-key read/write commands. #242
-
Updates
- Update C client library to v4.3.5.
v3.1.1 / 2018-01-09
v3.1.0 / 2017-12-18
-
New Features
-
Updates
v3.0.2 / 2017-10-09
- Bug Fixes
- Release event loop on #close even if client not connected #225