Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Oct 27, 2020
1 parent 1867c67 commit 23c9324
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
33 changes: 6 additions & 27 deletions CHANGELOG.md
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
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 = 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=[
Expand Down

0 comments on commit 23c9324

Please sign in to comment.