Aerospike C client version 6.2.1 was released on September 27, 2022.
- Debian 9 Stretch LTS has reached its End of Life on June 30 2022. We will drop support for Debian 9 in an upcoming client release.
Fixes
- CLIENT-1784 Convert thread pool detached threads into regular threads. Detached threads were causing memory retention issues when the thread pool is repeatedly opened/closed. One thread pool is created in aerospike_connect() and closed in aerospike_close().
- CLIENT-1784 Prevent double destroy in as_thread_pool_destroy().