⚡ Highlights
🧬 Replicated bytea values are no longer corrupted on the way to a Postgres target
🧩 Partitioned tables restore with valid indexes and primary keys, so they keep replicating after a snapshot
🔐 Binaries are built with Go 1.26.6, patching stdlib and module CVEs
Dependency updates
What's Changed
Bug fixes
- Decode bytea hex from wal2json before writing to postgres by @siriusfrk in #1090
- Restore
ALTER INDEX ... ATTACH PARTITIONwith indices and constraints by @siriusfrk in #1094
Dependency updates
- Bump Go to 1.26.6 and patch stdlib / module CVEs by @walidelbiir in #1107
- Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.44.0 to 1.45.0 by @dependabot[bot] in #1097
- Bump go.opentelemetry.io/otel/exporters/prometheus from 0.66.0 to 0.67.0 by @dependabot[bot] in #1099
- Bump testcontainers-go postgres, opensearch and elasticsearch modules from 0.43.0 to 0.44.0 by @dependabot[bot] in #1098, #1100, #1096
- Bump clickhouse/clickhouse-server from 26.7.2.59-alpine to 26.7.3.19-alpine by @dependabot[bot] in #1095
New Contributors
- @siriusfreak made their first contribution in #1090
Full Changelog: v1.4.0...v1.4.1