Skip to content

v0.1.56

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:21
· 193 commits to main since this release
5027d30

Highlights

Configuration

  • Per-database environment promotion order — A database entry may now override the server-wide environment_order with its own promotion sequence, so databases that promote through different environment chains (for example qa → sandbox → production alongside qa → staging → production) can coexist on one server. The override replaces the server-wide order entirely for that database's promotion gating and is validated fail-fast at startup in both directions. (#854)

Storage

  • EnsureSchema routes through per-dialect dispatch — Storage schema bootstrap now dispatches per storage dialect instead of assuming MySQL inline, cleaning the seam for future storage dialects with no behavior change. (#851)

Testing

  • Pending-drops gate pinned as MySQL-only — Added regression coverage pinning that the pending-drops safety gate resolves its target only for MySQL databases. (#852)

Contributors

Full Changelog: v0.1.55...v0.1.56