Skip to content

Releases: recurly/recurly-client-ruby

2.18.2 (2019-09-27)

27 Sep 15:55
1efc307
Compare
Choose a tag to compare
  • Fix account acquisition href problems PR
  • V2 bump script PR
  • Update travis options PR
  • Reference Ruby support page PR
  • Include OpenSSL::OPENSSL_LIBRARY_VERSION PR

2.18.1 (2019-09-13)

13 Sep 21:11
3cd5bcd
Compare
Choose a tag to compare
  • Adds NewShippingAddressNotification webhook PR
  • PSD2 billing info changes PR

2.18.0 (2019-08-21)

22 Aug 00:01
73f10ce
Compare
Choose a tag to compare

This bumps us to API version 2.22.

  • MOTO transactions #493
  • Changes for Vertex customers #491

Upgrade Notes

There is one breaking change. It only applies to Vertex users so will not likely affect you.
Invoice#tax_types[].type on invoice and preview invoice endpoints is no longer returned.

3.0.0.beta.5 (2019-04-04)

28 Jun 20:38
b13d5f4
Compare
Choose a tag to compare
Pre-release
  • Contains latest v2018-08-09 Changes including the purchases endpoint. #482

No breaking changes

2.17.11 (2019-06-27)

27 Jun 22:03
272db3f
Compare
Choose a tag to compare

v2.17.11 (2019-06-27)

This brings us up to API version 2.21. There are no breaking changes.

  • Add support for 3DS authenticated transactions 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

2.17.10 (2019-05-21)

21 May 19:58
8638c1a
Compare
Choose a tag to compare

v2.17.10 (2019-05-21)

This brings us up to API version 2.20. There are no breaking changes.

  • Add support for shipping fees PR

2.17.9 (2019-05-14)

14 May 19:39
948ae76
Compare
Choose a tag to compare

v2.17.9 (2019-05-14)

  • Add support for fraud session ID PR

3.0.0.beta.4 (2019-04-04)

04 Apr 22:49
Compare
Choose a tag to compare
Pre-release

This bumps the beta to API version 2018-08-09. The documentation (along with ruby examples) can be found here: https://partner-docs.recurly.com/v2018-08-09

  • Generated Changes: #460
  • Lots of small bug fixes and improvements: #458

2.17.8 (2019-03-12)

12 Mar 21:52
38c97f3
Compare
Choose a tag to compare

v2.17.8 (2019-03-12)

This brings us up to API version 2.19. There are no breaking changes.

  • Add support for Account Hierarchy PR

2.17.7 (2019-03-07)

07 Mar 21:36
12f4a9c
Compare
Choose a tag to compare

v2.17.7 (2019-03-07)

  • Add support for Account Acquisition PR
  • Fix link to supported versions section of README PR
  • Fix NoMethodError thrown by Resource.invalid! PR