Skip to content

12.0.0

Compare
Choose a tag to compare
@juliannguyen4 juliannguyen4 released this 28 Jul 19:40
· 185 commits to stage since this release
0432d59

Breaking Changes

See Incompatible API Changes for details.

New Features

Improvements

Bug Fixes

  • [CLIENT-1304] Correct AEROSPIKE_ERR_BIN_NAME error message's character limit.
  • [CLIENT-2119] Fix type hints not being included in manylinux wheel distributions.
  • [CLIENT-1849] Fix bitwise add and subtract operations failing on Mac M1.
  • [CLIENT-2300] admin_set_quotas(): fix incorrect quota types not throwing an error.

Development

  • [CLIENT-1874] Remove Releases.md.
  • [CLIENT-1875] Remove api-changes.md.
  • [CLIENT-1838] CI/CD: Upload wheels to JFrog Artifactory and build Mac M1 wheels.
  • [CLIENT-1839] Add ability to build release wheels.
  • [CLIENT-1292] Update test to change a record's ttl value with a background query.
  • [CLIENT-2191] Remove old Python 2.7 code.
  • [CLIENT-2375] Update failing tests where server 6.4 release candidate raises IncompatibleBinType instead of InvalidRequest for operations accessing an invalid nested type.
  • [CLIENT-2218] Remove unused async code.