Releases: chartmogul/chartmogul-ruby
Releases · chartmogul/chartmogul-ruby
v4.4.0
What's Changed
- Test on latest ruby by @pkopac in #160
- [sc-62677] SDK Unmerge Support - Ruby by @jessicahearn in #161
- [sc-62677] SDK Unmerge Support - Ruby - remove unmerge-all constant by @jessicahearn in #162
- Release v4.4.0 by @jessicahearn in #163
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- add upgrade guide from v3.x to v4.x by @kmossco in #146
- Ruby client notes and call logs API support[sc-55268] by @SoeunSona in #148
- Release v4.1.0 by @SoeunSona in #149
- Add customer website_url field by @whobubble in #150
- Support uuid attribute for subscription resource by @whobubble in #151
- Release v4.2.0 by @whobubble in #152
- feat(sc-57427): Support Opportunities API by @kamilpavlicko in #154
- Release v4.3.0 by @kamilpavlicko in #155
New Contributors
- @SoeunSona made their first contribution in #148
- @whobubble made their first contribution in #150
- @kamilpavlicko made their first contribution in #154
Full Changelog: v4.0.0...v4.3.0
Remove support for page based pagination
- Remove support for the page based pagination, it only supports cursor based pagination now (#145)
Support cursor based pagination
- Add support for cursor based pagination (#144)
Fix subscription Events creation
Fix an issue with creating a Subscription Event using ChartMogul::SubscriptionEvent.create!(attrs)
.
Support for Faraday 2.7
- Adds support for Faraday 2.7
- Removes support for Ruby 2.3, 2.4, and 2.5, due to incompatibility with Faraday 2.X
Support for Contacts
- Added support for Contacts (https://dev.chartmogul.com/reference/contacts)
- Also added aliases in Customers related to Contacts
Support for partial payments / refunds
This adds support for partial payments and refunds available in API.
Add support for subscription_external_id when listing Activities
v1.6.8 Version 1.6.8
Allow adding Customer custom attributes in camel case
- Disable response keys conversion for Customer resource #91