Releases: recurly/recurly-client-python
Releases · recurly/recurly-client-python
Version 2.4.4 March 23, 2017
- Add API version 2.5 changes #195
Version 2.4.3 February 6th, 2017
Version 2.4.2 September 12th, 2016
- Add ability to create shipping address on existing account PR
Version 2.4.1 August 30th, 2016
- Shipping Address Support PR
Version 2.4.0 August 18th, 2016
Version 2.3.0 July 6, 2016
Version 2.2.21 June 29, 2016
Version 2.2.20 May 23, 2016
- 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
- Added
currency
attribute to theBillingInfo
class #153
2.2.18
Version 2.2.18 February 11, 2016
- Add
mark_failed
API call toInvoice
- 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 inAccount
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