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.

$geoNear key auto-inference; CI ccache passthrough shim

5 May 2026 · Joe Drumgoole · Releases

v0.3.0a29 polishes the geo aggregation stage: $geoNear no longer requires an explicit key: argument when the target collection has exactly one geo index — the field is inferred automatically. This brings parity with mongod's behaviour and removes a footgun from the embedded-server use case.

CI also gets a passthrough shim: when apt-get install ccache fails on a particular image, builds now fall back to a no-op ccache wrapper instead of erroring out, so a transient apt mirror flake can't break the publish workflow.

Full release notes on GitHub · Install from PyPI · Tag