본문으로 건너뛰기

Releases

Release notes for aerospike-py. See all releases on GitHub.

v0.0.3

Released: 2026-03-09

What's Changed

Full Changelog: https://github.com/KimSoungRyoul/aerospike-py/compare/v0.0.2...v0.0.3


v0.0.2

Released: 2026-03-07

What's Changed

New Contributors

Full Changelog: https://github.com/KimSoungRyoul/aerospike-py/compare/v0.0.1...v0.0.2


v0.0.1

Released: 2026-02-26

What's Changed

Full Changelog: https://github.com/KimSoungRyoul/aerospike-py/compare/v0.0.1.beta2...v0.0.1


v0.0.1.beta2

Released: 2026-02-22

What's Changed

Full Changelog: https://github.com/KimSoungRyoul/aerospike-py/compare/v0.0.1.beta1...v0.0.1.beta2


v0.0.1.beta1

Released: 2026-02-22

What's Changed

Full Changelog: https://github.com/KimSoungRyoul/aerospike-py/compare/v0.0.1.alpha6...v0.0.1.beta1


v0.0.1.alpha4

Released: 2026-02-15

Changes

  • fix: correct PEP 440 to Cargo semver version conversion in publish workflow
  • feat: add info_all() and info_random_node() to Client & AsyncClient
  • feat: add server.address, server.port, db.aerospike.cluster_name tracing attributes

v0.0.1.alpha3

Released: 2026-02-09

What's Changed

Full Changelog: https://github.com/KimSoungRyoul/aerospike-py/compare/v0.0.1.alpha...v0.0.1.alpha3


v0.0.1.alpha

Released: 2026-02-09

What's Changed

Full Changelog: https://github.com/KimSoungRyoul/aerospike-py/compare/v0.0.1.dev2...v0.0.1.alpha


v0.0.1.dev2

Released: 2026-02-07

v0.0.1.dev2

Initial development release of aerospike-py.

  • Aerospike Python Client powered by PyO3 + Rust
  • License: AGPL-3.0-only