| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pgstream_1.0.1_checksums.txt | 2026-02-16 | 437 Bytes | |
| pgstream.linux.amd64 | 2026-02-16 | 141.9 MB | |
| pgstream.linux.arm64 | 2026-02-16 | 134.2 MB | |
| pgstream.macos.amd64 | 2026-02-16 | 155.7 MB | |
| pgstream.macos.arm64 | 2026-02-16 | 148.8 MB | |
| pgstream.win.amd64.exe | 2026-02-16 | 146.7 MB | |
| README.md | 2026-02-13 | 1.6 kB | |
| v1.0.1 source code.tar.gz | 2026-02-13 | 3.9 MB | |
| v1.0.1 source code.zip | 2026-02-13 | 4.1 MB | |
| Totals: 9 Items | 735.2 MB | 0 | |
⚡ Highlights
🔀 Support to block DDL events for strict transformation rules 🆔 Support for XIDs in replication events 🐛 Bug fixes :dependabot: Dependency updates
What's Changed
- Use MAX(ctid) instead of checking for missing pages by @oldmantaiter in https://github.com/xataio/pgstream/pull/713
- Fix improper formatting variable in tests by @oldmantaiter in https://github.com/xataio/pgstream/pull/716
- [Snapshot] Support schema names with capital letters during schema snapshot by @eminano in https://github.com/xataio/pgstream/pull/715
- [Search] Fix search index exists error handling by @eminano in https://github.com/xataio/pgstream/pull/720
- Bump go.opentelemetry.io/contrib/instrumentation/runtime from 0.64.0 to 0.65.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/717
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.39.0 to 1.40.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/718
- Bump github.com/elastic/go-elasticsearch/v8 from 8.19.1 to 8.19.2 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/719
- [Replication] Add option to include XIDs in replication events by @eminano in https://github.com/xataio/pgstream/pull/721
- [Transformers] Block DDL changes when validation mode is strict by @eminano in https://github.com/xataio/pgstream/pull/723
- [Replication] Fix duplicate alter drop events by @eminano in https://github.com/xataio/pgstream/pull/724
Full Changelog: https://github.com/xataio/pgstream/compare/v1.0.0...v1.0.1