| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pgstream_0.9.14_checksums.txt | 2026-06-16 | 437 Bytes | |
| pgstream.win.amd64.exe | 2026-06-16 | 149.0 MB | |
| pgstream.linux.amd64 | 2026-06-16 | 144.1 MB | |
| pgstream.linux.arm64 | 2026-06-16 | 136.1 MB | |
| pgstream.macos.amd64 | 2026-06-16 | 158.0 MB | |
| pgstream.macos.arm64 | 2026-06-16 | 150.7 MB | |
| README.md | 2026-06-12 | 4.1 kB | |
| v0.9.14 source code.tar.gz | 2026-06-12 | 3.6 MB | |
| v0.9.14 source code.zip | 2026-06-12 | 3.9 MB | |
| Totals: 9 Items | 745.4 MB | 2 | |
⚡ Highlights
🆕 tsvector type support
🛠 CLI docs/errors improvements for snapshot and run
🐛 Bug fixes: transformer panics with multiple workers, error collection on shutdown, pgvector type registration (all backported)
🔒 pgx upgraded to v5.9.2 to resolve CVEs
:dependabot: Dependency updates
What's Changed
Bug fixes
- Add tsvector type support in DML adapter (#796) (#845) by @xata-bot in https://github.com/xataio/pgstream/pull/845
- cli: improve docs/errors around snapshot/run commands (#807) (#846) by @xata-bot in https://github.com/xataio/pgstream/pull/846
- Eliminate panics in transformers when multiple workers are configured by @xata-bot in https://github.com/xataio/pgstream/pull/886
- Collect all error messages before stopping pgstream by @xata-bot in https://github.com/xataio/pgstream/pull/887
- fix(postgres): register pgvector types (#809) (#844) by @kvch in https://github.com/xataio/pgstream/pull/844
- update jackc/pgx to v5.9.2 to resolve CVEs (#810) (#842) by @xata-bot in https://github.com/xataio/pgstream/pull/842
Dependency updates
- Bump github.com/segmentio/kafka-go from 0.4.50 to 0.4.51 (#835) (#843) by @xata-bot in https://github.com/xataio/pgstream/pull/843
- Bump fgrosse/go-coverage-report from 1.2.0 to 1.3.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/850
- Bump clickhouse/clickhouse-server in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/851
- Bump opensearchproject/opensearch from 3.4.0 to 3.6.0 in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/852
- Bump opensearchproject/opensearch-dashboards in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/853
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc by @dependabot[bot] in https://github.com/xataio/pgstream/pull/854
- Bump github.com/testcontainers/testcontainers-go from 0.40.0 to 0.42.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/855
- Bump github.com/labstack/echo/v4 from 4.15.0 to 4.15.2 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/866
- Bump github.com/bytedance/sonic from 1.15.0 to 1.15.2 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/867
- Bump github.com/elastic/go-elasticsearch/v8 from 8.19.1 to 8.19.6 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/868
- Bump github.com/pgvector/pgvector-go from 0.3.0 to 0.4.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/869
- Bump go.opentelemetry.io/contrib/instrumentation/runtime from 0.64.0 to 0.69.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/870
- Bump pgregory.net/rapid from 1.2.0 to 1.3.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/874
- Bump github.com/rs/zerolog from 1.34.0 to 1.35.1 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/875
- Bump github.com/jackc/pgx/v5 from 5.9.2 to 5.10.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/876
- Bump golang.org/x/sync from 0.20.0 to 0.21.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/877
- Bump github.com/tidwall/gjson from 1.18.0 to 1.19.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/878
- 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/891
- Bump opensearchproject/opensearch from 3.6.0 to 3.7.0 in /build/docker by @dependabot[bot] in https://github.com/xataio/pgstream/pull/892
- Bump github.com/lib/pq from 1.11.1 to 1.12.3 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/893
- Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.40.0 to 1.44.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/894
- Bump github.com/nucleuscloud/neosync from 0.5.40 to 0.5.41 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/895
Full Changelog: https://github.com/xataio/pgstream/compare/v0.9.13...v0.9.14