Skip to content

Releases: szmarczak/http2-wrapper

v1.0.0-beta.4.5

28 Apr 13:28
Compare
Choose a tag to compare
  • Make it work on Node.js 14 8debdfe
  • Make it work with stream.pipeline 2a30f72

v1.0.0-beta.4.4

21 Apr 18:38
Compare
Choose a tag to compare
  • Fix HTTP2 origin being improperly calculated d621fac
  • Prevent unhandled exception when streams are closing 68e4323
  • Improve code readability a bit 6e4d6e8
  • Remove the preconnect option db7195e

v1.0.0-beta.4.3

14 Mar 13:06
Compare
Choose a tag to compare
  • Update the url-to-options module
  • Test responses that their body size exceeds the highWaterMark

1.0.0-beta.4.2

28 Feb 17:04
Compare
Choose a tag to compare
  • Fix Agent.normalizeOrigin(...) 8c38c7e
    Fixes an infinite loop which would occur when doing http2.auto to an HTTP2 server with port 443

v1.0.0-beta.4

17 Feb 18:42
Compare
Choose a tag to compare

The last beta before the release of v1.0.0 🎉 outdated :(

  • Reuse sockets from resolve-alpn (HTTP1 only for now) e4d88fc
  • Various performance improvements:
  • API behavior change: Agent.normalizeAuthority(..) -> Agent.normalizeOrigin(...)
  • Readme fixes

v1.0.0-beta.2

30 Nov 21:30
Compare
Choose a tag to compare
  • Add .reusedSocket property (8248ead)
  • Rename options.session to options.h2session (5a845fc)
  • Optimize http2.auto (4ec9cd9)

v1.0.0-beta.1

03 Nov 18:51
Compare
Choose a tag to compare

Bug fixes

  • PUSH stream support
  • Agent is an instance of EventEmitter again

v1.0.0-beta.0

03 Nov 17:35
Compare
Choose a tag to compare

Breaking changes

  • Require Node 10 (0da1084)
  • http2.Agent is no longer an EventEmitter (d0576f2)

Enhancements

  • Prevent overloading sessions (5aa5799)
  • Allow the usage of push streams (d2c4d2d)
  • Optimizations and bug fixes (c0f8339)
  • Reuse TLS sessions (1e11390)
  • Reuse HTTP2 sessions with many origins (0da1084)

v1.0.0-alpha.0

18 Jul 10:43
Compare
Choose a tag to compare
  • Bug fixes
  • Performance optimizations
  • Final API