Skip to content

Commit

Permalink
[RELEASE] v0.25.0 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Oct 23, 2020
1 parent 37a2dbe commit 678a6f0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
0.25.0 (2020-10-23)
-------------------

- Add `--profiler` optional parameter to pipelinewise commands
- Use `--debug` logging in every subprocess
- Fixed an issue when fastsync not extracting NULL characters correctly from MySQL

**Tap Postgres**
- Bump `pipelinewise-tap-postgres` to 1.7.1
- Parse data from json(b) when converting a row to a record message in log based replication method.

**Tap MySQL**
- Bump `pipelinewise-tap-mysql` to 1.3.8
- Fix mapping bit to boolean values

**Tap Slack**
- Bump `pipelinewise-tap-slack` to 1.1.0
- Extract user profiles from `users.list` API endpoint
- Extract message attachments from `conversations.history` API endpoint
- Fixed an issue when incremental bookmarks were not sent correctly in the `STATE` messages

0.24.1 (2020-10-02)
-------------------

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

0 comments on commit 678a6f0

Please sign in to comment.