Releases: chartmogul/chartmogul-python
Releases · chartmogul/chartmogul-python
v4.4.0
What's Changed
- Update urllib3 package by @mynameispedro in #96
- feat: remove vcr dependency and upgrade urllib3 by @davidlacho in #98
- [sc-62680] SDK Unmerge Support - Python by @jessicahearn in #100
- Release v4.4.0 by @jessicahearn in #101
New Contributors
- @mynameispedro made their first contribution in #96
- @davidlacho made their first contribution in #98
- @jessicahearn made their first contribution in #100
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- feat(sc-57430): Support Opportunities API by @kamilpavlicko in #93
- Release v4.3.0 by @kamilpavlicko in #94
New Contributors
- @kamilpavlicko made their first contribution in #93
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- Fix: add missing allow_none=True to customer website_url attribute by @whobubble in #92
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Add event order to subscription event by @alpdal in #89
- Add support for customer website_url field by @whobubble in #90
New Contributors
- @alpdal made their first contribution in #89
- @whobubble made their first contribution in #90
Full Changelog: v4.1.1...v4.2.0
Remove support for page based pagination
Support cursor based pagination
Support cursor based pagination
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