Skip to content

[5.10.0]

Compare
Choose a tag to compare
@DomPeliniAerospike DomPeliniAerospike released this 16 Jan 18:20
· 235 commits to master since this release
da30980

New Features

  • [CLIENT-2672] - Added support for MacOS 14.
  • [CLIENT-2751] - Added support for Node.js 21.

Bug fixes

  • [CLIENT-2599] - Added documentation to avoid build issues on Windows with Python 3.12.
  • [CLIENT-2709] - The C Client submodule now marks node’s partitions for retry on the next scan/query page when a node returns records that are discarded due to exceeding maxRecords.
  • [CLIENT-2749] - Added missing BOOL enumeration to Aerospike.exp.type. In scan/query with maxRecords set, mark node's partitions for retry on next scan/query page when that node returns records that are discarded due to exceeding maxRecords.
  • [CLIENT-2750] - Changed npm-run-all from a dev-dependency to a dependency.