Skip to content

3.6.0

Compare
Choose a tag to compare
@aerospikerobertmarks aerospikerobertmarks released this 09 Jan 17:37
· 1251 commits to master since this release
7676097

Python Client 3.6.0

Breaking Changes

  • Shared memory layout changed. As a result the default SHM key has changed from 0xA7000000 to 0xA8000000 . If your application was specifying its own SHM key it is critical that this be changed to prevent new clients from sharing memory with older versions.
  • Remove BinExistsError BinNotFound exceptions.

Features

  • Increase C client version to 4.4.0
  • Add rack aware configuration

Fixes

  • Fix out of date documentation