Aerospike C# client version 4.0.3 was released on November 11, 2020.
This minor release adds a new feature.
- 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.
Features
- CLIENT-1373 Retrofit support for old PredExp in addition to new Expressions . Both expression filters will be supported for 1 year in order to ease the transition to new Expression APIs. After that, PredExp support will be permanently removed. Also, support server version 4.9+ instead of the more strict 5.2.0.4+ requirement. Expression API usage still requires server 5.2.0.4+.