Skip to content

Commit

Permalink
Release 0.43.0 (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored and amofakhar committed Jun 1, 2022
1 parent a523069 commit cee1560
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.43.0 (2022-04-07)
-------------------

*Breaking changes*
- Bump `tap-kafka` to `7.0.0`
- Drop not null constraints on Snowflake tables PK columns.

*Added*
- Send failure alerts to slack channel defined in tap, `slack_alert_channel`
- Backup state file before tap starting

*Fixes*
- Patch tap-mysql to `1.5.1`
- Don't use log files to check tap status before starting it.
- Change to e2e tests structure

0.42.1 (2022-03-17)
-------------------
- Bump `tap-kafka` to `6.0.0`
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@

setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
version='0.42.1',
version='0.43.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
author='Wise',
url='https://github.com/transferwise/pipelinewise',
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3 :: Only'
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'argparse==1.4.0',
Expand Down

0 comments on commit cee1560

Please sign in to comment.