Aerospike

Latest version: v15.0.0

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 16

1.0.49

Features
- Added support for Debian 8. _AER-4134_

Fixes
- Fixed Issue 67. _AER-4110_
- Added better type checks for increment/append/prepend/operate. _AER-4129_
- Another (hopefully final) pass at fixing Issue 53, AKA installation problems on OS X. :hankey: Thanks to jholliman for all his help; he is :+1:

1.0.48

Fixes
- Fixed Issue 53 by adding a [wheel](http://pythonwheels.com/) binary distribution package for OS X.
- Fixed upgrade problems on Linux distributions.

1.0.47

Features
- Implemented issue 65: added serializer override option to [put()](https://pythonhosted.org/aerospike/client.html#aerospike.Client.put).
- Added support for Scientific Linux 6.x - thanks hirokikana for pull request 61.
- Added support for [bytearray primary key](https://pythonhosted.org/aerospike/client.html#aerospike-key-tuple) values. _AER-3756_

Fixes
- Fixed Issue 63 - thanks pauloborges for pull request 64.
- Fixed bug in deserialization of random bytes. _AER-3904_
- Fixed bug where queries failed to return records which contained LDTs. Thanks arthurprs for reporting this. _AER-3914_
- Throw an exception when trying to set an integer value greater than [sys.maxsize](https://docs.python.org/2/library/sys.html#sys.maxsize). _AER-3831_

1.0.46

Features
- Added [shared memory cluster tending](https://pythonhosted.org/aerospike/aerospike.html#aerospike.client). _AER-3795_

Fixes
- Fixed [Issue 53](https://github.com/aerospike/aerospike-client-python/issues/53). _AER-3650_
- Fixed [Issue 59](https://github.com/aerospike/aerospike-client-python/issues/59). _AER-3751_
- Fixed [scan_apply](https://pythonhosted.org/aerospike/client.html#aerospike.Client.scan_apply) to accept `None` for set. _AER-3652_
- Fixed compile-time warnings. _AER-3470_

1.0.45

Features
- Officially Added the [Large Ordered List (LList)](https://pythonhosted.org/aerospike/llist.html) class. _AER-3441_
- Enhanced [udf_put()](https://pythonhosted.org/aerospike/client.html#aerospike.Client.udf_put) to support full paths. _AER-3653_
- [Documentation](https://pythonhosted.org/aerospike/index.html) fixes.

Fixes
- Fixed [Issue 43](https://github.com/aerospike/aerospike-client-python/issues/43). _AER-3459_
- Fixed [Issue 56](https://github.com/aerospike/aerospike-client-python/issues/56). _AER-3695_
- Fixed several unit tests.

1.0.44

Features
- Upgraded to C client [3.1.16](http://www.aerospike.com/download/client/c/notes.html#3.1.16).
- Added an [exception hierarchy](https://pythonhosted.org/aerospike/exception.html#exception-hierarchy) of `AerospikeError` subclasses in the [`aerospike.exception`](https://pythonhosted.org/aerospike/exception.html) submodule. _AER-3502_
- Implemented the latest [security](https://www.aerospike.com/docs/guide/security.html) API. **Note: backward incompatible as the optional policy argument has been moved to the end**. See: [`aerospike.Client.admin_create_role()`](https://pythonhosted.org/aerospike/client.html?highlight=admin#aerospike.Client.admin_create_role). _AER-3474_
- Added [`aerospike.Client.is_connected()`](https://pythonhosted.org/aerospike/client.html#aerospike.Client.is_connected)
- Fedora 21 support (thanks pauloborges).
- [Documentation](https://pythonhosted.org/aerospike/index.html) fixes.

Fixes
- Changed to cast [bytearray](https://docs.python.org/2/library/functions.html?highlight=bytearray#bytearray) values to and from Aerospike [bytes](https://www.aerospike.com/docs/guide/data-types.html#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_

Page 14 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.