4.1.6
Release Date: April 14, 2021
- A bug affecting this version of the C# client has been identified. If your application uses scans, but does not use
Policy.priority
,ScanPolicy.scanPercent
orScanPolicy.failOnClusterChange
, you can safely upgrade to C# client 4.2.7. We strongly recommend that you do so at the earliest opportunity.
New features
- Support scan pagination with PartitionFilter. [CLIENT-1454]
Bug fixes
- Check for null node and connection in AsyncCommand.FailOnApplicationError(). [CLIENT-1499]
- Do not keep connection on all client side errors. [CLIENT-1499]
- Do not copy old node reference on retry. Node is initialized at the start of the retry. [CLIENT-1499]
- Remove ability to use old authentication protocol since the new authentication protocol was created in server version 4.1 and the client already requires server version 4.9+. [CLIENT-1487]
- Remove ability to configure password hash as the password when using authentication. [CLIENT-1485]
- Create new async connections sequentially when balancing async connections from cluster tend.
- Rename namespace BCrypt.Net to Aerospike.Client.
Full Changelog: 4.1.5...4.1.6