Aerospike Java Client Release 5.1.10 (November 19, 2021)

Aerospike Java client version 5.1.10 was released on November 19, 2021.

  • A bug affecting this version of the Java client has been identified. If your application uses scans, we strongly recommend that you upgrade to Java client 5.1.11 at the earliest opportunity.

Fixes

  • CLIENT-1622 Create a new NettyTlsContext for each AerospikeClient instance by default when using netty and TLS. Also, allow NettyTlsContext to be shared across AerospikeClient instances via a new TlsPolicy field, “nettyContext”.