testing/xpcshell/node-http2/HISTORY.md

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 Version history
michael@0 2 ===============
michael@0 3
michael@0 4 ### 2.3.0 (2014-03-10) ###
michael@0 5
michael@0 6 * Upgrade to the latest draft: [draft-ietf-httpbis-http2-10]
michael@0 7
michael@0 8 [draft-ietf-httpbis-http2-10]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-10
michael@0 9
michael@0 10 ### 2.2.0 (2013-12-25) ###
michael@0 11
michael@0 12 * Upgrade to the latest draft: [draft-ietf-httpbis-http2-09]
michael@0 13 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.2.0.tar.gz)
michael@0 14
michael@0 15 [draft-ietf-httpbis-http2-09]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
michael@0 16
michael@0 17 ### 2.1.1 (2013-12-21) ###
michael@0 18
michael@0 19 * Minor bugfix
michael@0 20 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.1.1.tar.gz)
michael@0 21
michael@0 22 ### 2.1.0 (2013-11-10) ###
michael@0 23
michael@0 24 * Upgrade to the latest draft: [draft-ietf-httpbis-http2-07][draft-07]
michael@0 25 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.1.0.tar.gz)
michael@0 26
michael@0 27 [draft-07]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-07
michael@0 28
michael@0 29 ### 2.0.0 (2013-11-09) ###
michael@0 30
michael@0 31 * Splitting out everything that is not related to negotiating HTTP2 or the node-like HTTP API.
michael@0 32 These live in separate module from now on:
michael@0 33 [http2-protocol](https://github.com/molnarg/node-http2-protocol).
michael@0 34 * The only backwards incompatible change: the `Endpoint` class is not exported anymore. Use the
michael@0 35 http2-protocol module if you want to use this low level interface.
michael@0 36 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.0.0.tar.gz)
michael@0 37
michael@0 38 ### 1.0.1 (2013-10-14) ###
michael@0 39
michael@0 40 * Support for ALPN if node supports it (currently needs a custom build)
michael@0 41 * Fix for a few small issues
michael@0 42 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-1.0.1.tar.gz)
michael@0 43
michael@0 44 ### 1.0.0 (2013-09-23) ###
michael@0 45
michael@0 46 * Exporting Endpoint class
michael@0 47 * Support for 'filters' in Endpoint
michael@0 48 * The last time-based release
michael@0 49 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-1.0.0.tar.gz)
michael@0 50
michael@0 51 ### 0.4.1 (2013-09-15) ###
michael@0 52
michael@0 53 * Major performance improvements
michael@0 54 * Minor improvements to error handling
michael@0 55 * [Blog post](http://gabor.molnar.es/blog/2013/09/15/gsoc-week-number-13/)
michael@0 56 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.4.1.tar.gz)
michael@0 57
michael@0 58 ### 0.4.0 (2013-09-09) ###
michael@0 59
michael@0 60 * Upgrade to the latest draft: [draft-ietf-httpbis-http2-06][draft-06]
michael@0 61 * Support for HTTP trailers
michael@0 62 * Support for TLS SNI (Server Name Indication)
michael@0 63 * Improved stream scheduling algorithm
michael@0 64 * [Blog post](http://gabor.molnar.es/blog/2013/09/09/gsoc-week-number-12/)
michael@0 65 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.4.0.tar.gz)
michael@0 66
michael@0 67 [draft-06]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-06
michael@0 68
michael@0 69 ### 0.3.1 (2013-09-03) ###
michael@0 70
michael@0 71 * Lot of testing, bugfixes
michael@0 72 * [Blog post](http://gabor.molnar.es/blog/2013/09/03/gsoc-week-number-11/)
michael@0 73 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.3.1.tar.gz)
michael@0 74
michael@0 75 ### 0.3.0 (2013-08-27) ###
michael@0 76
michael@0 77 * Support for prioritization
michael@0 78 * Small API compatibility improvements (compatibility with the standard node.js HTTP API)
michael@0 79 * Minor push API change
michael@0 80 * Ability to pass an external bunyan logger when creating a Server or Agent
michael@0 81 * [Blog post](http://gabor.molnar.es/blog/2013/08/27/gsoc-week-number-10/)
michael@0 82 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.3.0.tar.gz)
michael@0 83
michael@0 84 ### 0.2.1 (2013-08-20) ###
michael@0 85
michael@0 86 * Fixing a flow control bug
michael@0 87 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.2.1.tar.gz)
michael@0 88
michael@0 89 ### 0.2.0 (2013-08-19) ###
michael@0 90
michael@0 91 * Exposing server push in the public API
michael@0 92 * Connection pooling when operating as client
michael@0 93 * Much better API compatibility with the standard node.js HTTPS module
michael@0 94 * Logging improvements
michael@0 95 * [Blog post](http://gabor.molnar.es/blog/2013/08/19/gsoc-week-number-9/)
michael@0 96 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.2.0.tar.gz)
michael@0 97
michael@0 98 ### 0.1.1 (2013-08-12) ###
michael@0 99
michael@0 100 * Lots of bugfixes
michael@0 101 * Proper flow control for outgoing frames
michael@0 102 * Basic flow control for incoming frames
michael@0 103 * [Blog post](http://gabor.molnar.es/blog/2013/08/12/gsoc-week-number-8/)
michael@0 104 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.1.1.tar.gz)
michael@0 105
michael@0 106 ### 0.1.0 (2013-08-06) ###
michael@0 107
michael@0 108 * First release with public API (similar to the standard node HTTPS module)
michael@0 109 * Support for NPN negotiation (no ALPN or Upgrade yet)
michael@0 110 * Stream number limitation is in place
michael@0 111 * Push streams works but not exposed yet in the public API
michael@0 112 * [Blog post](http://gabor.molnar.es/blog/2013/08/05/gsoc-week-number-6-and-number-7/)
michael@0 113 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.1.0.tar.gz)
michael@0 114
michael@0 115 ### 0.0.6 (2013-07-19) ###
michael@0 116
michael@0 117 * `Connection` and `Endpoint` classes are usable, but not yet ready
michael@0 118 * Addition of an exmaple server and client
michael@0 119 * Using [istanbul](https://github.com/gotwarlost/istanbul) for measuring code coverage
michael@0 120 * [Blog post](http://gabor.molnar.es/blog/2013/07/19/gsoc-week-number-5/)
michael@0 121 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.6.tar.gz)
michael@0 122
michael@0 123 ### 0.0.5 (2013-07-14) ###
michael@0 124
michael@0 125 * `Stream` class is done
michael@0 126 * Public API stubs are in place
michael@0 127 * [Blog post](http://gabor.molnar.es/blog/2013/07/14/gsoc-week-number-4/)
michael@0 128 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.5.tar.gz)
michael@0 129
michael@0 130 ### 0.0.4 (2013-07-08) ###
michael@0 131
michael@0 132 * Added logging
michael@0 133 * Started `Stream` class implementation
michael@0 134 * [Blog post](http://gabor.molnar.es/blog/2013/07/08/gsoc-week-number-3/)
michael@0 135 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.4.tar.gz)
michael@0 136
michael@0 137 ### 0.0.3 (2013-07-03) ###
michael@0 138
michael@0 139 * Header compression is ready
michael@0 140 * [Blog post](http://gabor.molnar.es/blog/2013/07/03/the-http-slash-2-header-compression-implementation-of-node-http2/)
michael@0 141 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.3.tar.gz)
michael@0 142
michael@0 143 ### 0.0.2 (2013-07-01) ###
michael@0 144
michael@0 145 * Frame serialization and deserialization ready and updated to match the newest spec
michael@0 146 * Header compression implementation started
michael@0 147 * [Blog post](http://gabor.molnar.es/blog/2013/07/01/gsoc-week-number-2/)
michael@0 148 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.2.tar.gz)
michael@0 149
michael@0 150 ### 0.0.1 (2013-06-23) ###
michael@0 151
michael@0 152 * Frame serialization and deserialization largely done
michael@0 153 * [Blog post](http://gabor.molnar.es/blog/2013/06/23/gsoc-week-number-1/)
michael@0 154 * [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-0.0.1.tar.gz)

mercurial