Releases: szmarczak/http2-wrapper
Releases · szmarczak/http2-wrapper
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.0.0-beta.5.2
v1.0.0-beta.5.1
v1.0.0-beta.5.0
Notes
- The performance remains the same. It's just the native
http2
module which got better. - The
maxSessions
andmaxFreeSessions
Agent options now describe sessions in total, not per origin. - Switched to
codecov
becausecoveralls
is quite buggy and annoying. - Removed a fix for invalid Origin Set. See nodejs/node#28985
- Implemented graceful closing which fixes a bug where sometimes
REFUSED_STREAM
would be thrown. - Incorrect options in
agent.request(...)
no longer cause an uncaught exception.
v1.0.0-beta.4.8
- Revert
Require Node.js >=10.21.0
to10.19.0
v1.0.0-beta.4.7
v1.0.0-beta.4.6
- Improve socket reuse logic a97b28c
- Fixed a rare crash bug