testing/xpcshell/node-http2/HISTORY.md

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/xpcshell/node-http2/HISTORY.md	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,154 @@
     1.4 +Version history
     1.5 +===============
     1.6 +
     1.7 +### 2.3.0 (2014-03-10) ###
     1.8 +
     1.9 +* Upgrade to the latest draft: [draft-ietf-httpbis-http2-10]
    1.10 +
    1.11 +[draft-ietf-httpbis-http2-10]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-10
    1.12 +
    1.13 +### 2.2.0 (2013-12-25) ###
    1.14 +
    1.15 +* Upgrade to the latest draft: [draft-ietf-httpbis-http2-09]
    1.16 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.2.0.tar.gz)
    1.17 +
    1.18 +[draft-ietf-httpbis-http2-09]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
    1.19 +
    1.20 +### 2.1.1 (2013-12-21) ###
    1.21 +
    1.22 +* Minor bugfix
    1.23 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.1.1.tar.gz)
    1.24 +
    1.25 +### 2.1.0 (2013-11-10) ###
    1.26 +
    1.27 +* Upgrade to the latest draft: [draft-ietf-httpbis-http2-07][draft-07]
    1.28 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.1.0.tar.gz)
    1.29 +
    1.30 +[draft-07]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-07
    1.31 +
    1.32 +### 2.0.0 (2013-11-09) ###
    1.33 +
    1.34 +* Splitting out everything that is not related to negotiating HTTP2 or the node-like HTTP API.
    1.35 +  These live in separate module from now on:
    1.36 +  [http2-protocol](https://github.com/molnarg/node-http2-protocol).
    1.37 +* The only backwards incompatible change: the `Endpoint` class is not exported anymore. Use the
    1.38 +  http2-protocol module if you want to use this low level interface.
    1.39 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.0.0.tar.gz)
    1.40 +
    1.41 +### 1.0.1 (2013-10-14) ###
    1.42 +
    1.43 +* Support for ALPN if node supports it (currently needs a custom build)
    1.44 +* Fix for a few small issues
    1.45 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-1.0.1.tar.gz)
    1.46 +
    1.47 +### 1.0.0 (2013-09-23) ###
    1.48 +
    1.49 +* Exporting Endpoint class
    1.50 +* Support for 'filters' in Endpoint
    1.51 +* The last time-based release
    1.52 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-1.0.0.tar.gz)
    1.53 +
    1.54 +### 0.4.1 (2013-09-15) ###
    1.55 +
    1.56 +* Major performance improvements
    1.57 +* Minor improvements to error handling
    1.58 +* [Blog post](http://gabor.molnar.es/blog/2013/09/15/gsoc-week-number-13/)
    1.59 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.4.1.tar.gz)
    1.60 +
    1.61 +### 0.4.0 (2013-09-09) ###
    1.62 +
    1.63 +* Upgrade to the latest draft: [draft-ietf-httpbis-http2-06][draft-06]
    1.64 +* Support for HTTP trailers
    1.65 +* Support for TLS SNI (Server Name Indication)
    1.66 +* Improved stream scheduling algorithm
    1.67 +* [Blog post](http://gabor.molnar.es/blog/2013/09/09/gsoc-week-number-12/)
    1.68 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.4.0.tar.gz)
    1.69 +
    1.70 +[draft-06]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-06
    1.71 +
    1.72 +### 0.3.1 (2013-09-03) ###
    1.73 +
    1.74 +* Lot of testing, bugfixes
    1.75 +* [Blog post](http://gabor.molnar.es/blog/2013/09/03/gsoc-week-number-11/)
    1.76 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.3.1.tar.gz)
    1.77 +
    1.78 +### 0.3.0 (2013-08-27) ###
    1.79 +
    1.80 +* Support for prioritization
    1.81 +* Small API compatibility improvements (compatibility with the standard node.js HTTP API)
    1.82 +* Minor push API change
    1.83 +* Ability to pass an external bunyan logger when creating a Server or Agent
    1.84 +* [Blog post](http://gabor.molnar.es/blog/2013/08/27/gsoc-week-number-10/)
    1.85 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.3.0.tar.gz)
    1.86 +
    1.87 +### 0.2.1 (2013-08-20) ###
    1.88 +
    1.89 +* Fixing a flow control bug
    1.90 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.2.1.tar.gz)
    1.91 +
    1.92 +### 0.2.0 (2013-08-19) ###
    1.93 +
    1.94 +* Exposing server push in the public API
    1.95 +* Connection pooling when operating as client
    1.96 +* Much better API compatibility with the standard node.js HTTPS module
    1.97 +* Logging improvements
    1.98 +* [Blog post](http://gabor.molnar.es/blog/2013/08/19/gsoc-week-number-9/)
    1.99 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.2.0.tar.gz)
   1.100 +
   1.101 +### 0.1.1 (2013-08-12) ###
   1.102 +
   1.103 +* Lots of bugfixes
   1.104 +* Proper flow control for outgoing frames
   1.105 +* Basic flow control for incoming frames
   1.106 +* [Blog post](http://gabor.molnar.es/blog/2013/08/12/gsoc-week-number-8/)
   1.107 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.1.1.tar.gz)
   1.108 +
   1.109 +### 0.1.0 (2013-08-06) ###
   1.110 +
   1.111 +* First release with public API (similar to the standard node HTTPS module)
   1.112 +* Support for NPN negotiation (no ALPN or Upgrade yet)
   1.113 +* Stream number limitation is in place
   1.114 +* Push streams works but not exposed yet in the public API
   1.115 +* [Blog post](http://gabor.molnar.es/blog/2013/08/05/gsoc-week-number-6-and-number-7/)
   1.116 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.1.0.tar.gz)
   1.117 +
   1.118 +### 0.0.6 (2013-07-19) ###
   1.119 +
   1.120 +* `Connection` and `Endpoint` classes are usable, but not yet ready
   1.121 +* Addition of an exmaple server and client
   1.122 +* Using [istanbul](https://github.com/gotwarlost/istanbul) for measuring code coverage
   1.123 +* [Blog post](http://gabor.molnar.es/blog/2013/07/19/gsoc-week-number-5/)
   1.124 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.6.tar.gz)
   1.125 +
   1.126 +### 0.0.5 (2013-07-14) ###
   1.127 +
   1.128 +* `Stream` class is done
   1.129 +* Public API stubs are in place
   1.130 +* [Blog post](http://gabor.molnar.es/blog/2013/07/14/gsoc-week-number-4/)
   1.131 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.5.tar.gz)
   1.132 +
   1.133 +### 0.0.4 (2013-07-08) ###
   1.134 +
   1.135 +* Added logging
   1.136 +* Started `Stream` class implementation
   1.137 +* [Blog post](http://gabor.molnar.es/blog/2013/07/08/gsoc-week-number-3/)
   1.138 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.4.tar.gz)
   1.139 +
   1.140 +### 0.0.3 (2013-07-03) ###
   1.141 +
   1.142 +* Header compression is ready
   1.143 +* [Blog post](http://gabor.molnar.es/blog/2013/07/03/the-http-slash-2-header-compression-implementation-of-node-http2/)
   1.144 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.3.tar.gz)
   1.145 +
   1.146 +### 0.0.2 (2013-07-01) ###
   1.147 +
   1.148 +* Frame serialization and deserialization ready and updated to match the newest spec
   1.149 +* Header compression implementation started
   1.150 +* [Blog post](http://gabor.molnar.es/blog/2013/07/01/gsoc-week-number-2/)
   1.151 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.2.tar.gz)
   1.152 +
   1.153 +### 0.0.1 (2013-06-23) ###
   1.154 +
   1.155 +* Frame serialization and deserialization largely done
   1.156 +* [Blog post](http://gabor.molnar.es/blog/2013/06/23/gsoc-week-number-1/)
   1.157 +* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.1.tar.gz)

mercurial