Skip to content

Releases: recurly/recurly-client-python

Version 2.5.0 April 17, 2017

19 May 21:37
Compare
Choose a tag to compare
  • Remove parsing of X-Records header PR
  • Cardless Free Trial changes for 2.6 PR

Upgrade Notes

This release will upgrade us to API version 2.6. There are two breaking changes:

  1. To speed up your listing requests we’re no long automatically computing the record counts for each requests. For our larger sites this could halve the response time. If you still need a count it will be computed with a separate request. You can no longer use len() on a Page. From now on you must explicitly call the count() class method on a Page. See PR #202 for more information.
  2. For POST /v2/subscriptions Sending None for total_billing_cycles attribute will now override plan total_billing_cycles setting and will make subscription renew forever.
    Omitting the attribute will cause the setting to default to the value of plan total_billing_cycles.

Version 2.4.4 March 23, 2017

23 Mar 16:13
Compare
Choose a tag to compare
  • Add API version 2.5 changes #195

Version 2.4.3 February 6th, 2017

06 Feb 17:55
Compare
Choose a tag to compare
  • Add canceled at, preview, and redeem-on-account support to gift cards #188
  • Add timestamps to MeasuredUnit #186
  • Add tests to new gift cards features and fix redemption url generation #189
  • Add Account acquisitions #193
  • Add cached rate limiting headers #192

Version 2.4.2 September 12th, 2016

12 Sep 18:21
Compare
Choose a tag to compare
  • Add ability to create shipping address on existing account PR

Version 2.4.1 August 30th, 2016

30 Aug 17:30
Compare
Choose a tag to compare
  • Shipping Address Support PR

Version 2.4.0 August 18th, 2016

18 Aug 23:08
Compare
Choose a tag to compare

Bumps us to API version 2.4

  • Fix revenue schedule typo PR
  • Remove old python references from readme PR
  • Gift card support PR
  • Add updated_at fields PR

Version 2.3.0 July 6, 2016

06 Jul 20:39
Compare
Choose a tag to compare
  • Use variable for api version in fixtures #175
  • Add missing AddOn fields #174
  • API version 2.3 #171

Version 2.2.21 June 29, 2016

29 Jun 22:08
Compare
Choose a tag to compare
  • Adding collection_path to MeasuredUnit #168
  • Adding TransactionError parsing inside ValidationError #170

Version 2.2.20 May 23, 2016

23 May 20:17
Compare
Choose a tag to compare
  • Add ConfigurationException when API_KEY or SUBDOMAIN is unicode #141
  • Add transaction_error_code property to ValidationError class #158
  • Fix timeout on connection object #166
  • Add python 3.5 to travis tests #159
  • Add fraud info if available on Transaction #165
  • Add Usage Based Billing #161
  • Add generator comprehensions in js module #160
  • Add Free Trial Coupons #164

Version 2.2.19 February 22, 2016

22 Feb 20:48
Compare
Choose a tag to compare
  • Added currency attribute to the BillingInfo class #153