The 1.0.53 release of the Python client came out on October 5, 2015 and is available for download here. It boasts a number of features and fixes:
Features
- Upgraded to C client 3.1.24.
- Implemented Issue #66, supporting separate serialization for different instances of aerospike.Client (CLIENT-234)
- Implemented support for geospatial features. Added an aerospike.GeoJSON class to wrap GeoJSON data, enabling its proper serialization. Support for building geo2dsphere indexes on bins with GeoJSON data, and for queries over that data using the geo_within predicate. (CLIENT-267)
Fixes
- Fixed a bug where bins containing as_double type data were incorrectly freed after a put. (CLIENT-496)