Aerospike C# Client Release 3.9.7 (July 13, 2020)

Aerospike C# client version 3.9.7 was released on July 13, 2020.

This minor release adds 3 new features 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-1291 Allow maxSocketIdle to be set to zero (no reap). Connections retrieved from pools in transaction threads will not be checked for maxSocketIdle when maxSocketIdle is zero. Idle connections will still be trimmed down from peak connections to min connections in the cluster tend thread using a hard-coded 55 second limit when maxSocketIdle is zero.
  • Add Cluster property to AerospikeClient.
  • Add OperateListBounded test.

Fixes

  • Add [Flags] attribute to all enums that are used as bit flags.