Skip to content

Commit

Permalink
Update Changelog for Release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Jun 30, 2020
1 parent bdcd77d commit 1c90c9c
Showing 1 changed file with 95 additions and 2 deletions.
97 changes: 95 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
# Changelog

## [3.8.1](https://github.com/recurly/recurly-client-node/tree/HEAD)
## [3.9.0](https://github.com/recurly/recurly-client-node/tree/HEAD)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.8.0...HEAD)
[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.8.1...HEAD)

**Implemented enhancements:**

- Mon Jun 29 17:12:50 UTC 2020 Upgrade API version v2019-10-10 [\#126](https://github.com/recurly/recurly-client-node/pull/126) ([douglasmiller](https://github.com/douglasmiller))

**Merged pull requests:**

- Release 3.9.0 [\#127](https://github.com/recurly/recurly-client-node/pull/127) ([douglasmiller](https://github.com/douglasmiller))
- Fix the api-errors doc link [\#123](https://github.com/recurly/recurly-client-node/pull/123) ([bhelx](https://github.com/bhelx))

## [3.8.1](https://github.com/recurly/recurly-client-node/tree/3.8.1) (2020-06-17)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.8.0...3.8.1)

**Fixed bugs:**

- Serverless framework webpack scandir error? [\#121](https://github.com/recurly/recurly-client-node/issues/121)

**Merged pull requests:**

- Release 3.8.1 [\#125](https://github.com/recurly/recurly-client-node/pull/125) ([joannasese](https://github.com/joannasese))
- Explicity import resources rather than dynamic [\#124](https://github.com/recurly/recurly-client-node/pull/124) ([bhelx](https://github.com/bhelx))
- Document request and response metadata [\#122](https://github.com/recurly/recurly-client-node/pull/122) ([bhelx](https://github.com/bhelx))
- Bump websocket-extensions from 0.1.3 to 0.1.4 [\#120](https://github.com/recurly/recurly-client-node/pull/120) ([dependabot[bot]](https://github.com/apps/dependabot))

## [3.8.0](https://github.com/recurly/recurly-client-node/tree/3.8.0) (2020-06-01)
Expand All @@ -20,6 +36,14 @@

- Latest Features [\#118](https://github.com/recurly/recurly-client-node/pull/118) ([bhelx](https://github.com/bhelx))

**Merged pull requests:**

- Release 3.8.0 [\#119](https://github.com/recurly/recurly-client-node/pull/119) ([bhelx](https://github.com/bhelx))
- Add node 14 to test matrix [\#117](https://github.com/recurly/recurly-client-node/pull/117) ([bhelx](https://github.com/bhelx))
- Use sha for 3rd party gh actions [\#114](https://github.com/recurly/recurly-client-node/pull/114) ([bhelx](https://github.com/bhelx))
- Update User-Agent test to use regex [\#112](https://github.com/recurly/recurly-client-node/pull/112) ([douglasmiller](https://github.com/douglasmiller))
- Fixes typo in readme [\#111](https://github.com/recurly/recurly-client-node/pull/111) ([dbrudner](https://github.com/dbrudner))

## [3.7.0](https://github.com/recurly/recurly-client-node/tree/3.7.0) (2020-05-01)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.6.0...3.7.0)
Expand All @@ -33,6 +57,12 @@
- Clarification listInvoices on params; limit does not seem to be working [\#105](https://github.com/recurly/recurly-client-node/issues/105)
- Fixing bugs in the Pager [\#106](https://github.com/recurly/recurly-client-node/pull/106) ([douglasmiller](https://github.com/douglasmiller))

**Merged pull requests:**

- Release 3.7.0 [\#110](https://github.com/recurly/recurly-client-node/pull/110) ([bhelx](https://github.com/bhelx))
- Ensure that path parameters are not empty strings [\#108](https://github.com/recurly/recurly-client-node/pull/108) ([douglasmiller](https://github.com/douglasmiller))
- Track node version in user agent [\#107](https://github.com/recurly/recurly-client-node/pull/107) ([bhelx](https://github.com/bhelx))

## [3.6.0](https://github.com/recurly/recurly-client-node/tree/3.6.0) (2020-04-20)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.5.1...3.6.0)
Expand All @@ -42,10 +72,24 @@
- Tue Apr 14 20:25:06 UTC 2020 Upgrade API version v2019-10-10 [\#103](https://github.com/recurly/recurly-client-node/pull/103) ([bhelx](https://github.com/bhelx))
- Validating options passed to \_makeRequest [\#101](https://github.com/recurly/recurly-client-node/pull/101) ([douglasmiller](https://github.com/douglasmiller))

**Merged pull requests:**

- Release 3.6.0 [\#104](https://github.com/recurly/recurly-client-node/pull/104) ([douglasmiller](https://github.com/douglasmiller))
- Included the to-be released changes in the changelog [\#102](https://github.com/recurly/recurly-client-node/pull/102) ([douglasmiller](https://github.com/douglasmiller))
- Remove docs from tracking and use github actions [\#100](https://github.com/recurly/recurly-client-node/pull/100) ([bhelx](https://github.com/bhelx))
- Update method parameter 'params' to 'options' and related doc comments [\#98](https://github.com/recurly/recurly-client-node/pull/98) ([douglasmiller](https://github.com/douglasmiller))

## [3.5.1](https://github.com/recurly/recurly-client-node/tree/3.5.1) (2020-04-01)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.5.0...3.5.1)

**Merged pull requests:**

- Release 3.5.1 [\#96](https://github.com/recurly/recurly-client-node/pull/96) ([douglasmiller](https://github.com/douglasmiller))
- Passing params object into \_makeRequest where applicable [\#95](https://github.com/recurly/recurly-client-node/pull/95) ([douglasmiller](https://github.com/douglasmiller))
- Updating release script to be uniform across all clients [\#93](https://github.com/recurly/recurly-client-node/pull/93) ([douglasmiller](https://github.com/douglasmiller))
- Thu Mar 26 20:45:12 UTC 2020 Upgrade API version v2019-10-10 [\#92](https://github.com/recurly/recurly-client-node/pull/92) ([bhelx](https://github.com/bhelx))

## [3.5.0](https://github.com/recurly/recurly-client-node/tree/3.5.0) (2020-03-23)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.4.1...3.5.0)
Expand All @@ -54,18 +98,37 @@

- Support gzip responses, improved response handling, keep-alive & timeout settings [\#90](https://github.com/recurly/recurly-client-node/pull/90) ([isaachall](https://github.com/isaachall))

**Merged pull requests:**

- Release 3.5.0 [\#91](https://github.com/recurly/recurly-client-node/pull/91) ([bhelx](https://github.com/bhelx))

## [3.4.1](https://github.com/recurly/recurly-client-node/tree/3.4.1) (2020-03-20)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.4.0...3.4.1)

**Merged pull requests:**

- Release 3.4.1 [\#89](https://github.com/recurly/recurly-client-node/pull/89) ([douglasmiller](https://github.com/douglasmiller))
- Updating .github\_changelog\_generator file for newer versions [\#88](https://github.com/recurly/recurly-client-node/pull/88) ([douglasmiller](https://github.com/douglasmiller))
- Fri Mar 20 17:44:13 UTC 2020 Upgrade API version v2019-10-10 [\#87](https://github.com/recurly/recurly-client-node/pull/87) ([douglasmiller](https://github.com/douglasmiller))
- Bump acorn from 6.0.4 to 6.4.1 [\#85](https://github.com/recurly/recurly-client-node/pull/85) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add request for stack trace in issue report [\#84](https://github.com/recurly/recurly-client-node/pull/84) ([bhelx](https://github.com/bhelx))
- Generate and commit changelog after npm release not before [\#83](https://github.com/recurly/recurly-client-node/pull/83) ([bhelx](https://github.com/bhelx))

## [3.4.0](https://github.com/recurly/recurly-client-node/tree/3.4.0) (2020-02-20)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.3.1...3.4.0)

**Merged pull requests:**

- Release 3.4.0 [\#82](https://github.com/recurly/recurly-client-node/pull/82) ([bhelx](https://github.com/bhelx))
- Latest generated changes for v2019-10-10 [\#81](https://github.com/recurly/recurly-client-node/pull/81) ([bhelx](https://github.com/bhelx))
- Use new webhooks doc link [\#80](https://github.com/recurly/recurly-client-node/pull/80) ([bhelx](https://github.com/bhelx))
- Latest v2019-10-10 Changes [\#78](https://github.com/recurly/recurly-client-node/pull/78) ([bhelx](https://github.com/bhelx))
- Small tweaks to docs [\#77](https://github.com/recurly/recurly-client-node/pull/77) ([bhelx](https://github.com/bhelx))
- Use hub cli to publish release [\#76](https://github.com/recurly/recurly-client-node/pull/76) ([bhelx](https://github.com/bhelx))
- Release 3.3.1 [\#75](https://github.com/recurly/recurly-client-node/pull/75) ([bhelx](https://github.com/bhelx))

## [3.3.1](https://github.com/recurly/recurly-client-node/tree/3.3.1) (2019-12-23)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.3.0...3.3.1)
Expand All @@ -74,6 +137,11 @@

- error TS2504: Type 'AsyncIterator\<Plan, any, undefined\>' must have a '\[Symbol.asyncIterator\]\(\)' method that returns an async iterator. [\#73](https://github.com/recurly/recurly-client-node/issues/73)

**Merged pull requests:**

- Pager: Use AsyncIterable not AsyncIterator [\#74](https://github.com/recurly/recurly-client-node/pull/74) ([bhelx](https://github.com/bhelx))
- Release 3.3.0 [\#71](https://github.com/recurly/recurly-client-node/pull/71) ([bhelx](https://github.com/bhelx))

## [3.3.0](https://github.com/recurly/recurly-client-node/tree/3.3.0) (2019-12-19)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.2.1...3.3.0)
Expand All @@ -82,6 +150,11 @@

- Typescript types [\#29](https://github.com/recurly/recurly-client-node/issues/29)

**Merged pull requests:**

- Adding missing TransactionError test [\#70](https://github.com/recurly/recurly-client-node/pull/70) ([bhelx](https://github.com/bhelx))
- Typescript definitions [\#48](https://github.com/recurly/recurly-client-node/pull/48) ([bhelx](https://github.com/bhelx))

## [3.2.1](https://github.com/recurly/recurly-client-node/tree/3.2.1) (2019-12-10)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.2.0...3.2.1)
Expand All @@ -98,6 +171,12 @@

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.1.1...3.2.0)

**Merged pull requests:**

- Release 3.2.0 [\#66](https://github.com/recurly/recurly-client-node/pull/66) ([bhelx](https://github.com/bhelx))
- Allow object attributes [\#65](https://github.com/recurly/recurly-client-node/pull/65) ([bhelx](https://github.com/bhelx))
- Failure to parse transaction error [\#64](https://github.com/recurly/recurly-client-node/pull/64) ([bhelx](https://github.com/bhelx))

## [3.1.1](https://github.com/recurly/recurly-client-node/tree/3.1.1) (2019-11-22)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.1.0...3.1.1)
Expand All @@ -124,6 +203,8 @@

**Merged pull requests:**

- Release 3.1.0 [\#61](https://github.com/recurly/recurly-client-node/pull/61) ([bhelx](https://github.com/bhelx))
- Pick error class for responses without bodies [\#54](https://github.com/recurly/recurly-client-node/pull/54) ([bhelx](https://github.com/bhelx))
- Bump eslint-utils from 1.3.1 to 1.4.3 [\#52](https://github.com/recurly/recurly-client-node/pull/52) ([dependabot[bot]](https://github.com/apps/dependabot))

## [3.0.1](https://github.com/recurly/recurly-client-node/tree/3.0.1) (2019-10-19)
Expand All @@ -134,6 +215,10 @@

- Cannot find module '../../package' from 'BaseClient.js' [\#49](https://github.com/recurly/recurly-client-node/issues/49)

**Merged pull requests:**

- Fix Improper import [\#50](https://github.com/recurly/recurly-client-node/pull/50) ([bhelx](https://github.com/bhelx))

## [3.0.0](https://github.com/recurly/recurly-client-node/tree/3.0.0) (2019-10-08)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.0.0-beta.5...3.0.0)
Expand All @@ -146,6 +231,10 @@
- Add a script for releasing [\#41](https://github.com/recurly/recurly-client-node/pull/41) ([bhelx](https://github.com/bhelx))
- Change base url to v3.recurly.com [\#36](https://github.com/recurly/recurly-client-node/pull/36) ([bhelx](https://github.com/bhelx))

**Merged pull requests:**

- Release 3.0.0 [\#44](https://github.com/recurly/recurly-client-node/pull/44) ([bhelx](https://github.com/bhelx))

## [3.0.0-beta.5](https://github.com/recurly/recurly-client-node/tree/3.0.0-beta.5) (2019-10-01)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.0.0-beta.3...3.0.0-beta.5)
Expand All @@ -171,6 +260,10 @@
- Bad cast when building request [\#19](https://github.com/recurly/recurly-client-node/issues/19)
- Fix Pager bugs [\#24](https://github.com/recurly/recurly-client-node/pull/24) ([bhelx](https://github.com/bhelx))

**Merged pull requests:**

- Release 3.0.0-beta.5 [\#40](https://github.com/recurly/recurly-client-node/pull/40) ([bhelx](https://github.com/bhelx))

## [3.0.0-beta.3](https://github.com/recurly/recurly-client-node/tree/3.0.0-beta.3) (2019-06-28)

[Full Changelog](https://github.com/recurly/recurly-client-node/compare/3.0.0-beta.2...3.0.0-beta.3)
Expand Down

0 comments on commit 1c90c9c

Please sign in to comment.