v1.2.1
β‘ Highlights
π Pipeline phase visibility via /status and a new OTel gauge
𧬠Preflight checks no longer reports custom enums as unsupported types
π Snapshot request unique index hashes table_names: fixes btree overflow with many tables
π Bug fixes (deferred parsing of validated schema objects, comment restore downgraded to warning)
Dependency updates
What's Changed
New features
- Add pipeline phase visibility via
/statusand OTel gauge by @Shaurya2k06 in #1000
Bug fixes
- Hash
table_namesin snapshot request unique index to avoid btree overflow by @kvch in #1013 - Do not report custom enums as unsupported types by @kvch in #1005
- Defer parsing of validated schema objects by @tsg in #1003
- Downgrade error on restoring comment to warning by @kvch in #1009
Dependency updates
- Bump actions/setup-go from 6 to 7 by @dependabot[bot] in #1007
New Contributors
- @Shaurya2k06 made their first contribution in #1000
Full Changelog: v1.2.0...v1.2.1