1.0.40 Changes
- Enhanced automatic serialization of unsupported types using cPickle.
- Support for user-provided serializer/deserializer methods as an alternative to automatic serialization.
- Added Sphinx documentation to doc/. See doc/README.md for instructions.
- Hosted the new documentation on pythonhosted.org/aerospike.
- Fixed Issue 35 - added support for scan options in the Scan and scan_apply() methods.
Note: the signatures for the following methods have been modified to make them more consistent: udf_put(), udf_list, udf_remove, udf_list (was udf_getRegistered), index_string_create), index_integer_create, index_remove.