Skip to content

Latest commit

 

History

History
199 lines (131 loc) · 7.01 KB

HISTORY.md

File metadata and controls

199 lines (131 loc) · 7.01 KB

Version history

0.14.1 (2014-08-01)

  • Fixed an error that caused us to send :-headers after non-:-headers

0.14.0 (2014-07-31)

0.13.0 (2014-06-18)

0.12.3 (2014-06-15)

  • Exposing API to send ALTSVC frames

0.12.2 (2014-05-25)

  • Support for node 0.11.x

0.12.1 (2014-04-26)

  • Support for sending BLOCKED frame

0.12.0 (2014-04-24)

0.11.0 (2014-04-16)

0.10.0 (2014-03-12)

0.9.1 (2014-01-11)

0.9.0 (2013-12-25)

0.7.0 (2013-11-10)

0.6.0 (2013-11-09)

  • 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

1.0.1 (2013-10-14)

  • Support for ALPN if node supports it (currently needs a custom build)
  • Fix for a few small issues
  • Tarball

1.0.0 (2013-09-23)

  • Exporting Endpoint class
  • Support for 'filters' in Endpoint
  • The last time-based release
  • Tarball

0.4.1 (2013-09-15)

  • Major performance improvements
  • Minor improvements to error handling
  • Blog post
  • Tarball

0.4.0 (2013-09-09)

0.3.1 (2013-09-03)

0.3.0 (2013-08-27)

  • 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

0.2.1 (2013-08-20)

  • Fixing a flow control bug
  • Tarball

0.2.0 (2013-08-19)

  • 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

0.1.1 (2013-08-12)

  • Lots of bugfixes
  • Proper flow control for outgoing frames
  • Basic flow control for incoming frames
  • Blog post
  • Tarball

0.1.0 (2013-08-06)

  • 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

0.0.6 (2013-07-19)

  • Connection and Endpoint classes are usable, but not yet ready
  • Addition of an exmaple server and client
  • Using istanbul for measuring code coverage
  • Blog post
  • Tarball

0.0.5 (2013-07-14)

0.0.4 (2013-07-08)

0.0.3 (2013-07-03)

0.0.2 (2013-07-01)

  • Frame serialization and deserialization ready and updated to match the newest spec
  • Header compression implementation started
  • Blog post
  • Tarball

0.0.1 (2013-06-23)