Aerospike Java client version 5.0.5 was released on February 24, 2021.
This minor release adds new a feature and bug fixes.
- A bug affecting this version of the Java client has been identified. If your application uses scans, but does not use
Policy.priority
,ScanPolicy.scanPercent
orScanPolicy.failOnClusterChange
, you can safely upgrade to Java client 5.1.11. We strongly recommend that you do so at the earliest opportunity.
Features
- CLIENT-1454 Support scan pagination with PartitionFilter.
Fixes
- Check for null in Host, Key equals methods.
- Remove redundant deadline assignment in NioCommand.