Releases: silverwind/fetch-enhanced
Releases · silverwind/fetch-enhanced
12.0.0
11.0.0
- The
undici
option is now required
10.0.0
Node 16 is now required
9.0.0
- Support undici
- Use
hpagent
- Add
noProxy
option - Add internal
AbortController
for timeout
8.0.0
Module is now ESM and requires Node.js 12.20.0 or greater
7.0.0
- The
agentkeepalive
dependency has been removed, socket keepalive no longer is enabled by default.
6.0.0
- Disable HTTP keepAlive by default. Use
agentOpts.keepAlive = true
to restore previous behavior.
5.0.0
- Now uses a LRU cache instead of a previous unbound cache
agentCacheSize
option addedfetchEnhanced.clearCaches
moved tofetch.clearCache
fetchEnhanced.destroyAgents
has been removed