Skip to content

[5.3.0]

Compare
Choose a tag to compare
@DomPeliniAerospike DomPeliniAerospike released this 17 Feb 19:08
· 437 commits to master since this release
2c10d8a

New features:

  • [CLIENT-1750] - Added 'returnType.EXISTS' for 'aerospike/maps' and 'aerospike/list' module read operations. This feature requires server version 6.1+.
  • [CLIENT-1818] - Added the 'getByKeyList' method 'aerospike/maps' module.
  • [CLIENT-2210] - Added the 'getByValueList' method 'aerospike/maps' module.

Improvements:

  • [CLIENT-1819] - Corrected 'Client.batchApply' to have a keys parameter rather than a records parameter.

Bug fixes:

  • [CLIENT-2231] - Fixed segmentation fault caused by using context with map and list expressions. Added unit tests for map and list expressions using context. Fixed parameter order for map and list expression methods.