Releases: aerospike/aerospike-client-python
Releases · aerospike/aerospike-client-python
1.0.39 Note
- Pre-release for 1.0.40
1.0.38 Changes
- Upgraded to C client 3.1.8
- Fixed Issue 38
- Fixed Issue 40
- Fixed Issue 41. The increment() method is modified to reflect the behavior of the C client (aka upsert)
- Fixed bugs where batch-operations were not showing the digest part of the key tuple. Requires server version >= 3.5.3
1.0.37 Changes
Features
- Upgraded to the C client 3.1.2
- Removed dependency on Lua as a prerequisite.
- CentOS 7 support.
- Large Data Types added.
- Documentation and examples enhanced.
Fixes
1.0.36 Changes
- Expanded the API documentation
- Tied the Python client to a specific version of the C client (currently 3.0.94)
- Fixed bug in Unicode string handling