5.0.2 (2023-07-07)
5.0.1 (2023-07-07)
- bump @hapi/wreck from 17.2.0 to 18.0.1 (515f82a)
5.0.0 (2023-04-10)
- replaced deprecated cuid package with paralleldrive/cuid2
4.4.1 (2023-03-24)
4.4.0 (2023-02-22)
4.3.3 (2023-02-16)
4.3.2 (2023-01-04)
4.3.1 (2023-01-04)
- upgrade to [email protected] (#74) (af6db95)
4.3.0 (2022-12-07)
4.2.0 (2022-11-16)
4.1.0 (2021-11-18)
- Use
tls.rootCertificates
andhttps.globalAgent.options
for default options used to create https agents.
4.0.0 (2021-11-04)
- [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)
- add support for a read hook (#63)
3.1.0 (2021-09-09)
- Add typings (#61)
3.0.1 (2020-08-17)
3.0.0 (2020-08-07)
- 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)
- Prevent request options object mutation. (#45)
2.1.0 (2020-07-15)
- Add client config option
hostnameConfig
for passing custom config to ahostname
resolver function (#43)
2.0.3 (2020-07-09)
- Optimize client creation (#42)
2.0.2 (2020-06-14)
- Assert servicename upon client creation (#40)
- Include servicename in validation errors (#40)
- Update devDependency eslint to v7 (#37)
- Switch to GH Actions for builds
2.0.1 (2020-02-20)
- Make client caching compatible with older global configs
2.0.0 (2019-12-17)
- 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 configuredbasePath
- basePath should end with a
1.3.0 (2019-12-03)
- Caches a client if one does not already exist
- Returns a cached client if already generated