Postgres CDC Improvements
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