| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xataio-pgstream_sha256_47512602ce17190a81521d873ee8e61617e1e0662e0b24c014950c669148202f.spdx.json | 2026-08-04 | 218.8 kB | |
| checksums.txt | 2026-08-04 | 437 Bytes | |
| pgstream.macos.arm64 | 2026-08-04 | 125.1 MB | |
| pgstream.linux.amd64 | 2026-08-04 | 118.4 MB | |
| pgstream.linux.arm64 | 2026-08-04 | 111.8 MB | |
| pgstream.macos.amd64 | 2026-08-04 | 130.9 MB | |
| pgstream.win.amd64.exe | 2026-08-04 | 123.8 MB | |
| README.md | 2026-08-04 | 1.5 kB | |
| v1.3.1 source code.tar.gz | 2026-08-04 | 4.1 MB | |
| v1.3.1 source code.zip | 2026-08-04 | 4.4 MB | |
| Totals: 10 Items | 618.8 MB | 0 | |
⚡ 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 https://github.com/xataio/pgstream/pull/996
Bug fixes
- Pin the data snapshot to the columns the schema snapshot saw by @kvch in https://github.com/xataio/pgstream/pull/1058
- Add catalog helpers for reading a table's column list by @kvch in https://github.com/xataio/pgstream/pull/1057
Documentation
- Document potential privileges escalation between source and target via DDL replication by @tsg in https://github.com/xataio/pgstream/pull/1052
Dependency updates
- Bump docker/login-action from 4 to 4.5.2 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/1054
- Bump actions/attest from 4 to 4.2.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/1053
Full Changelog: https://github.com/xataio/pgstream/compare/v1.3.0...v1.3.1