⚡ Highlights
📌 Data snapshots read the columns the schema snapshot captured, so a column added to the source mid-snapshot no longer breaks the load
🛂 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
Dependency updates
What's Changed
New features
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
- Bump docker/login-action from 4 to 4.5.2 by @dependabot[bot] in #1054
- Bump actions/attest from 4 to 4.2.0 by @dependabot[bot] in #1053
Full Changelog: v1.3.0...v1.3.1