Skip to content

Releases: recurly/recurly-client-node

Release 3.9.0

30 Jun 18:12
1c90c9c
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

Merged pull requests:

Release 3.8.1

17 Jun 22:41
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Fixed bugs:

  • Serverless framework webpack scandir error? #121

Merged pull requests:

Release 3.8.0

01 Jun 21:19
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

Release 3.7.0

01 May 21:37
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Implemented enhancements:

  • Add recordExternalTransaction operation #109 (bhelx)

Fixed bugs:

  • Clarification listInvoices on params; limit does not seem to be working #105
  • Fixing bugs in the Pager #106 (douglasmiller)

Release 3.6.0

20 Apr 22:19
97e2656
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Tue Apr 14 20:25:06 UTC 2020 Upgrade API version v2019-10-10 #103 (bhelx)
  • Validating options passed to _makeRequest #101 (douglasmiller)

Merged pull requests:

  • Included the to-be released changes in the changelog #102 (douglasmiller)
  • Remove docs from tracking and use github actions #100 (bhelx)
  • Update method parameter 'params' to 'options' and related doc comments #98 (douglasmiller)

Release 3.5.1

01 Apr 23:26
ccc4aea
Compare
Choose a tag to compare

Changelog

3.5.1

Full Changelog

Merged pull requests:

  • Passing params object into _makeRequest where applicable #95 (douglasmiller)
  • Updating release script to be uniform across all clients #93 (douglasmiller)
  • Thu Mar 26 20:45:12 UTC 2020 Upgrade API version v2019-10-10 #92 (bhelx)

Release 3.5.0

23 Mar 21:29
643b602
Compare
Choose a tag to compare

Change Log

Unreleased

Full Changelog

Implemented enhancements:

  • Support gzip responses, improved response handling, keep-alive & timeout settings #90 (isaachall)

Release 3.4.1

20 Mar 23:07
2d99c23
Compare
Choose a tag to compare

Changelog

Unreleased

Full Changelog

Merged pull requests:

  • Updating .github_changelog_generator file for newer versions #88 (douglasmiller)
  • Fri Mar 20 17:44:13 UTC 2020 Upgrade API version v2019-10-10 #87 (douglasmiller)
  • Bump acorn from 6.0.4 to 6.4.1 #85 (dependabot[bot])
  • Add request for stack trace in issue report #84 (bhelx)
  • Generate and commit changelog after npm release not before #83 (bhelx)

3.4.0

20 Feb 22:10
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Latest generated changes for v2019-10-10 #81 (bhelx)
  • Use new webhooks doc link #80 (bhelx)
  • Latest v2019-10-10 Changes #78 (bhelx)
  • Small tweaks to docs #77 (bhelx)
  • Use hub cli to publish release #76 (bhelx)

3.3.1

23 Dec 17:17
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • error TS2504: Type 'AsyncIterator<Plan, any, undefined>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator. #73

Merged pull requests:

  • Pager: Use AsyncIterable not AsyncIterator #74 (bhelx)