Skip to content

Releases: recurly/recurly-client-python

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

2.2.18

11 Feb 21:00
Compare
Choose a tag to compare

Version 2.2.18 February 11, 2016

  • Add mark_failed API call to Invoice
  • Add the python version to the user agent string
  • Fix the delete_url on the Redemption class by removing the override
  • Add support for cc_emails attribute in Account class
  • Remove AttributeError when trying to print ValidationError in Python 3
  • Remove _ValidatedHTTPSConnection in favor of native functionality
  • Add collection_method and net_terms attributes for invoice calls