diff options
author | Loïc Hoguin <[email protected]> | 2018-06-13 09:54:12 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-13 09:54:12 +0200 |
commit | 92b54aacc0de5446dd5497c39897b0bbff72e626 (patch) | |
tree | c3a98cfec636d1271f5804e5c19b35b208bba00d /articles/cowboy-2.0.0/index.html | |
parent | 8b5c3dc972b99f174750123c9e4abc96259c34a9 (diff) | |
download | ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.tar.gz ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.tar.bz2 ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.zip |
Rebuild using Asciideck
Diffstat (limited to 'articles/cowboy-2.0.0/index.html')
-rw-r--r-- | articles/cowboy-2.0.0/index.html | 57 |
1 files changed, 14 insertions, 43 deletions
diff --git a/articles/cowboy-2.0.0/index.html b/articles/cowboy-2.0.0/index.html index 61ef2dae..bd4ee760 100644 --- a/articles/cowboy-2.0.0/index.html +++ b/articles/cowboy-2.0.0/index.html @@ -69,54 +69,25 @@ </p> </header> -<div class="paragraph"><p>Cowboy <code>2.0.0</code> has been released!</p></div> -<div class="paragraph"><p>This is the new stable version of Cowboy. There -are no new releases planned for the 1.x version -of Cowboy.</p></div> -<div class="paragraph"><p>The highlights from the release are:</p></div> -<div class="ulist"><ul> -<li> -<p> -HTTP/2 support! -</p> +<p>Cowboy <code>2.0.0</code> has been released!</p> +<p>This is the new stable version of Cowboy. There are no new releases planned for the 1.x version of Cowboy.</p> +<p>The highlights from the release are:</p> +<ul><li>HTTP/2 support! </li> -<li> -<p> -Websocket compression! -</p> +<li>Websocket compression! </li> -<li> -<p> -Much simpler, cleaner interface. No more weird - errors just because you discard the Req object. -</p> +<li>Much simpler, cleaner interface. No more weird errors just because you discard the Req object. </li> -<li> -<p> -A new low-level interface that receives all events - from every set of request and response. This - replaces the awkward hooks from 1.0. -</p> +<li>A new low-level interface that receives all events from every set of request and response. This replaces the awkward hooks from 1.0. </li> -<li> -<p> -<a href="https://ninenines.eu/docs/en/cowboy/2.0/manual/">A much more detailed manual !</a> -</p> +<li><a href="https://ninenines.eu/docs/en/cowboy/2.0/manual/">A much more detailed manual !</a> </li> -</ul></div> -<div class="paragraph"><p>A more complete list of changes can be found in the -migration guide: -<a href="https://ninenines.eu/docs/en/cowboy/2.0/guide/migrating_from_1.0/">Migrating from Cowboy 1.0 to 2.0</a>.</p></div> -<div class="paragraph"><p>There are two planned feature releases after 2.0. -Some features were temporarily removed and will be -added back in 2.1. In 2.2 new features will be added -to allow users to support the gRPC protocol. Full -details <a href="https://github.com/ninenines/cowboy/milestones">in tickets</a>.</p></div> -<div class="paragraph"><p>Feeling good about this release? Send money one-time -or monthly via <a href="https://salt.bountysource.com/teams/ninenines">BountySource</a>. -Thanks in advance!</p></div> -<div class="paragraph"><p>As usual, any feedback is appreciated, and any issues -should be reported by opening a ticket. Thanks!</p></div> +</ul> +<p>A more complete list of changes can be found in the migration guide: <a href="https://ninenines.eu/docs/en/cowboy/2.0/guide/migrating_from_1.0/">Migrating from Cowboy 1.0 to 2.0</a>.</p> +<p>There are two planned feature releases after 2.0. Some features were temporarily removed and will be added back in 2.1. In 2.2 new features will be added to allow users to support the gRPC protocol. Full details <a href="https://github.com/ninenines/cowboy/milestones">in tickets</a>.</p> +<p>Feeling good about this release? Send money one-time or monthly via <a href="https://salt.bountysource.com/teams/ninenines">BountySource</a>. Thanks in advance!</p> +<p>As usual, any feedback is appreciated, and any issues should be reported by opening a ticket. Thanks!</p> + </article> </div> |