Skip to content

3.0.29

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:20

Release Date: September 25, 2014

New Features

  • Convert AerospikeException from a checked exception to a runtime exception.
  • Batch performance improvements.
  • Add BatchPolicy. Run batch requests in sequence on transaction thread when BatchPolicy.maxConcurrentThreads = 1.
  • Add large list update().
  • Large list find() now returns null when requested record or item entry does not exist. Previously, an exception was thrown.
  • Add Record integer conversion methods.
  • Add new feature in benchmark to read user defined keys from a given file.
  • Support new server error codes.

Bug Fixes

  • Unblock query threads when caller calls close before all records have been read and the queue is full.
  • Calculate send user key size when sendKey is enabled.
  • Check for null when converting lua object to java object.

Full Changelog: 3.0.28...3.0.29