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

mercurial