All Versions
67
Latest Version
Avg Release Cycle
70 days
Latest Release
-

Changelog History
Page 1

  • v5.0.1 Changes

    • ๐Ÿ› Bug Fixes
      • [CLIENT-1743] - Node.js mac client exits on first database operation. (4.00+)
      • [CLIENT-1734] - Node.js client: Typescript file missing in npm package version 4.0.2.
  • v5.0.0 Changes

    • ๐Ÿ†• New Features

      • [CLIENT-1713] - Node.js: Support batch apply command.
      • [CLIENT-1712] - Node.js: Support batch remove operations.
      • [CLIENT-1711] - Node.js: Support batch write operations.
      • [CLIENT-1715] - Node.js: Support query partition.
      • [CLIENT-1714] - Node.js: Support scan partition.
    • โšก๏ธ Updates

      • BREAKING: Remove deprecated PredicateExpression filtering which has been replaced by new Filter Expressions
      • npm registry includes images for nodejs v17.8.0 and v18.0.0
  • v4.0.4 Changes

    • ๐Ÿ› Bug Fixes
      • [CLIENT-1745] Running node.js client on Alpine 3.15 + node 17.9 results with an error.
  • v4.0.3 Changes

    • ๐Ÿ› Bug Fixes
      • [CLIENT-1743] - Node.js mac client exits on first database operation. (4.00+)
      • [CLIENT-1734] - Node.js client: Typescript file missing in npm package version 4.0.2.
  • v4.0.2 Changes

    • ๐Ÿ†• New Features

      • [CLIENT-1629] - Node.js: Support for Debian 11.
    • โšก๏ธ Updates

      • [CLIENT-1404] - Node.js: Use the new C client ability to sort maps client-side ahead of operations.
    • ๐Ÿ› Bug Fixes

      • [CLIENT-1718] - Support failOnClusterChange for query policy.
  • v4.0.1 Changes

    • โšก๏ธ Updates
      • Update deprecated Aerospike PredExp usage
      • Update Aerospike Expressions usage
  • v4.0.0 Changes

    • ๐Ÿ†• New Features

      • [CLIENT-1678] - Support boolean particle type. This feature requires server 5.6+. #428
      • [CLIENT-1679] - Add support for Aerospike Expressions.
      • [CLIENT-1680] - Added TypeScript typings. #446 Thanks to @bit0r1n!
    • โšก๏ธ Updates

      • BREAKING: This client requires server version 4.9 or later.
      • BREAKING: Drop support for Node.js 8.
      • BREAKING: Remove support for CentOS 6 as well as Ubuntu 16.04.
      • BREAKING: Remove Scan#priority, Scan#percent, and ScanPolicy#failOnClusterChange, as the server no longer supports these fields.
      • Add support for building c-client as a sub-module.
  • v3.16.7 Changes

    January 10, 2022
    • ๐Ÿ› Bug Fixes

      • CLIENT-1641: Unprocessed results sent to a different transaction on "Partition unavailable"
    • โšก๏ธ Updates

      • Update C client library to v4.6.24.
  • v3.16.6 Changes

    July 13, 2021
    • ๐Ÿ› Bug Fixes

      • Client doesn't start with "minConnsPerNode" option #419
    • โšก๏ธ Updates

      • Update C client library to v4.6.23.
      • Drop support for Ubuntu 16.04.
  • v3.16.5 Changes

    April 14, 2021
    • ๐Ÿ› Bug Fixes

      • CLIENT-1498: Support infoTimeout on QueryPolicy. The timeout is used when failOnClusterChange is true and an info validation command is sent before/after the query. #412
    • โšก๏ธ Updates

      • Update C client library to v4.6.21.