Changelog¶
The canonical changelog lives in the repo root:
It tracks both binary and Python-wheel releases.
Recent highlights¶
- 0.1.17 —
/versionbuild-info endpoint; embedded MkDocs site behind the optionaldocscargo feature. - 0.1.16 — Graceful shutdown on
SIGTERM/SIGINTwith configurableshutdown_timeout_secs. - 0.1.15 — DuckDB Arrow IPC responses via
query_arrow. - 0.1.14 —
/healthzand/readyzprobes. - 0.1.13 — Per-request timeout middleware (
request_timeout_ms,504envelope).