Releases: AndrewBarba/fetch-http2
Releases · AndrewBarba/fetch-http2
v1.5.0
v1.4.0
- Add support for
keepAlive: false
which will not cache client instances and close them on each request - Expose
res.close()
to close the underlying request/response - Expose
res.destroy()
the destroy the underlying request/response and the underlying http client
v1.3.0
Thank you again @RodolfoGS
v1.2.1
- Fix potential race condition when sending a request #2
- Convert test suite to vitest
- Fix types on node.js v20
Thank you @RodolfoGS for the fix
v1.1.0 - Status Text
- Return
statusText
v1.0.5 - Support Node.js 16.x
- Support Node.js 16.x
v1.0.4 - Fix keepAlive logic
- Default keepAlive of 20s
- Fix logic when passing
keepAlive: false
v1.0.3 - Default Keep Alive
- Default keepAlive of 5s
v1.0.2 - Type fix
- Fix type of response headers
v1.0.1 - Initial Release
- Initial Release