Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.52 KB

Changelog

1 1 3

  • Request Timeout Implementation #43

1.1.2

  • Update error message when campaign export jobs exceed the timeout to indicate it is not actually an error #38

1.1.1

  • Add 'last_changed' as a replication key to stream 'list_members' #31

1.1.0

  • Filter fields on the request, rather than after the response is returned #29

1.0.3

  • Fix resume batch logic #27

1.0.2

  • Check for current bookmark in reports_email_activity stream #25

1.0.1

  • Request chunks of campaigns for email_activty reports #21

1.0.0

  • Add list_id as a primary key for the list_members stream
  • Clean up logging

0.1.1

  • Improve logging to make the reports_email_activity sync more traceable #18

0.1.0

  • Add page_size to config options to control number of records per request #12

0.0.4

  • Raise a ClientRateLimitError when Mailchimp returns a 429 so it can run backoff

0.0.3

  • Use get to access dictionary commit