Aerospike v3.3.0 Release Notes

Release Date: 2018-04-30 // almost 6 years ago
    • 🐛 Bug Fixes

      • Command queue tests fail if cluster address is specified using host/port cli options #247
      • Query fails if one or more cluster nodes do not have records in the set #253
      • TypeError: domain.enter is not a function using Node.js 9.6 or later in interactive mode #254
    • 🆕 New Features

      • Support authentication mode (Config#authMode). When user authentication is enabled, the mode specifies internal server authentication or external (e.g. LDAP) authentication.
      • Support separate login timeout (Config#loginTimeoutMs) when authentication is enabled.
      • Support for Async Hooks in Node.js 9/10 #255
    • ⚡️ Updates

      • Tests: Upgrade to Mocha v5, Choma v1.2 & replace expect.js with Chai
      • Update C client library to v4.3.11.