From 0a0b3cf74111dd7478d15fa717ef849d53f6dadb Mon Sep 17 00:00:00 2001 From: Samira <54845154+Samira-El@users.noreply.github.com> Date: Wed, 5 Aug 2020 11:53:50 +0300 Subject: [PATCH] Release 1.3.4 (#31) * bump patch * Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0690f02..7695f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.3.4 (2020-08-05) +------------------ +Fix few issues with new discovered schema after changes are detected during LOG_BASED runtime. + 1.3.3 (2020-07-23) ------------------ During LOG_BASED runtime, detect new columns, incl renamed ones, by comparing the columns in the binlog event to the stream schema, and if there are any additional columns, run discovery and send a new SCHEMA message to target. This helps avoid data loss. diff --git a/setup.py b/setup.py index 3f7f6ef..1763b0f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.3.3', + version='1.3.4', description='Singer.io tap for extracting data from MySQL - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',