Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 818 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 818 Bytes

CHANGELOG

3.1.2

  • Added support for Campaigns API

3.1.1

  • Added support for un-setting profile properties.

3.1.0

  • Added support for the Data Privacy API
  • Added support for people/search endpoint

3.0.2

  • Small tweaks to public.py for consistency

3.0.1

  • Python 2 compatible

3.0.0

  • Redesign of the modules pattern. Instead of using client.method_name we now utilize client.BASE_API_ENDPOINT.method_name
  • For example in 2.* client.get_metrics() would now be client.Metrics.get_metrics() in 3.*
  • There is no compatibility on migrating from 2.* to 3.* and will need to follow the new 3.0 pattern

2.4