Skip to content

Commit

Permalink
v0.34.1 (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Lehtinen authored Jul 16, 2021
1 parent 15e74ab commit 812cf2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.34.1 (2021-07-15)
-------------------
- Bump `pipelinewise-target-snowflake` from `1.13.0` to `1.13.1`
- Fixed an issue with S3 metadata required for decryption not being included in archived load files
- Fixed an issue in fastsync to BigQuery data type mapping
- Add `location` config parameter to fastsync to BigQuery

0.34.0 (2021-06-24)
-------------------
- Add `split_large_files` option to FastSync target-snowflake to load large files in parallel into Snowflake
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.34.0',
version='0.34.1',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 812cf2b

Please sign in to comment.