Skip to content

Releases: pgflo/pg_flo

v0.0.12

19 Nov 14:01
c12f47c
Compare
Choose a tag to compare

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

16 Nov 14:35
Compare
Choose a tag to compare

What's Changed

  • Mostly updating all links and flags to point to the new org repo 🎉
  • Transfer from shayonj -> pgflo by @shayonj in #50

Full Changelog: v0.0.10...v0.0.11

v0.0.10

16 Nov 13:24
91c41ed
Compare
Choose a tag to compare

What's Changed

  • Support for syncing CDC changes by Unique columns and fall back to replica identity when present by @shayonj in #48
  • License Transfer by @shayonj in #49

Full Changelog: v0.0.9...v0.0.10

v0.0.9

12 Nov 15:24
c297a02
Compare
Choose a tag to compare

What's Changed

  • Discard non existent attempts on DDL by @shayonj in #45

Full Changelog: v0.0.8...v0.0.9

v0.0.8

12 Nov 12:58
27ea37c
Compare
Choose a tag to compare

What's Changed

  • Fix routing spec and make it config file based by @shayonj in #43
  • Only track DDLs for table that part of the publication by @shayonj in #44

Full Changelog: v0.0.7...v0.0.8

v0.0.7

10 Nov 22:56
6899c11
Compare
Choose a tag to compare

What's Changed

  • Don't rely on null value as is in data byte by @shayonj in #40
  • Fix DDL replication to not capture internal events & handle retry logic by @shayonj in #41

Full Changelog: v0.0.6...v0.0.7

v0.0.6

09 Nov 13:27
9084743
Compare
Choose a tag to compare

What's Changed

  • Ensure pg_dump is baked into docker image by @shayonj in #38
  • Ensure configuration from --config file is used when present by @shayonj in #37
  • Use proper conn string parsing to handle for passwords with special chars by @shayonj in #39

Full Changelog: v0.0.5...v0.0.6

v0.0.5

08 Nov 12:58
7d30309
Compare
Choose a tag to compare

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

v0.0.4

04 Nov 13:30
0e8b6b9
Compare
Choose a tag to compare

What's Changed

  • Introduce a --copy only mode without streaming by @shayonj in #27
    • This allows you to take advantage of the transformation and routing features without the need of continuous streaming 🎉

Full Changelog: v0.0.3...v0.0.4

v0.0.3

03 Nov 15:14
Compare
Choose a tag to compare
  • Fix version output

Full Changelog: v0.0.2...v0.0.3