Skip to content

v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 11:01
6121ad3

Highlights

📌 Data snapshots read the columns the schema snapshot captured, so a column added to the source mid-snapshot no longer breaks the load
⚠️ Schema drift during a snapshot is now reported: a warning when it happens during the dump, an error when a table's captured columns are gone
🛂 New preflight check for CREATEDB on the target when the snapshot creates the target database
🔐 Documented how DDL replication can carry privileges from a less trusted source to the target
:dependabot: Dependency updates

What's Changed

New features

  • Add target CREATEDB preflight check for snapshot DB creation by @lghuy05 in #996

Bug fixes

  • Pin the data snapshot to the columns the schema snapshot saw by @kvch in #1058
  • Add catalog helpers for reading a table's column list by @kvch in #1057

Documentation

  • Document potential privileges escalation between source and target via DDL replication by @tsg in #1052

Dependency updates

Full Changelog: v1.3.0...v1.3.1