Skip to content

Commit

Permalink
[RELEASE] v0.21.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Aug 4, 2020
1 parent 6646f53 commit 5547186
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.21.0 (2020-08-04)
-------------------

- Improve alert messages to include botocore and generic python exception and error patterns in the alerts

**Tap S3 CSV**, **Target Snowflake**, **Target S3 CSV**, **Target Redshift**
- 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

**Target Snowflake**
- Fixed an issue when target-snowflake was failing when `QUOTED_IDENTIFIERS_IGNORE_CASE` snowflake parameter set to True
- Fixed an issue when new `SCHEMA` singer message triggered a flush event even if the newly received `SCHEMA` message is the same as the previous one
- Add `s3_endpoint_url` option to support non-native S3 accounts

**Target S3 CSV**
- Add `naming_convention` option to create custom and dynamically named files on S3

**Tap Snowflake**
- Eliminate some warning messages of `optional pandas and/or pyarrow not installed`.

**Tap Zendesk**
- Fixed and issue when `rate_limit`, `max_workers` and `batch_size` were not configurable via the tap-zendesk YAML file

0.20.2 (2020-07-27)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup(app):
project = 'PipelineWise'
copyright = '2020, TransferWise Ltd.'
author = 'TransferWise'
version = '0.20.0'
version = '0.21.0'


# -- General configuration ---------------------------------------------------
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.20.2',
version='0.21.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5547186

Please sign in to comment.