Aerospike Python Client Release 6.1.0 (December 9, 2021)

Aerospike Python client version 6.1.0 was released on December 9, 2021.

Breaking Changes

  • Drop support for Manylinux2010 wheels.

New Features

  • Add support for Manylinux2014 wheels build - Please refer manylinux compatibility chart for more info: GitHub - pypa/manylinux: Python wheels that work on any linux (almost) .
  • [CLIENT-1193] - Add support partition scans.
  • [CLIENT-1570] - Add client support for PKI auth.
  • [CLIENT-1584] - Add support for batch read operations.
  • [CLIENT-1541] - Add support for paging scans.
  • [CLIENT-1558] - Add support for query user(s) info API.

Improvements

  • [CLIENT-1555] - Remove dependency on c-client binary from python client source install.

Bug Fixes

  • [CLIENT-1566] - Fix intermittent hangs in automation cluster.

Updates