| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pgstream.win.amd64.exe | 2026-06-16 | 149.0 MB | |
| pgstream_1.1.0_checksums.txt | 2026-06-16 | 437 Bytes | |
| pgstream.linux.amd64 | 2026-06-16 | 144.1 MB | |
| pgstream.linux.arm64 | 2026-06-16 | 136.0 MB | |
| pgstream.macos.amd64 | 2026-06-16 | 158.0 MB | |
| pgstream.macos.arm64 | 2026-06-16 | 150.7 MB | |
| README.md | 2026-06-12 | 6.3 kB | |
| v1.1.0 source code.tar.gz | 2026-06-12 | 3.9 MB | |
| v1.1.0 source code.zip | 2026-06-12 | 4.2 MB | |
| Totals: 9 Items | 745.9 MB | 0 | |
⚡ Highlights
📜 Environment variables in YAML configuration
📏 Human-readable byte size settings
🪵 Configurable logging format (console / JSON)
🩺 New /health and /ready endpoints
🆕 New stdout target for debugging pipelines
🧹 Optional null-byte sanitizer processor
🌳 ltree and cube type support
🔢 Large integer / bigint precision fix
🔒 Custom TLS for search stores
🛠 --upgrade flag for v0.9.x → v1.x migration
🐛 Bug fixes (composite PKs, constraint ordering, transformer panics, …)
:dependabot: Dependency updates
What's Changed
New features
- feat: support environment variables in YAML configuration by @mvanhorn in https://github.com/xataio/pgstream/pull/790
- Add support for human readable byte size settings by @kvch in https://github.com/xataio/pgstream/pull/823
- Add support for changing logging format by @kvch in https://github.com/xataio/pgstream/pull/880
- Add new healthcheck endpoints:
/healthand/readyby @kvch in https://github.com/xataio/pgstream/pull/882 - New target:
stdoutby @kvch in https://github.com/xataio/pgstream/pull/883 - Add optional processor to strip null bytes from string columns by @AasheeshLikePanner in https://github.com/xataio/pgstream/pull/871
- Add support for ltree by @kvch in https://github.com/xataio/pgstream/pull/834
- Add support for cube data type by @kvch in https://github.com/xataio/pgstream/pull/831
- Add support for custom TLS settings for the search stores by @kvch in https://github.com/xataio/pgstream/pull/832
- Add upgrade flag that cleanups 0.9 objects and reinits by @tsg in https://github.com/xataio/pgstream/pull/788
Bug fixes
- Fix precision loss on large integers and bigint by @kvch in https://github.com/xataio/pgstream/pull/833
- Support composite primary keys in WAL metadata by @blurskye in https://github.com/xataio/pgstream/pull/805
- Restore constraints before snapshot conflict updates by @blurskye in https://github.com/xataio/pgstream/pull/806
- Eliminate panics in transformers when multiple workers are configured by @kvch in https://github.com/xataio/pgstream/pull/884
- Register pgvector types by @rieg-ec in https://github.com/xataio/pgstream/pull/809
- Collect all error messages before stopping pgstream by @kvch in https://github.com/xataio/pgstream/pull/841
- Make includeGlobalDBObjects work for schema all by @tsg in https://github.com/xataio/pgstream/pull/760
- Update jackc/pgx to v5.9.2 to resolve CVEs by @fiws in https://github.com/xataio/pgstream/pull/810
Dependency updates
- Bump go.opentelemetry.io/otel/trace from 1.41.0 to 1.42.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/765
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/766
- Bump opensearchproject/opensearch from 3.5.0 to 3.6.0 in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/794
- Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.40.0 to 0.42.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/813
- Bump go.opentelemetry.io/contrib/instrumentation/runtime by @dependabot[bot] in https://github.com/xataio/pgstream/pull/825
- Bump github.com/testcontainers/testcontainers-go/modules/postgres by @dependabot[bot] in https://github.com/xataio/pgstream/pull/826
- Bump clickhouse/clickhouse-server in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/828
- Bump github.com/segmentio/kafka-go from 0.4.50 to 0.4.51 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/835
- Bump github.com/elastic/go-elasticsearch/v8 from 8.19.3 to 8.19.6 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/836
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc by @dependabot[bot] in https://github.com/xataio/pgstream/pull/837
- Bump github.com/labstack/echo/v4 from 4.15.1 to 4.15.2 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/838
- Bump github.com/lib/pq from 1.11.2 to 1.12.3 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/839
- Bump dependabot/fetch-metadata from 2 to 3 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/849
- Bump pgregory.net/rapid from 1.2.0 to 1.3.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/856
- Bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/859
- Bump github.com/jackc/pgx/v5 from 5.9.2 to 5.10.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/861
- Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc by @dependabot[bot] in https://github.com/xataio/pgstream/pull/862
- Bump github.com/rs/zerolog from 1.34.0 to 1.35.1 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/863
- Bump github.com/pgvector/pgvector-go from 0.3.0 to 0.4.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/865
- Update golang/x/crypto to v0.52.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/872
- Bump golang.org/x/sync from 0.20.0 to 0.21.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/873
- Bump opensearchproject/opensearch from 3.6.0 to 3.7.0 in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/888
- Bump opensearchproject/opensearch-dashboards from 3.6.0 to 3.7.0 in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/889
- Bump golang.org/x/term from 0.43.0 to 0.44.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/890
New Contributors
- @mvanhorn made their first contribution in https://github.com/xataio/pgstream/pull/790
- @SAY-5 made their first contribution in https://github.com/xataio/pgstream/pull/802
- @blurskye made their first contribution in https://github.com/xataio/pgstream/pull/805
- @rieg-ec made their first contribution in https://github.com/xataio/pgstream/pull/809
- @fiws made their first contribution in https://github.com/xataio/pgstream/pull/810
- @AasheeshLikePanner made their first contribution in https://github.com/xataio/pgstream/pull/871
Full Changelog: https://github.com/xataio/pgstream/compare/v1.0.3...v1.1.0