Skip to content

Releases: recurly/recurly-client-python

3.0.0

09 Oct 19:49
2e64eb2
Compare
Choose a tag to compare

First official release of V3.

API Version: 2019-10-10
API Docs: https://developers.recurly.com/api/v2019-10-10/index.html

Upgrade Notes

If you are upgrading from version 3.0bx see the ChangeLog entry 2019-10-10 listed here: https://developers.recurly.com/api/v2019-10-10/index.html#section/Getting-Started/Change-Log

If you are upgrading from V2, consider reading the V3 Upgrade Guide

Version 2.9.10 – September 13th, 2019

13 Sep 21:24
99cc56c
Compare
Choose a tag to compare
  • PSD2 billing info changes PR

Version 2.9.9 – August 21st, 2019

21 Aug 23:58
f031639
Compare
Choose a tag to compare

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

  • MOTO transactions PR

3.0b4 (2019/06/28)

28 Jun 20:33
53c3838
Compare
Choose a tag to compare
3.0b4 (2019/06/28) Pre-release
Pre-release
  • Latest 2018-08-09 changes (includes purchases) #301
  • Recurly-Style User agent #299

No Breaking Changes

Version 2.9.8 June 27th, 2019

27 Jun 21:18
d60439a
Compare
Choose a tag to compare

Version 2.9.8 – June 27th, 2019

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

  • Add 3DS authentication PR

Note: This API version corrects the error of an invalid Recurly.js token sent to v2/accounts/:account_code/billing_info from a 404 Not Found to a 422 Unprocessable Entity

3.0b3 (2019/06/18)

18 Jun 20:37
e8e9e31
Compare
Choose a tag to compare
3.0b3 (2019/06/18) Pre-release
Pre-release

Contains a few improvements:

  • Make sure all resources are cast correctly according to the schema f41d660
  • Ensure URL params are encoded: 04011a2

Breaking Changes

In certain places, the responses were being cast incorrectly. If using < 3.0b3, you might find that a property like account.address is a plain dict and is now an Address. You may also find a property like line_item.account was once an Account and is now an AccountMini.

3.0b2 (2019/06/14)

14 Jun 16:46
Compare
Choose a tag to compare
3.0b2 (2019/06/14) Pre-release
Pre-release

First release of the V3 python client. Docs can be found here: https://recurly-client-python.readthedocs.io/en/latest/

Version 2.9.7 May 21st, 2019

21 May 20:02
a3374d6
Compare
Choose a tag to compare

Version 2.9.7 – May 21st, 2019

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

  • Add Export Dates PR
  • Add Shipping Fees PR

Version 2.9.6 April 30th, 2019

30 Apr 20:38
fee2afd
Compare
Choose a tag to compare

Version 2.9.6 – April 30th, 2019

  • Add product code to Adjustments PR

Version 2.9.5 – March 12th, 2019

12 Mar 23:28
f7718dc
Compare
Choose a tag to compare

Version 2.9.5 – March 12th, 2019

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

  • Add support for Account Hierarchy PR