Skip to content

Releases: recurly/recurly-client-node

Release 4.0.0

01 Mar 21:36
9e5178c
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Major Version Release

The 4.x major version of the client pairs with the v2021-02-25 API version. This version of the client and the API contain breaking changes that should be considered before upgrading your integration.

Breaking Changes in the API

All changes to the core API are documented in the Developer Portal changelog

Breaking Changes in Client

  • Classify unexpected error responses from Recurly API via an HTTP status code mapping provided in recurly.errors.ERROR_MAP. Status code 502 now maps to recurly.errors.BadGatewayError. [#136]

  • Replace recurly.errors.ValidationError with recurly.errors. UnprocessableEntityError. [#136]

  • Accept params, headers though an options object for all client operations. [#131] [#135]

    3.x

    const accounts = await client.listAccounts({ limit: 200 })

    4.x

    const accounts = await client.listAccounts({
      params: { limit: 200 },
      headers: { 'Accept-Language': 'fr' }
    })

Implemented enhancements:

Merged pull requests:

  • Updating changelog script and changelog generator config for 4.x release #181 (douglasmiller)
  • Mon Jul 6 14:52:04 UTC 2020 Upgrade API version v2019-10-10 #130 (douglasmiller)

Release 3.19.0

22 Jan 18:21
b865e5f
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Release 3.18.0

08 Dec 23:58
5e063f9
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Fixed bugs:

Release 3.17.0

24 Nov 17:51
0587938
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Update getting-started guide with memo about headers #165 (joannasese)

Release 3.16.0

06 Nov 21:55
f810dce
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Merged pull requests:

Release 3.15.0

20 Oct 20:08
d46a715
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Merged pull requests:

Release 3.14.1

08 Oct 16:58
8ef9f66
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Fixed bugs:

  • Makes response header references case insensitive #149 (dbrudner)

Release 3.14.0

22 Sep 20:24
372e59a
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

  • Latest Changes for 2019-10-10 (Automated Exports, additional resource data attributes) #147 (douglasmiller)

Release 3.13.0

31 Aug 21:56
f12ba79
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Merged pull requests:

Release 3.12.0

21 Aug 21:04
0a8a3f7
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements: