Skip to content

4.4.7

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:08

Release Date: December 05, 2019

New Features

  • Support compressed commands and responses. This feature requires Enterprise Server versions >= 4.8. [CLIENT-1156]
  • Support sorted maps in AerospikeClient.put() by adding Bin constructor that accepts list of entries and a map order. [CLIENT-1151]
  • Use new sindex-exists info command when checking for dropIndex task completion. [CLIENT-1161]
  • Support ByteBuffer type in list/map entries.
  • Add test for nested map lookup by map value.
  • Add loginTimeout and connectTimeout command line arguments to benchmarks.
  • Clarify when to make scan callbacks thread-safe in scan examples.
  • Document that Statement instance is not suitable for reuse between method calls because it's modified inside query methods.

Bug Fixes

  • Update connection lastUsed after command's last socket read instead of command end. [CLIENT-1162]
  • Remove obsolete transaction-queues server config in travis.

Full Changelog: 4.4.6...4.4.7