Aerospike C# Client Release 3.9.6 (May 18, 2020)

Aerospike C# client version 3.9.6 was released on May 18, 2020.

This minor release adds a new feature and a bug fix.

A bug affecting this version of the C# client has been identified. You can safely upgrade to C# client 3.9.15, and we strongly recommend that you do so at the earliest opportunity.

Features

  • CLIENT-1287 If a batch request to a node fails, continue processing other node responses for async batch read methods that accept a sequence listener (ExistsSequenceListener, BatchSequenceListener, RecordSequenceListener).

Fixes

  • CLIENT-1289 Always send integers with size 8 bytes in wire protocol.