Releases: recurly/recurly-client-python
3.0.0
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
- PSD2 billing info changes PR
Version 2.9.9 – August 21st, 2019
This version brings us up to API version 2.22, but has no breaking changes
- MOTO transactions PR
3.0b4 (2019/06/28)
Version 2.9.8 June 27th, 2019
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)
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)
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
Version 2.9.6 April 30th, 2019
Version 2.9.6 – April 30th, 2019
- Add product code to Adjustments PR
Version 2.9.5 – March 12th, 2019
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