Skip to content

Releases: recurly/recurly-client-python

Release 3.9.0

31 Jul 20:12
8e082a7
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

  • Latest Changes for 2019-10-10 (usage, measured units, etc) #418 (bhelx)

Merged pull requests:

Release Version 2.9.18 - July 22, 2020

22 Jul 22:33
0bcdf49
Compare
Choose a tag to compare

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

Release 3.8.0

01 Jul 16:10
1d206ee
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Release 3.7.0

30 Jun 18:15
bdabc05
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Merged pull requests:

Release Version 2.9.17 - June 30, 2020

30 Jun 21:13
17835a4
Compare
Choose a tag to compare

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

  • BACS support #405
  • Support items on subscriptions #407
  • BACS patch #409

Release 3.6.0

01 Jun 21:16
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Latest Features #403 (bhelx)
  • Updating error hierarchy and providing error handling for non-json error responses #401 (douglasmiller)

Fixed bugs:

  • Properly encode boolean query params #397 (bhelx)

Merged pull requests:

Release 3.5.1

28 Apr 16:35
d70f343
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Deprecation warning due to invalid escape sequences #391

Fixed bugs:

  • RateLimiter Exception #388

Merged pull requests:

  • Fix python3 deprecation warnings #392 (bhelx)
  • More defensive parsing of Response headers #389 (bhelx)

Release 3.5.0

20 Apr 22:21
69a07d8
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Tue Apr 14 20:25:42 UTC 2020 Upgrade API version v2019-10-10 #386 (bhelx)
  • Adding #first and #count methods to Pager #367 (douglasmiller)

Merged pull requests:

  • Included the to-be released changes in the changelog #385 (douglasmiller)
  • Updating release script to be uniform across all clients #383 (douglasmiller)
  • Thu Mar 26 20:45:45 UTC 2020 Upgrade API version v2019-10-10 #380 (bhelx)

Release Version 2.9.16 - March 26, 2020

22 Apr 16:30
d99c6aa
Compare
Choose a tag to compare

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

  • Add IBAN attribute to BillingInfo (#368)
  • Add payment_method and collected_at as attributes to Transaction (#371)
  • Tiered pricing (#373)
  • Add mandate_reference attribute to BillingInfo (#379)

3.4.2

20 Mar 23:49
767b8c7
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Error trying to cast error response #369

Merged pull requests:

  • Adding changelog and updated release scripts #376 (douglasmiller)
  • Fri Mar 20 17:44:47 UTC 2020 Upgrade API version v2019-10-10 #375 (douglasmiller)
  • Unknown error types should fallback to generic ApiError #372 (bhelx)