Skip to content

v0.2.1

Choose a tag to compare

@meob meob released this 04 Aug 18:56
· 34 commits to main since this release

v0.2.1 — patch release (fixes only)

  • Sizes in bytes: the DBA packs now report raw byte counts in a single size_bytes column across all six engines; the engine-specific human-readable size/size_mb strings (pg_size_pretty(), FORMAT(), ROUND(...) || ' MB', formatReadableSize()) were removed (decision D14).
  • CI repaired and green on all jobs: bumped actions/checkout@v5 and astral-sh/setup-uv@v7 (Node 24, dropping the Node.js 20 deprecation warning), fixed the folded unit-test command, and auto-created the log directory so integration jobs pass on a fresh checkout.
  • get_connections test is now environment-independent (no longer assumes a client session exists).

Changelog: CHANGELOG.md