Skip to content

Releases: AndrewBarba/fetch-http2

v1.5.0

15 Nov 13:05
Compare
Choose a tag to compare
  1. Expose FetchClient to ensure unique client connections

v1.4.0

20 Feb 22:20
62dbdf8
Compare
Choose a tag to compare
  1. Add support for keepAlive: false which will not cache client instances and close them on each request
  2. Expose res.close() to close the underlying request/response
  3. Expose res.destroy() the destroy the underlying request/response and the underlying http client

v1.3.0

18 Sep 16:00
Compare
Choose a tag to compare
  • New strongly typed timeout error #3
  • Properly implement request timeouts
  • Convert linter to Biome

Thank you again @RodolfoGS

v1.2.1

11 Sep 13:53
Compare
Choose a tag to compare
  • 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

24 May 03:29
Compare
Choose a tag to compare
  • Return statusText

v1.0.5 - Support Node.js 16.x

13 Jan 18:18
Compare
Choose a tag to compare
  • Support Node.js 16.x

v1.0.4 - Fix keepAlive logic

13 Jan 18:11
Compare
Choose a tag to compare
  • Default keepAlive of 20s
  • Fix logic when passing keepAlive: false

v1.0.3 - Default Keep Alive

12 Jan 20:53
Compare
Choose a tag to compare
  • Default keepAlive of 5s

v1.0.2 - Type fix

12 Jan 20:06
Compare
Choose a tag to compare
  • Fix type of response headers

v1.0.1 - Initial Release

12 Jan 19:22
Compare
Choose a tag to compare
  • Initial Release