Skip to content

Commit

Permalink
v0.38.0 (#867)
Browse files Browse the repository at this point in the history
* v0.38.0
  • Loading branch information
jeet-parekh-wise authored Jan 14, 2022
1 parent dbd74e6 commit 6934b38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.38.0 (2022-01-14)
-------------------
- MySQL tap now connects to replica instance during fastsync if credentials are provided
- Added fastsync support for MongoDB Atlas
- Docker base image to Python 3.8
- Bump `pyyaml` from `5.4.1` to `6.0`
- Bump `pipelinewise-target-snowflake` from `1.14.1` to `1.15.0`
- Bump `pipelinewise-tap-s3-csv` from `1.2.2` to `1.2.3`
- Bump `pipelinewise-tap-postgres` from `1.8.1` to `1.8.2`

0.37.2 (2021-12-10)
-------------------
- Bump `pipelinewise-tap-github` from `1.0.2` to `1.0.3`
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.37.2',
version='0.38.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6934b38

Please sign in to comment.