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',