Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

73 lines (51 loc) · 2.98 KB

Changelog

1.6.0

  • Requirement updates to run on python 3.11.7 #63

1.5.1

  • Add retry logic for ChunkedEncodingErrors #61

1.5.0

  • Adds export_events as optional param to filter the data for export stream based on event names #56

1.4.3

  • Code Refactoring #55
    • Reduced record duplication.
    • Optimized parent-child stream, by making common parent API calls.
    • Handled 402 error (Payment require) in discover mode for a free plan Mixpanel account.

1.4.2

  • Adds ProtocolError to backoff handling #58

1.4.1

  • Implement Request Timeout

1.4.0

  • Add a proper error message for timezone issue #35
  • Switch from using multipleof to singer.decimal #38
  • Fix date time conversion #40

1.3.0

  • Add support for EU residency mixpanel data via the eu_residency config parameter, which when 'true' will have the tap extract data from the EU residency endpoint #39

1.2.2

  • Add a timeout on requests #20

1.2.1

  • Fix the query params for the engage and cohort_members streams to fetch all records #24

1.2.0

  • Make the engage stream's schema be an anyOf the possible types #18

1.1.1

  • Remove page_size param to shorten processing time #15

1.1.0

  • Make date_window_size not a required config field. Defaults to 30 #13

1.0.2

  • Allows the tap to proceed when the Engage endpoint is unavailable due to a HTTP 402 payment required #12

1.0.1

  • Bumping patch version to avoid conflict with old pypi uploaded version 1.0.0 in May 2017

1.0.0

0.0.6

  • Adjust backoff and timeout handling

0.0.5

  • Fix a memory-leak for the export stream #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