Aerospike Rust client version 1.1.0 was released on October 12, 2021.
This release contains new features.
- This version of the client drops support for the older server versions without changing the API.
-
ScanPolicy.fail_on_cluster_change
,ScanPolicy.scan_percent
andBasePolicy.priority
are deprected for the Scan operations and will not be sent to the server. They remain in the API to avoid breaking the API.
New Features
- Support Aerospike server v5.6+ server authentication.
- Support Aerospike server v5.6+ Scan protocol for simple cases.