Aerospike Python Client Release 3.6.0 (January 9, 2019)

Aerospike Python client version 3.6.0 was released on January 9, 2019.

This major release adds new features and a fix.

Features

  • Breaking Change: Shared Memory layout has changed. Therefore the default SHM Key has changed from 0xA7000000 to 0xA8000000 If you were specifying your own key, it is critical that this be updated for the use of client 3.6.0
  • Removed the exceptions BinExistsError, BinNotFound .
  • Increase C client version to 4.4.0.
  • Add support for rack aware configuration.

Fixes

  • Fix out of date documentation.
1 Like