Skip to main content

Releases

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

v0.0.5

Released: 2026-03-29

What's Changed

Features

  • ping() health check: Lightweight cluster liveness check via info("build") to a random node. Returns True/False without raising. Useful for K8s readiness probes and load-balancer health checks (#248)
  • Consolidated improvements: Exception handler, backpressure retry, observability endpoints (#232)
  • Unified BatchRecords API: All batch operations return BatchRecords NamedTuple with per-record result codes, numpy key digest fix (#239)

Bug Fixes

  • Test cluster_name: Make test cluster_name configurable via env var (#230)
  • CI Node.js memory: Increase Node.js memory for docs build

CI/CD

  • claude-code-action workflows: Replace gh-aw with claude-code-action for issue planning, implementation, and PR review
  • Agentic workflow improvements: opus-4-6 model, high effort, max-turns 300, auto-fix MEDIUM severity issues

Dependencies

  • bump actions/deploy-pages from 4 to 5
  • bump typescript from 5.9.3 to 6.0.2 in /docs
  • bump recharts from 3.8.0 to 3.8.1 in /docs
  • bump actions/download-artifact from 6.0.0 to 8.0.1
  • bump actions/upload-artifact from 6.0.0 to 7.0.0
  • bump github/gh-aw from 0.43.4 to 0.61.2

Full Changelog: https://github.com/aerospike-ce-ecosystem/aerospike-py/compare/v0.0.4...v0.0.5


v0.0.4

Released: 2026-03-22

What's Changed

New Contributors

Full Changelog: https://github.com/aerospike-ce-ecosystem/aerospike-py/compare/v0.0.3...v0.0.4


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