Releases: aerospike/aerospike-client-nodejs
Releases · aerospike/aerospike-client-nodejs
Features and Fixes
Features
- Added support node v4.x
- Updated C Client dependency to version 3.1.22
- Added support for double datatype. Available from server release 3.6.0
- Added Makefile to run Valgrind test.
- Enhanced longevity suite for scan and query benchmarks.
- Added support for Fedora18 to Fedora22. Thanks @kaustavdm
Fixes
- Fixed a memory leak in query structure.
- Changes to have uniform indentation.
Fixes
Fixes
- Added support for linux mint. Fixes #31. PR #56
- Fixed the bug in supporting debian 8 platform. Fixes #72. Thanks to @IncSW. PR #73
- Changed the random generator seed from seconds to microseconds. Fixes #66. Thanks for raising this issue. @courtneycouch
- Enhanced benchmark to print configuration parameters for better readability and debugging.
- Handle error cases by throwing exception instead of printing to console.
- Fixed JSLint errors in library files. PR #81. Thanks to @fed135
Benchmark Enhancements
Enhanced benchmark to print TPS and error statistics every second.
Enabled benchmark to take ttl parameter for write operations.
Feature
Added support for iojs.
Features and Fixes
Feature
Enabled shared memory in nodejs, to share the cluster tending threads across many client processes.
Fixes
Fixed the bug in username and password options specified in examples, test cases and benchmark.
Fixes
Removed enable-security flag in examples and test cases.
Changed DEBUG to AS_DEBUG as V8 library has DEBUG symbol defined in it.
Minor documentation fixes for Add API.
Fixes
Updated the C client version from 3.1.8 to 3.1.16.
Fixes
Fixes:
Fixed a memory leak in query execution code path.
Fix to handle the error case, when the bin name length exceeds 14 characters.
1.0.40
Enhancements
Added support for centos 7 and ubuntu 15.
Enhanced examples, test cases and benchmarks to use username and password to be run in a secured cluster.