Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Releases: ExpediaGroup/service-client

v4.1.0

18 Nov 21:53
Compare
Choose a tag to compare

Feature

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

v4.0.0

04 Nov 21:20
Compare
Choose a tag to compare

Breaking

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

v3.2.0

29 Sep 20:00
Compare
Choose a tag to compare

Feature

  • add support for a read hook (#63)

v3.1.0

09 Sep 18:29
Compare
Choose a tag to compare

Feature

  • Add typings (#61)

v3.0.1

17 Aug 15:55
e99c5ea
Compare
Choose a tag to compare

Fix

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

v2.1.2

17 Aug 16:02
eac715e
Compare
Choose a tag to compare

Fix

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

v3.0.0

17 Aug 15:54
Compare
Choose a tag to compare

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)

v2.1.1

17 Aug 15:54
Compare
Choose a tag to compare

Fix

  • Prevent request options object mutation. (#45)

v2.1.0

17 Aug 15:54
Compare
Choose a tag to compare

Feature

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

v2.0.3

09 Jul 16:18
Compare
Choose a tag to compare

Bug Fixes

  • Optimize client creation (#42)