Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

56 lines (41 loc) · 2.81 KB

Changelog

1.7.1

  • Remove fstring

1.7.0

1.6.1

  • Add OAuth2 support but using server-to-server integrations #47

1.6.0

  • Add OAuth2 support #43

1.5.1

  • Don't add duplicate metadata to catalog during discovery mode #38

1.5.0

  • Update Singer patterns to use metadata for stream selection #37

1.4.0

  • Adds a configurable batch_size to reduce the data read from the SFMC API and limit memory usage #36

1.1.6

  • Adds support for using tenant subdomains for authentication #23
  • Removes local copy of FuelSDK in favor of PyPi package.
  • Removes unused dependencies

1.1.5

  • Adds URL to the event stream for click events #19

1.1.4

  • Update version of requests to 2.20.0 in response to CVE 2018-18074
  • Update singer-python to use should_sync_field for field selection #18

1.1.3

  • Fixes a bug where the data extension replicator uses the wrong time unit and misses data #16

1.1.2

  • Convert boolean data types to actual bools #15

1.1.1

  • Apply the timeout value to the underlying soap Transport object #14

1.1.0

  • Make all fields nullable #11

1.0.4

  • Skip empty subscriber batches #9