Releases: ExpediaGroup/service-client
Releases · ExpediaGroup/service-client
v4.1.0
Feature
- Use
tls.rootCertificates
and https.globalAgent.options
for default options used to create https agents.
v4.0.0
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
Feature
- add support for a read hook (#63)
v3.0.1
Fix
- Honor request options (#50)
- Refine request options and query param logic (#51)
v2.1.2
Fix
- Honor request options (#50)
- Refine request options and query param logic (#51)
v3.0.0
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
Fix
- Prevent request options object mutation. (#45)
v2.1.0
Feature
- Add client config option
hostnameConfig
for passing custom config to a hostname
resolver function (#43)
v2.0.3
Bug Fixes
- Optimize client creation (#42)