Skip to content

Commit

Permalink
Bump tap-slack (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie authored Aug 25, 2023
1 parent 47feee3 commit f76806c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.57.0 (2023-08-09)
-------------------

- Bump `pipelinewise-tap-kafka`from `8.0.0` to `8.1.0`
- Update dependencies

0.56.0 (2023-08-09)
-------------------

Expand All @@ -13,8 +19,8 @@
0.54.0 (2023-07-04)
-------------------

- Add support for the new limit config in `tap-postgres`
- Bump pipelinewise_tap_s3_csv from `3.0.0` to `3.0.1`
- Add support for the new limit config in `tap-postgres`
- Bump pipelinewise_tap_s3_csv from `3.0.0` to `3.0.1`
- Bump pipelinewise-tap-postgres from `1.8.4` to `2.1.0`
- Bugfix replication slot creation in partial sync

Expand Down Expand Up @@ -45,7 +51,7 @@

- Bugfix for renaming log files when stopping the tap
- Bump `snowflake-connector-python` from `2.7.6` to `2.8.2`
- Remove `tap-adwords`
- Remove `tap-adwords`

0.52.2 (2023-03-20)
-------------------
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
version='0.56.0',
version='0.57.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -37,7 +37,7 @@
'tzlocal>=2.0,<4.1',
'slackclient==2.9.3',
'sqlparse==0.4.4',
'psutil==5.8.0',
'psutil==5.9.5',
'ujson==5.4.0',
'dnspython==2.1.*',
'boto3>=1.21,<1.27',
Expand All @@ -49,7 +49,7 @@
'flake8==4.0.1',
'pytest==7.1.1',
'pytest-dependency==0.4.0',
'pytest-cov==3.0.0',
'pytest-cov==4.1.0',
'python-dotenv==0.19.1',
'pylint==2.10.*',
'unify==0.5',
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/tap-kafka/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipelinewise-tap-kafka==8.0.0
pipelinewise-tap-kafka==8.1.0

0 comments on commit f76806c

Please sign in to comment.