Aerospike Python Client Release 3.9.0 (October 23, 2019)

Aerospike Python client version 3.9.0 was released on October 23, 2019.

This major release adds an improvement, 2 new features, 2 bug fixes and updates the Aerospike C Client.

Improvements

  • Setup.py build from source will now fail on 4xx response codes, thanks to jensengrey on github.

Features

  • Nested CDT support for map and list operations.
  • Support for bitwise operations.

Fixes

  • Fix over flow error when checking job status with large Job Id.
  • Fix double free crash when passing unsupported data types as arguments to a stream UDF.

Updates