diff --git a/CHANGELOG.md b/CHANGELOG.md index b63fc164..1c89a3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.8.0 (2020-08-03) +------------------- + +- Fixed an issue when `pipelinewise-target-snowflake` failed when `QUOTED_IDENTIFIERS_IGNORE_CASE` snowflake parameter set to true +- Add `aws_profile` option to support Profile based authentication to S3 +- Add option to authenticate to S3 using `AWS_PROFILE`, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_SESSION_TOKEN` environment variables +- Add `s3_endpoint_url` and `s3_region_name` options to support non-native S3 accounts +- Flush stream only if the new schema is not the same as the previous one + 1.7.0 (2020-07-23) ------------------- diff --git a/setup.py b/setup.py index 4254aa9c..9cf73e55 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.7.0", + version="1.8.0", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',