Aerospike v3.16.0 Release Notes

Release Date: 2020-05-18 // almost 4 years ago

    🆕 New Features

    • Add max records option for sampling with basic scans. Requires server version 4.9 or later. #359
    • Add support for HyperLogLog data type and operations. Requires server version 4.9 or later. #361

    - Add minConnsPerNode and maxSocketIdle client config. #366

    ⚡️ Updates

    • BREAKING: The client no longer supports the percent-based scan sampling for server versions 4.9 or later. Use the new max records scan policy option instead. See API Changes for details.
    • Update C client library to v4.6.16.
    • Update dependencies with potential vulnerabilities by running npm audit fix. #367