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
2.1.0 (2023-05-17)
What's Changed
- Fix missing ORDER BY statement during first incremental sync by @mattsax in #209
- AP-1424: limit config to mitigate long running incremental queries by @Samira-El in #211
- Bump pytest from 7.2.0 to 7.2.2 by @dependabot in #206
- Release 2.1.0 by @Samira-El in #213
New Contributors
Full Changelog: v2.0.0...v2.1.0
2.0.0 (2022-11-02)
Changes
- LOG_BASED: Use wal2json format-version v2 to read WAL, require wal2json >= 2.3 to be installed on pg server.
- Bump
psycopg2-binary
from2.9.4
to2.9.5
1.8.4 (2022-09-08)
Changes
- INCREMENTAL: Use sub-query to trick PostreSQL into more efficient use of index.
1.8.3 (2022-01-18)
Fixes
- INCREMENTAL: generate valid SQL to extract data from tables where no
replication_key_value
in the state file.
1.8.2 (2022-01-14)
Fixes
- LOG_BASED: catch exceptions and emit current state upon exiting
- LOG_BASED:
max_run_seconds
only working when there are wal messages. - LOG_BASED: Prevent high CPU utilization while waiting for wal messages.
Changes
- local database container for dev and test purposes.
- bump
psycopg2-binary
from2.8.6
to2.9.3
1.8.1 (2021-09-23)
Fixes
- LOG_BASED: Handle dates with year > 9999.
- INCREMENTAL & FULL_TABLE: Avoid processing timestamps arrays as timestamp
1.8.0 (2021-06-23)
- Add discovering of partitioned tables.
1.7.1 (2020-10-13)
Parse data from json(b) when converting a row to a record message in log based replication method.
1.7.0 (2020-09-21)
- Enable SSL mode if
ssl
option is 'true' in config
1.6.4 (2020-09-21)
- Ensure generated Postgres replication slot name is valid
- Handle timestamps out of range