Releases: chartmogul/chartmogul-go
Releases · chartmogul/chartmogul-go
v4.4.0
What's Changed
- [sc-62679] SDK Unmerge Support - Golang by @jessicahearn in #72
New Contributors
- @jessicahearn made their first contribution in #72
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- feat(sc-57431): Support Opportunities API by @kamilpavlicko in #71
New Contributors
- @kamilpavlicko made their first contribution in #71
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- Add event order for subscription events by @alpdal in #69
- Add support for customer website_url field by @whobubble in #70
New Contributors
- @alpdal made their first contribution in #69
- @whobubble made their first contribution in #70
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.0
-
Added support for new cursor based pagination
-
Removed deprecated structs
-
Added integration tests for pagination endpoints
Introduces a breaking change for pagination on List endpoints. The cursor object now expects a per_page
and cursor
parameter. page will no longer be accepted.
Fix incorrect PerPage on Contacts List response
Support for Contacts
- Added support for Contacts (https://dev.chartmogul.com/reference/contacts)
- Also added aliases in Customers related to Contacts
v2.0.1
v1.5.1
v2.0.0
Metrics API Changes
Changes on MetricsListSubscriptions
and MetricsListActivities
.
Please follow the upgrade guide.
Commits