Skip to content

Postgres CDC Improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 14:08
· 49 commits to master since this release
854d258

Improvements

  • Bump jackc/pgx version to support postgres versions 14/15
  • Bump postgres version in cdc-postgres example docker-compose.yml
  • Toast fields without updates will now contain the value __PLUMBER_TOAST_UNKNOWN__ instead of an empty string

Fixes

  • Properly exit single read if --continuous is not specified

Full Changelog: v2.3.0...v2.4.0