From 23c9324a23991acf558a397c91d08a713eae51f3 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Tue, 27 Oct 2020 17:45:57 +0000 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 33 ++++++--------------------------- setup.py | 2 +- 2 files changed, 7 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c6fad..061883e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,8 @@ -# Changelog +1.0.0 (2020-10-27) +------------------- -## 1.0.2 - * Allows the tap to proceed when the Engage endpoint is unavailable due to a HTTP 402 payment required [#12](https://github.com/singer-io/tap-mixpanel/pull/12) +- Add `export_events` optional param +- Remove `page_size` param when checking access +- Few more info log +- Initial fork of https://github.com/singer-io/tap-mixpanel 1.1.0 -## 1.0.1 - * Bumping patch version to avoid conflict with old pypi uploaded version 1.0.0 in May 2017 - -## 1.0.0 - * Major version bump intended to release changes from 0.0.6 - * Plus [PR #6 to change export stream to be append-only with no primary key](https://github.com/singer-io/tap-mixpanel/pull/6) - -## 0.0.6 - * Adjust backoff and timeout handling - -## 0.0.5 - * Fix a memory-leak for the export stream [#3](https://github.com/singer-io/tap-mixpanel/pull/3) - -## 0.0.4 - * Change `sync.py` date windowing start/end dates to provide dates in local `project_timezone` to eliminate error of requesting data for future dates. - -## 0.0.3 - * Adjust `client.py` to add better error handling for read timeouts. - -## 0.0.2 - * Change `export` to streaming. Required changes to client, sync, and transform. - -## 0.0.1 - * Initial commit diff --git a/setup.py b/setup.py index 8f09b78..fba67ef 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mixpanel', - version='0.0.1', + version='1.0.0', description='Singer.io tap for extracting data from the mixpanel API - PipelineWise compatible', author='jeff.huth@bytecode.io & TransferWise', classifiers=[