17.2.0
Release Date: September 23, 2025
New Features
- Add client.get_stats() to retrieve client standard metrics. [CLIENT-3680]
- Allow passing in base64 encoded string as an expression to
Query.where_with_expr(). [CLIENT-2037] - Add Python 3.14 support. [CLIENT-3678]
- Add support for Debian 13. [CLIENT-3372]
Bug Fixes
- Fixed memory leaks when assigning {key, bin, module, func, name} attributes for an
AerospikeErrorsubclass, and when a Python object's class name doesn't match an expectedaerospike_helpersclass. [CLIENT-3634] - Docs:
client.query()constructor: "set" parameter's behavior is described incorrectly. [CLIENT-3495] - Fix bug where the default metrics writer does not specify the correct client language and version in the logs. [CLIENT-3703]
- Fix potential memory leaks or errors related to
client.batch_write()or an object passed into actxparameter. [CLIENT-2159] - Fix reference count leaks when a user passes in a MetricsPolicy to
client.enable_metrics(). [CLIENT-2159]
Full Changelog: 17.1.0...17.2.0