Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Release 1.15.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Jan 14, 2022
1 parent 3e31fb3 commit 8a54437
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.15.0 (2022-01-14)
-------------------

*Added*
- Support parallelism for table stages

*Fixes*
- Emit last encountered state message if there are no records.

*Changes*
- Migrate CI to github actions
- Bump dependencies


1.14.1 (2021-10-14)
-------------------
- Increase `max_records` when selecting columns by an order of magnitude
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-target-snowflake",
version="1.14.1",
version="1.15.0",
description="Singer.io target for loading data to Snowflake - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 8a54437

Please sign in to comment.