Skip to content

[5.8.0]

Compare
Choose a tag to compare
@DomPeliniAerospike DomPeliniAerospike released this 28 Sep 22:59
· 207 commits to master since this release
4d2929f

Breaking Changes

  • [CLIENT-2517] - Dropped support for Node.js 19.
  • [CLIENT-2581] - Dropped support for Node.js 16.

New Features

  • [CLIENT-1983] - Added support for the javascript “Map” class as a bin value in client.put method and maps.putItems method.
  • [CLIENT-1983] - Added the Bin class for use in the client.put method.
  • [CLIENT-2378] - Added exp.inf and exp.wildcard expressions.
  • [CLIENT-2488] - Added a “returnType” parameter to map expression remove methods. Acceptable “returnType” values are maps.returnType.INVERTED and maps.returnType.NONE.

Improvements

  • [CLIENT-1601] - Switched API docs theme to docdash.
  • [CLIENT-2374] - Restored typescript support.

Bug Fixes

  • [CLIENT-2538] - Fixed bug in which list expression remove methods and map expression remove methods resulted in a segmentation fault.