Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Releases: transferwise/pipelinewise-tap-postgres

1.6.3 (2020-07-10)

10 Jul 10:28
c0eb14e
Compare
Choose a tag to compare

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)

18 May 14:32
2c95d82
Compare
Choose a tag to compare
  • Fixed issue when JSON type not converted to dictionary

1.6.1 (2020-05-07)

07 May 11:50
6fe1e16
Compare
Choose a tag to compare
  • Fixed an issue when existing replication slot not found

1.6.0 (2020-04-20)

21 Apr 07:37
9373751
Compare
Choose a tag to compare
  • 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)

31 Mar 17:20
eca7274
Compare
Choose a tag to compare
  • Minor loggin change

1.5.2 (2020-03-10)

10 Mar 13:32
193f4d8
Compare
Choose a tag to compare

Backward compatibility fix for PG version > 10

1.5.1 (2020-03-10)

10 Mar 10:03
68e8cb5
Compare
Choose a tag to compare
  • Support session wal_sender_timeout setting

1.4.1 (2020-02-27)

27 Feb 17:50
486ebd6
Compare
Choose a tag to compare
  • Remove unused timestamps in logical replication

1.4.0 (2020-02-19)

19 Feb 10:07
03db5d1
Compare
Choose a tag to compare
  • Make logging customizable

1.3.1 (2020-01-08)

08 Jan 11:53
7ad76e5
Compare
Choose a tag to compare
  • Support for jsonb column type