Skip to content

Commit

Permalink
- Prepare CHANGELOG for 0.46.0 (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie authored Jun 15, 2022
1 parent b717f49 commit 3044eea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.46.0 (2022-06-14)
-------------------

- Bump `target-s3-csv` to `2.0.0`
- Allow non-x86 architectures for dev-project
- Rename .env to .env.template
- [CI][Fix] Linting and unit testing not running for external PRs
- Bump `ujson` from `5.1.0` to `5.3.0`

0.45.0 (2022-05-12)
-------------------

Expand All @@ -21,15 +30,15 @@

*Breaking changes*
- Bump `tap-kafka` to `7.0.0`
- Drop not null constraints on Snowflake tables PK columns.
- Drop not null constraints on Snowflake tables PK columns.

*Added*
- Send failure alerts to slack channel defined in tap, `slack_alert_channel`
- Backup state file before tap starting

*Fixes*
- Patch tap-mysql to `1.5.1`
- Don't use log files to check tap status before starting it.
- Don't use log files to check tap status before starting it.
- Change to e2e tests structure

0.42.1 (2022-03-17)
Expand Down Expand Up @@ -103,7 +112,7 @@
- Added cleanup method for state file.
- Bump `pytest-cov` from `2.12.1` to `3.0.0` ([Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#300-2021-10-04))
- Bump `joblib` from `1.0.0` to `1.1.0`
- Bump `flake8` from `3.9.2` to `4.0.1`
- Bump `flake8` from `3.9.2` to `4.0.1`
- Bump `jinja2` from `3.0.1` to `3.0.2`
- Bump `python-dotenv` from `0.19.0` to `0.19.1`
- Bump `target-snowflake` from `1.14.0` to `1.14.1`
Expand All @@ -127,14 +136,14 @@
- 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
- 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.
- 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
Expand All @@ -159,8 +168,8 @@
-------------------
- Support `"none"` as a value for `--connectors` in `install.sh` script to install a stripped down Pipelinewise without any connectors.
- Optimize Dockerfile
- Do not log invalid json objects if they fail validation against json schema.
- Replace `github-tap` with fork `pipelinewise-tap-github` version `1.0.0`
- Do not log invalid json objects if they fail validation against json schema.
- Replace `github-tap` with fork `pipelinewise-tap-github` version `1.0.0`
- Add schema validation for github tap
- Increase batch_size_rows from 1M to 5M
- Increase split_file_chunk_size_mb from 2500 to 5000
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
version='0.45.0',
version='0.46.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3044eea

Please sign in to comment.