Skip to content

Releases: chartmogul/chartmogul-python

Fix Marshmallow dependency

27 Aug 09:09
00461c3

Choose a tag to compare

v1.2.3

Use twine for distribution uploading

Connect Subscriptions

20 Dec 13:50
ee21db8

Choose a tag to compare

Features

  • [ee21db8] - Added method for Connect subscriptions [ch4617] (#23) (Hassansin)

Rate limiting

24 Aug 11:05

Choose a tag to compare

  • Add support for rate limiting (#21)

Fixes

07 Aug 09:24

Choose a tag to compare

  • Remove schema from Stripe & Clearbit attributes [ch426] (#20)
  • Dropped support of python 3.3

Add transaction_fees_in_cents

14 Mar 14:47
b5c465a

Choose a tag to compare

  • Add customer_uuid in result of list_imported [ch543] (#16)
  • Fix Customer.all() example in readme (#15)
  • Add transaction_fees_in_cents [ch3025] (#19)

Optional timeout

03 Aug 08:35

Choose a tag to compare

  • optional timeout to all requests (#14)
  • integration tests

Invoices for merged customers

09 Jun 08:06

Choose a tag to compare

  • [DP-495] Support invoices for merged customers (#12)

Retrieve Invoice

30 May 08:24

Choose a tag to compare

[DP-468] Retrieve Invoice endpoint (#11)

v1.1.3

24 May 13:30

Choose a tag to compare

  • support for Delete Invoice

Fixes

21 Apr 11:57

Choose a tag to compare

Included in this release:

  • Fix to chartmogul.Invoice: due_date is now an optional field
  • README changes