From 0ba9ee757cff3b8d87e6ebc65f9d734b8338f8d0 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Wed, 25 Mar 2020 10:16:42 +0000 Subject: [PATCH] [RELEASE] v0.14.3 (#370) --- CHANGELOG.md | 23 +++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e614261f..0a737cd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +0.14.3 (2020-03-25) +------------------- +- Support tap/target config files with `.yaml` extension when importing config +- Fixed dependency conflict in install script +- Fixed an issue when `add_metadata_columns` was not defined in `inheritable_config.json` + +**FastSync** +- From MySQL: Increased default batch size to 50.000 rows when fastsync exporting data from MySQL tables +- To Snowflake: Log inserts, updates and csv file sizes in the same format to target-snowflake connector + +**Tap Kafka** +- Bump `pipelinewise-tap-kafka` to 2.1.1 + - Commit offset from the state file and not from the consumed messages + +**Tap Snowflake** +- Bump `pipelinewise-tap-snowflake` to 1.1.2 + - Fixed some dependency conflicts + +**Target Snowflake** +- Bump `pipelinewise-target-snowflake` to 1.6.2 + - Log inserts, updates and csv file sizes in a more consumable format + + 0.14.2 (2020-03-19) ------------------- diff --git a/setup.py b/setup.py index 3b8b98be4..70f0ca01d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.14.2', + version='0.14.3', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',