v3.1.0
What's Changed
- Docs: clarify connection keep alive behaviour by @Al-Kostryukov in #378
- Update iconv-lite dependency by @fttx in #377
- fix: Silence ECONNRESET errors after connection close by @joeyparrish in #392
- Use HTTP_PROXY and HTTPS_PROXY from env, if set by @tomas in #382
- Set cookie on redirect only if domain matches by @tomas in #387
- Allow setting/using a default agent for all requests via defaults() by @tomas in #379
- fix: Fix test failures in node v4-v12 by @joeyparrish in #398
- fix: Fix macOS + node v17 test failures by @joeyparrish in #394
- fix: Fix test failures in node v14-v16 by @joeyparrish in #396
- ci: Run on pull requests, and up to node v17 by @joeyparrish in #399
- Use
iconv.decodeStream
instead oficonv.decode
; Fixes #374 by @yetzt in #375
New Contributors
- @Al-Kostryukov made their first contribution in #378
- @fttx made their first contribution in #377
- @joeyparrish made their first contribution in #392
Full Changelog: v3.0.0...v3.1.0