Skip to content

Commit

Permalink
[RELEASE] v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Apr 9, 2020
1 parent 984a8d7 commit 726bad5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 726bad5

Please sign in to comment.