Skip to content

Commit

Permalink
Release 0.36.0 (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Sep 30, 2021
1 parent b8a0036 commit bde4566
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.36.0 (2021-09-30)
-------------------

*New*
- Add new transformation type: **MASK-STRING-SKIP-ENDS**
- Bump `pipelinewise-target-snowflake` from `1.13.1` to `1.14.0` ([Changelog](https://github.com/transferwise/pipelinewise-target-snowflake/blob/master/CHANGELOG.md#1140-2021-09-30))
- Support `date` property format
- Don't log record on failure to avoind exposing data

*Changes*
- Use Makefile for installation
- Enforce PEP8

*Fixes*
- Dates out of range (with year > 9999) in FastSync from PG.
- Bump `pipelinewise-tap-postgres` from `1.8.0` to `1.8.1` ([Changelog](https://github.com/transferwise/pipelinewise-tap-postgres/blob/master/CHANGELOG.md#181-2021-09-23))
- LOG_BASED: Handle dates with year > 9999.
- INCREMENTAL & FULL_TABLE: Avoid processing timestamps arrays as timestamp

- `Decimal` not JSON serializable in FastSync MongoDB
- Don't use non-existent FastSync for MongoDB-Redshift pipelines.


0.35.2 (2021-08-17)
-------------------
- Bump `pipelinewise-tap-github` from `1.0.1` to `1.0.2`
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.35.2',
version='0.36.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bde4566

Please sign in to comment.