Skip to content

15.0.0

Latest
Compare
Choose a tag to compare
@juliannguyen4 juliannguyen4 released this 09 Apr 22:35

Breaking Changes

See Incompatible API Changes for details.

New Features

  • [CLIENT-2701] Add support for metrics.
  • [CLIENT-2828] Add "read_touch_ttl_percent" option in read, operate, batch, and batch read policies.
  • [CLIENT-2821] Add "expected_duration" option and deprecate "short_query" option in query policy.
  • [CLIENT-2769] Add support for persistent list indexes.

Improvements

  • [CLIENT-2077] Add support for reading key ordered maps.
  • [CLIENT-1824] Add HyperLogLog class to represent HLL values.

Bug Fixes

  • [CLIENT-2779] Do not use batch repeat flag on batch writes when aerospike.POLICY_KEY_SEND is used.

Documentation

  • [CLIENT-2444] Docs: Add note about using POLICY_KEY_SEND and list possible map key types for server >= 7.1.
  • [DOCS-2259] Fix broken links and typos.
  • [CLIENT-2812] Docs: fix incorrect order of parameters for operations.