Skip to content

Releases: recurly/recurly-client-python

Version 2.9.4 February 19th, 2019

19 Feb 21:48
f295e46
Compare
Choose a tag to compare

Version 2.9.4 – February 19th, 2019

This version brings us up to API version 2.18, but has no breaking changes

  • Update refund methods for Credit Invoices PR
  • Add support for Amazon Region PR

Version 2.9.3 January 17th, 2019

17 Jan 21:19
3f80faa
Compare
Choose a tag to compare

Version 2.9.3 - January 17th, 2019

  • Add UnexpectedClientError and UnexpectedServerError classes PR

Version 2.9.2 December 11th, 2018

11 Dec 22:02
202a841
Compare
Choose a tag to compare

Version 2.9.2 – December 11th, 2018

This version brings us up to API version 2.17, but has no breaking changes

  • Add gateway_code to Subscription and Invoice objects PR
  • Add exemption_certificate to Account object PR
  • Add OpenSSL version to user agent PR

Version 2.9.1 October 30th, 2018

30 Oct 18:10
d3ca3a6
Compare
Choose a tag to compare

Version 2.9.1 – October 30th, 2018

This version brings us up to API version 2.16, but has no breaking changes

  • Add a GatewayTimeoutError class PR

Version 2.9.0 September 26th, 2018

26 Sep 16:45
Compare
Choose a tag to compare

This version brings us up to API version 2.15.

  • Use defusedxml package for reading incoming XML 3db82c8
  • Prevent empty input from making an API call eea8696
  • Remove JS module PR
  • Removes improper use of StopIteration PR
  • Removes support for Python 3.3 and add support for Python 3.7 PR

Upgrade Notes

This release contains two breaking changes.

  1. Older Recurly.js token signing is not longer supported. You should upgrade to version 4 of Recurly.js: https://dev.recurly.com/docs/recurlyjs
  2. Removes support for Python 3.3. You should upgrade to a supported version of Python.

Version 2.8.8 August 29th, 2018

29 Aug 17:38
bc657cf
Compare
Choose a tag to compare
  • Added scripts folder PR
  • Added Coupon.deleted_at PR

Version 2.8.7 August 21st, 2018

21 Aug 21:56
81acf6b
Compare
Choose a tag to compare

This version brings us up API version 2.14 but has no breaking changes.

  • Support updating an invoice PR
  • Support updating custom fields through Subscription#update_notes PR

Version 2.8.6 July 20th, 2018

20 Jul 16:43
e2ab480
Compare
Choose a tag to compare
  • Add gateway_token and gateway_code fields to BillingInfo class #253
  • Add RECURLY_INSECURE_DEBUG=true callout for running tests #252
  • Add more pythons to CI #251
  • Update url in setup.py #250
  • Support offline payments #249
  • Support Purchase#collection_method #248

Version 2.8.5 July 11th, 2018

11 Jul 17:46
22e7e30
Compare
Choose a tag to compare
  • Add Custom Fields to Account and Subscription #246

Version 2.8.4 June 26th, 2018

26 Jun 20:53
e9a661c
Compare
Choose a tag to compare

This version brings us up API version 2.13 but has no breaking changes.

  • Allows programmer to set the gateway for a purchase
  • Subscription Terms