From 726bad5b60429a9dbf598b744800a83f66026571 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Thu, 9 Apr 2020 09:52:48 +0100 Subject: [PATCH] [RELEASE] v0.15.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a737cd08..32224045b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +0.15.0 (2020-04-09) +------------------- +**FastSync** +- To Snowflake: Support for IAM roles, AWS Session Tokens and to pass credentials as environment variables + +**Tap Kafka** +- Bump `pipelinewise-tap-kafka` to 3.0.0 + - Add local storage of consumed messages and instant commit kafka offsets + - Add more configurable options: `consumer_timeout_ms`, `session_timeout_ms`, `heartbeat_interval_ms`, `max_poll_interval_ms` + - Add two new fixed output columns: `MESSAGE_PARTITION` and `MESSAGE_OFFSET` + +**Tap Snowflake** +- Bump `pipelinewise-tap-snowflake` to 2.0.0 + - Discover only the required tables to avoid issues when too many tables in the database causing `SHOW COLUMNS` column to return more than the maximum 10000 rows + +**Target Snowflake** +- Bump `pipelinewise-target-snowflake` to 1.6.3 + - Generate compressed CSV files by default. Optionally can be disabled by the `no_compression` config option + + 0.14.3 (2020-03-25) ------------------- - Support tap/target config files with `.yaml` extension when importing config diff --git a/setup.py b/setup.py index 70f0ca01d..598f0326f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.14.3', + version='0.15.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',