Releases: adobe/fetch
Releases · adobe/fetch
v3.0.2
3.0.2 (2022-02-03)
Bug Fixes
v3.0.1
3.0.1 (2022-02-03)
Bug Fixes
v3.0.0
3.0.0 (2021-10-15)
Features
BREAKING CHANGES
FormData is no longer exported by helix-fetch. You can use a spec-compliant
FormData implementation instead (e.g. formdata-node
)
feat: setting maxCacheSize = 0 disables cache
feat: new convenience functions: noCache(), h1(), keepAlive(), h1NoCache(), keepAliveNoCche()
chore: fix ts declarations
chore: update deps
v2.4.2
2.4.2 (2021-08-18)
Bug Fixes
handle server protocol h2->h1 downgrade (#203 ) (1526126 )
v2.4.1
2.4.1 (2021-07-30)
Bug Fixes
add distinct exports for commonjs and esm (#197 ) (418b6d3 )
v2.4.0
2.4.0 (2021-07-29)
Features
types: add full typedefs and esm support (#196 ) (0859cd3 )
v2.3.0
2.3.0 (2021-06-11)
Features
v2.2.1
2.2.1 (2021-05-17)
Bug Fixes
properly propagate global rejectUnauthorized context option (#173 ) (e61c326 )
v2.2.0
2.2.0 (2021-03-26)
Features
core: use buffer.length for content-length if possible (#155 ) (e614297 )
v2.1.9
2.1.9 (2021-03-25)
Bug Fixes
You can’t perform that action at this time.