This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters