| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xataio-pgstream_sha256_91047d6d8826cb754e602cf6706b8570872fa6d26a1387c0c0034c4cd65d702d.spdx.json | 2026-07-28 | 218.8 kB | |
| checksums.txt | 2026-07-28 | 437 Bytes | |
| pgstream.linux.amd64 | 2026-07-28 | 118.4 MB | |
| pgstream.linux.arm64 | 2026-07-28 | 111.8 MB | |
| pgstream.macos.amd64 | 2026-07-28 | 130.9 MB | |
| pgstream.macos.arm64 | 2026-07-28 | 125.1 MB | |
| pgstream.win.amd64.exe | 2026-07-28 | 123.7 MB | |
| README.md | 2026-07-28 | 1.7 kB | |
| v1.2.5 source code.tar.gz | 2026-07-28 | 4.1 MB | |
| v1.2.5 source code.zip | 2026-07-28 | 4.4 MB | |
| Totals: 10 Items | 618.7 MB | 0 | |
โก Highlights
๐ฒ Template and JSON transformers no longer corrupt their random generator under multi-worker snapshots
๐ New metrics and totals for what ignore_send_errors silently discards, plus a startup warning when suppression is on
๐งพ Snapshot failures are logged as errors instead of rendering as {}
๐ Snapshot request status updates are retried, and report data loss when they still cannot be persisted
๐ A failed restore now carries the output that explains it, with credentials redacted
What's Changed
Bug fixes
- Pool the templates that share greenmask's funcmap state by @kvch in https://github.com/xataio/pgstream/pull/1045
- Add a counter for batches dropped by ignore_send_errors by @kvch in https://github.com/xataio/pgstream/pull/1042
- Log snapshot failures as errors instead of rendering them as {} by @kvch in https://github.com/xataio/pgstream/pull/1039
- Retry snapshot recorder requests, emit errors by @kvch in https://github.com/xataio/pgstream/pull/1041
- Add more details about failed statements by @kvch in https://github.com/xataio/pgstream/pull/1040
CI / build
- Catch both outcomes of the enum type creation race in integration tests by @kvch in https://github.com/xataio/pgstream/pull/1044
- Update golangci-lint in Makefile to match CI version by @kvch in https://github.com/xataio/pgstream/pull/1046
Upgrade notes
No configuration changes are required.
Contributors. make lint now installs golangci-lint v2.10.1 to match CI, which reports findings the previously pinned v2.5.0 did not.
Full Changelog: https://github.com/xataio/pgstream/compare/v1.2.4...v1.2.5