Skip to content

Releases: aerospike/aerospike-client-nodejs

Fixes

21 Aug 17:00
Compare
Choose a tag to compare
  • Fixes issue #83. Memory leak when executing secondary index query.
  • Throws exception when query creation fails.
  • Throws exception for unsupported Query UDF API.

Fixes

14 Aug 07:01
Compare
Choose a tag to compare
  • 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

15 Jul 06:36
Compare
Choose a tag to compare

Enhanced benchmark to print TPS and error statistics every second.

Enabled benchmark to take ttl parameter for write operations.

Feature

06 Jul 18:01
Compare
Choose a tag to compare

Added support for iojs.

Features and Fixes

30 Jun 13:42
Compare
Choose a tag to compare

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

29 Jun 06:18
Compare
Choose a tag to compare

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

24 Jun 08:34
Compare
Choose a tag to compare

Updated the C client version from 3.1.8 to 3.1.16.

Fixes

22 Jun 07:39
Compare
Choose a tag to compare

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

28 May 07:19
Compare
Choose a tag to compare

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.

Features and Fixes

11 May 06:47
Compare
Choose a tag to compare

Feature.

Implemented Add, append and prepend API to add integer values and appending, prepending strings to existing bins.

Fix:

Throw exceptions when wrong arguments are passed for query object creation.

Minor documentation fixes in setting log levels, for using optional parameters in operate API.