Skip to content

4.4.6

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:08

Release Date: October 01, 2019

New Features

  • Support delete record operation in operate(). This feature requires server versions >= 4.7. [CLIENT-1123]
  • Support write operations in background scan/query. This feature requires server versions >= 4.7. [CLIENT-1127]
  • Support recordsPerSecond in Statement class to limit scan/query throughput. This feature requires server versions >= 4.7. [CLIENT-1128]
  • Add total opened/closed connection counts per node to cluster statistics. [CLIENT-1129]
  • Add new NioEventLoops constructor that allows daemon threads and thread pool names to be specified.

Bug Fixes

  • Allow error code to be empty when parsing info command errors. Also, change info command default error code to generic server error (1). [CLIENT-1133]
  • Remove client support for bit operations on nested list/maps because the server will not support this functionality in the near future.
  • Add the transient keyword to node/policy in AerospikeException.
  • Add final keyword to ensure that the client library compiles under Java 1.7 as well as 1.8.
  • Fix documentation result for BitOperation.get().

Full Changelog: 4.4.5...4.4.6