Skip to content

Commit

Permalink
EE-1104 - 0.35.0v (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofurtados authored Aug 4, 2021
1 parent 164d13d commit c4f8587
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.35.0 (2021-08-04)
-------------------
- 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`
- Add schema validation for github tap
- Increase batch_size_rows from 1M to 5M
- Increase split_file_chunk_size_mb from 2500 to 5000
- Add latest tag to docker image
- Bump `pipelinewise-tap-s3-csv` from `1.2.1` to `1.2.2`
- Update pymongo requirement from `<3.12,>=3.10` to `>=3.10,<3.13`

0.34.1 (2021-07-15)
-------------------
- Bump `pipelinewise-target-snowflake` from `1.13.0` to `1.13.1`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ consumes data from taps and do something with it, like load it into a file, API
| Tap | **[Google Analytics](https://github.com/transferwise/pipelinewise-tap-google-analytics)** | Extra | [![PyPI version](https://badge.fury.io/py/pipelinewise-tap-google-analytics.svg)](https://badge.fury.io/py/tap-adwords) | Extracts data from Google Analytics |
| Tap | **[Oracle](https://github.com/transferwise/pipelinewise-tap-oracle)** | Extra | [![PyPI version](https://badge.fury.io/py/pipelinewise-tap-oracle.svg)](https://badge.fury.io/py/pipelinewise-tap-oracle) | Extracts data from Oracle databases. Supporting Log-Based, Key-Based Incremental and Full Table replications |
| Tap | **[Zuora](https://github.com/transferwise/pipelinewise-tap-zuora)** | Extra | [![PyPI version](https://badge.fury.io/py/pipelinewise-tap-zuora.svg)](https://badge.fury.io/py/pipelinewise-tap-zuora) | Extracts data from Zuora database using AQAA and REST extraction API with Key-Based incremental replications |
| Tap | **[GitHub](https://github.com/singer-io/tap-github)** | | [![PyPI version](https://badge.fury.io/py/tap-github.svg)](https://badge.fury.io/py/tap-github) | Extracts data from GitHub API using Personal Access Token and Key-Based incremental replications |
| Tap | **[GitHub](https://github.com/transferwise/pipelinewise-tap-github)** | | [![PyPI version](https://badge.fury.io/py/pipelinewise-tap-github.svg)](https://badge.fury.io/py/pipelinewise-tap-github) | Extracts data from GitHub API using Personal Access Token and Key-Based incremental replications |
| Tap | **[Shopify](https://github.com/singer-io/tap-shopify)** | Extra | [![PyPI version](https://badge.fury.io/py/tap-shopify.svg)](https://badge.fury.io/py/tap-shopify) | Extracts data from Shopify API using Personal App API Password and date based incremental replications |
| Tap | **[Slack](https://github.com/transferwise/pipelinewise-tap-slack)** | | [![PyPI version](https://badge.fury.io/py/pipelinewise-tap-slack.svg)](https://badge.fury.io/py/pipelinewise-tap-slack) | Extracts data from a Slack API using Bot User Token and Key-Based incremental replications |
| Tap | **[Mixpanel](https://github.com/transferwise/pipelinewise-tap-mixpanel)** | | [![PyPI version](https://badge.fury.io/py/pipelinewise-tap-mixpanel.svg)](https://badge.fury.io/py/pipelinewise-tap-mixpanel) | Extracts data from the Mixpanel API. |
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.34.1',
version='0.35.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c4f8587

Please sign in to comment.