Skip to content

Latest commit

 

History

History
88 lines (48 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

88 lines (48 loc) · 3.28 KB

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)