v0.1.56
Highlights
Configuration
- Per-database environment promotion order — A database entry may now override the server-wide
environment_orderwith its own promotion sequence, so databases that promote through different environment chains (for exampleqa → sandbox → productionalongsideqa → 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