CHANGELOG.md
9.08 KB
Changelog
4.3.0 (2021-05-26)
Features
4.2.1 (2021-04-20)
Bug Fixes
4.2.0 (2021-03-01)
Features
4.1.0 (2020-12-08)
Features
- add an option to configure the fetch impl (#342) (2e081ef)
- add no_proxy env variable (#361) (efe72a7)
4.0.1 (2020-10-27)
Bug Fixes
4.0.0 (2020-10-21)
⚠ BREAKING CHANGES
- parameters in
url
and parameters provided via params will now be combined.
Bug Fixes
3.2.0 (2020-09-14)
Features
3.1.0 (2020-07-30)
Features
3.0.4 (2020-07-09)
Bug Fixes
3.0.3 (2020-04-20)
Bug Fixes
3.0.2 (2020-03-24)
Bug Fixes
3.0.1 (2020-03-23)
Bug Fixes
3.0.0 (2020-03-19)
⚠ BREAKING CHANGES
- deps: TypeScript introduced breaking changes in generated code in 3.7.x
- drop Node 8 from engines field (#254)
Features
2.3.2 (2020-02-28)
Bug Fixes
2.3.1 (2020-02-13)
Bug Fixes
2.3.0 (2020-01-31)
Features
2.2.2 (2020-01-08)
Bug Fixes
2.2.1 (2020-01-04)
Bug Fixes
- deps: update dependency https-proxy-agent to v4 (#201) (5cdeef2)
- remove retryDelay option (#203) (d21e08d)
2.2.0 (2019-12-05)
Features
Bug Fixes
- don't retry a request that is aborted intentionally (#190) (ba9777b)
- deps: pin TypeScript below 3.7.0 (5373f07)
2.1.1 (2019-11-15)
Bug Fixes
2.1.0 (2019-10-09)
Bug Fixes
Features
- TypeScript: agent can now be passed as builder method, rather than agent instance (c84ddd6)
2.0.3 (2019-09-11)
Bug Fixes
- do not override content-type if its given (#158) (f49e0e6)
- improve stream detection logic (6c41537)
- revert header change (#161) (b0f6a8b)