Skip to content

Releases: recurly/recurly-client-python

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

2.2.17

02 Oct 22:42
Compare
Choose a tag to compare

Version 2.2.17 October 2, 2015

  • Add support for bulk coupons and coupon code generation
  • Add support for editing and restoring coupons

2.2.16

01 Oct 00:09
Compare
Choose a tag to compare

Version 2.2.16 September 30, 2015

  • Remove TLS 1.0 flag allowing proper TLS negotiation
  • Fix recursive call to str(self) in python 3