Skip to content

Releases: szmarczak/http2-wrapper

v2.0.3

11 Apr 20:08
Compare
Choose a tag to compare
  • Reject http2.auto promise immediately on timeout as the ALPN is still unknown

v2.0.2

11 Apr 19:15
Compare
Choose a tag to compare
  • Fix hanging http2.auto promise on timeout

v2.0.1

05 Apr 06:35
Compare
Choose a tag to compare
  • Do not throw on {agent: {http2: undefined}}

v2.0.0

25 Feb 23:40
Compare
Choose a tag to compare

🎉 First stable release

Let's go!

v1.0.0-beta.5.2

11 Jul 02:29
Compare
Choose a tag to compare
v1.0.3 is the same as this version. I genuinely didn't expect that NPM would automatically install 1.0.0 if ^1.0.0-beta.xxx was specified.

v1.0.0-beta.5.1

10 Jul 21:23
Compare
Choose a tag to compare
  • Improve the graceful close test f90397a
  • Upgrade dev dependencies b2290f1
  • Fix response being emitted before .end() was called 2d6279a 4252b58

v1.0.0-beta.5.0

09 Jul 23:10
Compare
Choose a tag to compare

Notes

  1. The performance remains the same. It's just the native http2 module which got better.
  2. The maxSessions and maxFreeSessions Agent options now describe sessions in total, not per origin.
  3. Switched to codecov because coveralls is quite buggy and annoying.
  4. Removed a fix for invalid Origin Set. See nodejs/node#28985
  5. Implemented graceful closing which fixes a bug where sometimes REFUSED_STREAM would be thrown.
  6. Incorrect options in agent.request(...) no longer cause an uncaught exception.

v1.0.0-beta.4.8

06 Jul 18:27
Compare
Choose a tag to compare
  • Revert Require Node.js >=10.21.0 to 10.19.0

v1.0.0-beta.4.7

06 Jul 02:21
Compare
Choose a tag to compare
  • Remove moot delete from an example ab14d1c
  • Make the endStream stream option default to true cae817d 97981ab b784ace
  • Test request.method ae29c0a
  • Update quick-lru to 5.1.1
  • Require Node.js >=10.21.0

v1.0.0-beta.4.6

10 May 19:58
Compare
Choose a tag to compare
  • Improve socket reuse logic a97b28c
    • Fixed a rare crash bug