This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: transferwise/pipelinewise-tap-postgres
Releases · transferwise/pipelinewise-tap-postgres
1.6.3 (2020-07-10)
Fix data loss issue when running LOG_BASED due to the tap not sending new SCHEMA singer messages when source tables change structure, mainly new/renamed columns, which causes the target to not be up to date with the stream structure. The tap now:
- Runs discovery for selected stream at the beginning of sync to send up to date SCHEMA singer messages
- When new columns are detected in WAL payloads, then run discovery for the stream and send new SCHEMA message.
1.6.2 (2020-05-18)
- Fixed issue when JSON type not converted to dictionary
1.6.1 (2020-05-07)
- Fixed an issue when existing replication slot not found
1.6.0 (2020-04-20)
- Enable
LOG_BASED
method to replicate multiple databases by multiple taps - Fix extracting data from tables with space in the name
1.5.3 (2020-03-31)
- Minor loggin change
1.5.2 (2020-03-10)
Backward compatibility fix for PG version > 10
1.5.1 (2020-03-10)
- Support session
wal_sender_timeout
setting
1.4.1 (2020-02-27)
- Remove unused timestamps in logical replication
1.4.0 (2020-02-19)
- Make logging customizable
1.3.1 (2020-01-08)
- Support for
jsonb
column type