Skip to content

Commit

Permalink
Release 0.20.1 (#486)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
Samira-El authored Jul 24, 2020
1 parent 347d5d4 commit 5a91895
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.20.1 (2020-07-24)
-------------------

**Tap MySQL**
- revert back to `pipelinewise-tap-mysql` to 1.3.2
- 1.3.3 is breaking the replication


0.20.0 (2020-07-24)
-------------------

Expand All @@ -9,7 +17,7 @@
- Add `update_buffer_size` parameter to control how many update operation we should keep in the memory before having to make a call to `find` operation to get the documents from the server. The default value is 1, i.e every detected update will be sent to stdout right away.

**Tap MySQL**
- Bump `pipelinewise-tap-mongodb` to 1.3.3
- Bump `pipelinewise-tap-mysql` to 1.3.3
- 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.

**Tap Zendesk**
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.20.0',
version='0.20.1',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5a91895

Please sign in to comment.