Releases: chartmogul/chartmogul-python
Releases · chartmogul/chartmogul-python
Fixed "invalid date" bug with subscription events
- Fix a bug with
SubscriptionEvent
whereevent_date
andeffective_date
would returnNot a valid date
error message - Remove some test files
- Update some links to the relevant documentation
Fix missing uuid in Contacts
- Fix missing uuid in Contacts
Support for Contacts
- Added support for Contacts (https://dev.chartmogul.com/reference/contacts)
- Also added aliases in Customers related to Contacts
Support marshmallow 3
Fix issues with dependencies
- Drops support of Python 3.4
- Fix issues with dependencies (#32)
Support subscription_set_external_id
- This is the last version supporting Python 3.4
- Update client get endpoints for MCS [chch16182] (#31)
v1.2.4
Fix Marshmallow dependency
v1.2.3 Use twine for distribution uploading
Connect Subscriptions
Rate limiting
- Add support for rate limiting (#21)