Skip to content

Releases: silverwind/fetch-enhanced

12.0.0

11 Oct 03:23
12.0.0
0cb9e36
Compare
Choose a tag to compare

Node 18 is now required.

11.0.0

27 Nov 12:11
11.0.0
bf06450
Compare
Choose a tag to compare
  • The undici option is now required

10.0.0

14 Sep 21:06
10.0.0
362c28f
Compare
Choose a tag to compare

Node 16 is now required

9.0.0

14 Sep 19:34
9.0.0
0dc48e3
Compare
Choose a tag to compare
  • Support undici
  • Use hpagent
  • Add noProxy option
  • Add internal AbortController for timeout

8.0.0

16 Oct 10:38
8.0.0
341e9a9
Compare
Choose a tag to compare

Module is now ESM and requires Node.js 12.20.0 or greater

7.0.0

11 Sep 10:43
7.0.0
6e307cb
Compare
Choose a tag to compare
  • The agentkeepalive dependency has been removed, socket keepalive no longer is enabled by default.

6.0.0

06 Apr 18:07
6.0.0
8accdc7
Compare
Choose a tag to compare
  • Disable HTTP keepAlive by default. Use agentOpts.keepAlive = true to restore previous behavior.

5.0.0

09 Oct 14:54
5.0.0
6a07030
Compare
Choose a tag to compare
  • Now uses a LRU cache instead of a previous unbound cache
  • agentCacheSize option added
  • fetchEnhanced.clearCaches moved to fetch.clearCache
  • fetchEnhanced.destroyAgents has been removed