Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 18:04
· 74 commits to main since this release
378422f

⚑ 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)
:dependabot: Dependency updates

What's Changed

New features

Bug fixes

  • Hash table_names in 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

New Contributors

Full Changelog: v1.2.0...v1.2.1