From 812cf2b27e26693e483fee21a5ca093546e1d8c3 Mon Sep 17 00:00:00 2001 From: Lauri Lehtinen Date: Fri, 16 Jul 2021 12:07:19 +0300 Subject: [PATCH] v0.34.1 (#746) --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70f381ad..55efc2e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index ca4dca7ab..7323ad46c 100644 --- a/setup.py +++ b/setup.py @@ -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',