Skip to content

Releases: chartmogul/chartmogul-ruby

Add support for delete all invoices endpoint

14 Aug 11:12
a38e7d0
Compare
Choose a tag to compare

Adds a new method ChartMogul::Customer#delete_all_invoices! which allows you to delete all invoices associated with a particular customer.

Updated faraday to v1.x

11 Aug 14:25
e3f1c43
Compare
Choose a tag to compare
v1.6.3

Version 1.6.3

Make configuration threadsafe

15 Jul 13:38
0df3f2d
Compare
Choose a tag to compare
  • Make configuration threadsafe [ch23375] (#73)
    Warning: if you use Sidekiq and set the credentials in initializer, make sure that before you update to this release, you instead set them in each individual worker at the beginning. Otherwise your workers will fail with ChartMogul::ChartMogulError. This change isolates different threads, so that you can safely import into multiple ChartMogul accounts in a multi-threaded environment like Sidekiq.

Update dependencies

10 Mar 09:05
633386b
Compare
Choose a tag to compare
  • update faraday to latest before 1.0.0

Add support for subscription sets

20 Sep 09:34
Compare
Choose a tag to compare
  • Add support for subscription sets [ch16168] (#64)

Support customer_external_id on invoices

03 Sep 07:44
Compare
Choose a tag to compare

Fix: String parsed as time

30 Aug 13:30
Compare
Choose a tag to compare

If you are passing partial date in a string and relying on the library to parse it, you'll need to first Time.parse yourself. We now only support ISO & RFC format or a Time object, to avoid false positives.

Add #last method to Entries

06 May 15:16
9681549
Compare
Choose a tag to compare
  • Add #last method to Entries (#60)

Cancellation dates method change for Subscriptions

05 Mar 12:39
Compare
Choose a tag to compare

Method #update_cancellation_dates added to allow users updating the cancellation dates on subscription. The previous one (#set_cancellation_dates) was not sending the update to Chartmogul API.

Connect Subscriptions

24 Dec 02:39
5f854ec
Compare
Choose a tag to compare

Added method for Connect subscriptions [ch4616] #55