All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adds support for unmerging customers
- Remove VCR dependencies
- Replaced unit tests that depended on VCR using
request_mock
- Updated urllib3 to latest secure version
- Update the urllib3 dependency to a secure version
- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities)
- Fix customer website_url, add missing allow_none=True
- Add support for customer website_url
- Fix missing customer_uuid when creating a note from a customer
- Support customer notes
- v4.0.0 upgrade instructions.
- Support for Python 3.12.
- Support for old pagination using
page
query params. - Deprecated
imp
module. - Support for Python 3.7.
- Support for cursor based pagination to
.all()
endpoints. - Changelog.