Skip to content

4.1.9

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:11

Release Date: July 31, 2018

New Features

  • Support list/map nearest key/value get/remove operations (relative rank range). This feature requires server versions >= 4.3.0.0. [AER-5891]
  • Support ListWriteFlags, NO_FAIL and PARTIAL. Add MapWriteFlags which includes NO_FAIL and PARTIAL. This feature requires server versions >= 4.3.0.0. [AER-5892]
  • Support cluster statistics for connection and thread pool usage.

Bug Fixes

  • Convert signed byte to int correctly (with & 0xFF) in admin protocol. [CLIENT-1025]
  • Set socketTimeout to totalTimeout when totalTimeout > 0 and socketTimeout is zero for both sync and async commands.
  • Use IdentityHashMap for maps where key's hashCode and equals is not defined.
  • Document that benchmarks "replica" default is "sequence".

Full Changelog: 4.1.8...4.1.9