- Fixed an error that caused us to send :-headers after non-:-headers
- Upgrade to the latest draft: draft-ietf-httpbis-http2-14
- Upgrade to the latest draft: draft-ietf-httpbis-http2-13
- Exposing API to send ALTSVC frames
- Support for node 0.11.x
- Support for sending BLOCKED frame
- Upgrade to the latest draft: draft-ietf-httpbis-http2-12
- Upgrade to the latest draft: draft-ietf-httpbis-http2-11
- Upgrade to the latest draft: draft-ietf-httpbis-http2-10
- Updated the examples (#5)
- Fixed a compression error (#6)
- Removed docs from the tree (but they remain hosted on the github-page)
- Tarball
- Upgrade to the latest draft: draft-ietf-httpbis-http2-09
- Tarball
- Upgrade to the latest draft: draft-ietf-httpbis-http2-07
- Tarball
- Splitting out node-http2-protocol from node-http2
- The only exported class is
Endpoint
- Versioning will be based on the implemented protocol version with a '0.' prefix
- Tarball
Version history as part of the node-http module
- Support for ALPN if node supports it (currently needs a custom build)
- Fix for a few small issues
- Tarball
- Exporting Endpoint class
- Support for 'filters' in Endpoint
- The last time-based release
- Tarball
- Upgrade to the latest draft: draft-ietf-httpbis-http2-06
- Support for HTTP trailers
- Support for TLS SNI (Server Name Indication)
- Improved stream scheduling algorithm
- Blog post
- Tarball
- Support for prioritization
- Small API compatibility improvements (compatibility with the standard node.js HTTP API)
- Minor push API change
- Ability to pass an external bunyan logger when creating a Server or Agent
- Blog post
- Tarball
- Fixing a flow control bug
- Tarball
- Exposing server push in the public API
- Connection pooling when operating as client
- Much better API compatibility with the standard node.js HTTPS module
- Logging improvements
- Blog post
- Tarball
- Lots of bugfixes
- Proper flow control for outgoing frames
- Basic flow control for incoming frames
- Blog post
- Tarball
- First release with public API (similar to the standard node HTTPS module)
- Support for NPN negotiation (no ALPN or Upgrade yet)
- Stream number limitation is in place
- Push streams works but not exposed yet in the public API
- Blog post
- Tarball
Connection
andEndpoint
classes are usable, but not yet ready- Addition of an exmaple server and client
- Using istanbul for measuring code coverage
- Blog post
- Tarball