Skip to content

Latest commit

 

History

History
177 lines (88 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

177 lines (88 loc) · 7.01 KB

5.0.2 (2023-07-07)

Bug Fixes

5.0.1 (2023-07-07)

Bug Fixes

  • bump @hapi/wreck from 17.2.0 to 18.0.1 (515f82a)

5.0.0 (2023-04-10)

Features

BREAKING CHANGES

  • replaced deprecated cuid package with paralleldrive/cuid2

4.4.1 (2023-03-24)

Bug Fixes

  • modifing order of the timeout and listeners to avoid incorrect errors (#100) (a75e88c)

4.4.0 (2023-02-22)

Features

4.3.3 (2023-02-16)

Bug Fixes

  • Altering the order of semantic release config file to have it correct (#90) (8a53994)

4.3.2 (2023-01-04)

Bug Fixes

4.3.1 (2023-01-04)

Bug Fixes

4.3.0 (2022-12-07)

Features

4.2.0 (2022-11-16)

Features

  • empty commit to force minor semantic release (#72) (a1a8d30)

4.1.0 (2021-11-18)

Feature

  • Use tls.rootCertificates and https.globalAgent.options for default options used to create https agents.

4.0.0 (2021-11-04)

Breaking

  • [Breaking] Drop support for node < 12.
  • Update Github test workflow to only test againt node v 14.x
  • Update dependencies, npm, and engines in package.json to support node version >= 14.

3.2.0 (2021-09-29)

Feature

  • add support for a read hook (#63)

3.1.0 (2021-09-09)

Feature

  • Add typings (#61)

3.0.1 (2020-08-17)

Fix

  • Honor request options (#50)
  • Refine request options and query param logic (#51)

3.0.0 (2020-08-07)

Breaking

  • Drop support for node < 12.
  • Update Github test workflow to only test against node v 12.x
  • Update dependencies, npm, and engines in package.json to support node version >= 12. (#49)

2.1.1 (2020-08-03)

Fix

  • Prevent request options object mutation. (#45)

2.1.0 (2020-07-15)

Feature

  • Add client config option hostnameConfig for passing custom config to a hostname resolver function (#43)

2.0.3 (2020-07-09)

Bug Fixes

  • Optimize client creation (#42)

2.0.2 (2020-06-14)

Bug Fixes

  • Assert servicename upon client creation (#40)
  • Include servicename in validation errors (#40)

Other

  • Update devDependency eslint to v7 (#37)
  • Switch to GH Actions for builds

2.0.1 (2020-02-20)

Bug Fixes

  • Make client caching compatible with older global configs

2.0.0 (2019-12-17)

Breaking

  • Utilizes patterns established by the WHATWG URL API
    • basePath should end with a /
    • If a path variable has a leading '/', it will override the client's configured basePath

1.3.0 (2019-12-03)

Feature

  • Caches a client if one does not already exist
  • Returns a cached client if already generated

1.2.1 (2019-08-22)

Bug Fixes

  • add hook debug statements (#5) (647534c)
  • Resolve client plugin config and per-request plugin config (#7) (659df43)
  • strip 'content-length' header from all requests (#6) (7954a9f)