Skip to content

Releases: chartmogul/chartmogul-go

Fixes

22 Mar 11:22
35325f7
Compare
Choose a tag to compare

Fixes

  • [35325f7] - Fixed subscription cancel params to allow empty slice [ch10713] (#24) (Hassansin)

Connect Subscriptions

20 Dec 13:51
2b7a680
Compare
Choose a tag to compare

Features

  • [2b7a680] - Add Connect subscriptions [ch4619] (#23) (Hassansin)

Fixes

  • [54ba81e] - Added zip to customer update (#22) (Bogdan Guranda)
  • [4179a32] - Fix for IsInvoiceAndTransactionAlreadyExist [ch1722] (#21) (Hassansin)

Fixes

07 Aug 08:10
Compare
Choose a tag to compare

Fixes

  • Remove schema for Stripe & Clearbit attributes [ch426] (#20)
  • Allow updating customers with empty values [ch5557]

Fixes

19 Jul 09:56
3ef7889
Compare
Choose a tag to compare
  • Fix integer conversion in status [ch4527] (#17)
  • Add field transaction_fees_in_cents [ch3024] (#16)

Internal tooling

13 Mar 09:05
Compare
Choose a tag to compare
  • methods and a field related to ChartMogul's internal integrations

New endpoints & fixes

09 Jun 07:59
Compare
Choose a tag to compare
  • [DP-309] Delete Invoice (#6)
  • [DP-476] Retrieve Invoice (#7)
  • Fix of MergeCustomer
  • [DP-495] Support invoices for merged customers (#8)

List invoices

03 May 13:08
Compare
Choose a tag to compare
  • Adding new list invoices endpoint, which returns invoices across all customers
  • Now with build & compatibility tests on Travis.

Source on custom parameters and zip fix

21 Apr 12:40
Compare
Choose a tag to compare
  • Feature: Adding possibility to create and update custom attributes with source parameter
  • Fix: adding omitted Customer.Zip

Retry on rate limit & network errors

04 Apr 10:37
Compare
Choose a tag to compare
  • The library now automatically retries internally with exponential back-off all requests (except ping) for rate limit (currently 40 rps) & network errors.
  • Support for external_id on Metrics Subscriptions
  • DataSource now supports parsing of errors, so you can check for name taken with IsAlreadyExists()

Fixes

21 Mar 13:55
Compare
Choose a tag to compare
  • added Go Report Card
  • Plan now has Errors field
  • Customer now has DataSourceUUIDs & ExternalIDs fields
  • DataSource now has System field
  • LineItem for invoices now won't omit AmountInCents if == 0