Aerospike Python Client Release 7.1.0 (September 9, 2022)

Aerospike Python client version 7.1.0 was released on September 9, 2022.

New Features

  • [CLIENT-1799] - Support batch read operations.

Improvements

  • [CLIENT-1749] - Add ‘EXISTS’ return type for CDT read operations.
  • [CLIENT-1801] - Support creating an secondary index on elements within a CDT using context.
  • [CLIENT-1795] - Make c-client “fail_if_not_connected” option configurable.
  • [CLIENT-1791] - Review and clean up Sphinx documentation.
  • [CLIENT-1792] - Update build instructions.

Bug Fixes

  • [CLIENT-1810] - Read policy POLICY_KEY_SEND is not respected when set at the client level.