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
to0xA8000000
If you were specifying your own key, it is critical that this be updated for the use of client3.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.