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

Commit c0eb14e

Browse files
authored
v1.6.3 (#60)
1 parent 34e141a commit c0eb14e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.6.3 (2020-07-10)
2+
-------------------
3+
4+
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.
5+
The tap now:
6+
* Runs discovery for selected stream at the beginning of sync to send up to date SCHEMA singer messages
7+
* When new columns are detected in WAL payloads, then run discovery for the stream and send new SCHEMA message.
8+
19
1.6.2 (2020-05-18)
210
-------------------
311

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = f.read()
77

88
setup(name='pipelinewise-tap-postgres',
9-
version='1.6.2',
9+
version='1.6.3',
1010
description='Singer.io tap for extracting data from PostgresSQL - PipelineWise compatible',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)