Skip to content

3.1.1

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:19

Release Date: April 15, 2015

New Features

  • Support distributing read commands over replicated nodes in addition to master node. See "ClientPolicy.requestProleReplicas" and "Policy.replica". This functionality is disabled by default and can be enabled by users if using Aerospike server versions >= 3.5.9.
  • Support asynchronous execute() for single records. Added asynchronous User-Defined Function (UDF) call example.
  • Added new LargeList methods which are supported by Aerospike server versions >= 3.5.8.
  • Replaced configuration userModule/createModule with LargeList.setPageSize().
  • Removed unnecessary LargeList getCapacity() and setCapacity().

Bug Fixes

  • If the call to onSuccess() generates an exception in async mode, call onFailure(). This is important in cases where user's code is waiting for a completion notification which wasn't yet called in onSuccess().
  • Fixed a bug with Value.equals().
  • Read resource files using resource stream instead of File.

Full Changelog: 3.1.0...3.1.1