Skip to content

Commit

Permalink
[RELEASE] v0.14.3 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Mar 25, 2020
1 parent 783d93f commit 0ba9ee7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
-------------------

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.2',
version='0.14.3',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0ba9ee7

Please sign in to comment.