Releases: pgflo/pg_flo
Releases · pgflo/pg_flo
v0.0.13
What's Changed
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #60
- Bump golang.org/x/crypto from 0.27.0 to 0.31.0 in the go_modules group by @dependabot in #61
- Bump github.com/goccy/go-json from 0.10.3 to 0.10.4 by @dependabot in #63
- Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 by @dependabot in #65
- Bump github.com/nats-io/nats.go from 1.37.0 to 1.38.0 by @dependabot in #64
- Create copy query using fully qualified table names by @AbhinavKoul in #70
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #68
- Bump github.com/goccy/go-json from 0.10.4 to 0.10.5 by @dependabot in #69
New Contributors
- @AbhinavKoul made their first contribution in #70
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Simple factory pattern for some upcoming changes by @shayonj in #51
- Move towards simpler interfaces and good lifecycle management hygiene by @shayonj in #52
- Run start replication without needing a dedicated goroutine by @shayonj in #53
- apk upgrade on each build to auto resolve any CVEs by @shayonj in #54
- Simplify integration spec to use the same binary by @shayonj in #57
- Buffer, emit and update LSN state for single transaction from
HandleCommit
by @shayonj in #59
Full Changelog: v0.0.11...v0.0.12
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
What's Changed
- Add e2e test suite to ensure ordering gurantee by @shayonj in #29
- Ensure state management is contextual to group by @shayonj in #30
- Introduce
batch-size
on worker and pull less items from NATS subject but process them quickly by @shayonj in #34 - Sustain network issues when writing to destination with backoff retries by @shayonj in #35
Full Changelog: v0.0.4...v0.0.5