1.0.44
Release Date: May 19, 2015
New Features
- Added an exception hierarchy of
AerospikeErrorsubclasses in theaerospike.exceptionsubmodule. [AER-3502] - Implemented the latest security API. Note backward incompatible as the optional policy argument has been moved to the end. See
aerospike.Client.admin_create_role(). [AER-3474] - Added
aerospike.Client.is_connected(). - Fedora 21 support.
- Fixes to the Documentation.
Bug Fixes
- Changed to cast bytearray values to and from Aerospike bytes, as raised in https://discuss.aerospike.com/t/lua-aggregation-with-bytearray/1229 .
- Fixed the examples in line with release 1.0.44. [AER-3419]
- Added a latency option to the benchmarking tool. [AER-3417]
Updates
Full Changelog: 1.0.43...1.0.44