- Added support for Campaigns API
- Added support for un-setting profile properties.
- Added support for the Data Privacy API
- Added support for people/search endpoint
- Small tweaks to public.py for consistency
- Python 2 compatible
- 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 beclient.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
- As this changelog was created after 3.0, please refer to the README for version 2 https://github.com/klaviyo/python-klaviyo/tree/99be1d36941b2b48561575eda16e25224ce91367