Beta v0.5.1b24 — past initial proving, but the Python API surface may still shift before 1.0. WiredTiger on-disk format is stable, but there's no migration tool yet — don't put production data here.

release-prepare + release-finalize — split for sub-agent reliability

4 May 2026 · Joe Drumgoole · Releases

v0.3.0a17 splits the monolithic invoke release task into two phases: release-prepare (build, test, version-bump, tag, push, GitHub Release) and release-finalize (poll PyPI, poll Read the Docs, activate version slug, set RTD default_version). The split exists because the polling phase routinely exceeds Claude Code's 10-minute Bash cap; sub-agents can now retry the idempotent finalize step until exit-0 without re-running the destructive prepare phase.

Sphinx's release value is now read from pyproject.toml instead of being hand-maintained in docs/conf.py, eliminating one more place a version can drift out of sync.

Full release notes on GitHub · Install from PyPI · Tag