diff options
Diffstat (limited to 'articles/index.html')
-rw-r--r-- | articles/index.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/articles/index.html b/articles/index.html index 886f25e7..a4c79ed0 100644 --- a/articles/index.html +++ b/articles/index.html @@ -67,6 +67,24 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/cowboy-2.8.0/">Cowboy 2.8</a></h2> + <p class="date"> + <span class="year">2020</span> + <span class="day-month">26 May</span> + </p> + </header> + + <p>Cowboy 2.8.0 has been released! +Cowboy 2.8 contains many optimizations for all protocols. HTTP/1.1 has received the largest improvements and Cowboy will now be able to handle noticeably more requests. Thanks to the folks at Stressgrid for helping identify that the performance was lower than it should have been and for benchmarking my many changes and experiments. +Cowboy 2.8 also contains a small number of tweaks and bug fixes. Cowboy 2.</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.8.0/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/the-gateway-trilogy/">The Gateway Trilogy</a></h2> <p class="date"> <span class="year">2020</span> @@ -415,24 +433,6 @@ Gun has existed for many years as the test client for Cowboy and is now mature e </p> </article> - <article class="blog_item"> - <header> - <h2><a href="https://ninenines.eu/articles/cowboy-2.4.0/">Cowboy 2.4</a></h2> - <p class="date"> - <span class="year">2018</span> - <span class="day-month">02 May</span> - </p> - </header> - - <p>Cowboy 2.4.0 has been released! -Numerous HTTP/2 options have been added to control the HTTP/2 SETTINGS and general behavior of HTTP/2 connections. The options for initial window sizes, maximum frame sizes or compression table sizes might be of interest for optimizing the performance of HTTP/2 connections. -Experimental support for Websocket over HTTP/2 was added. Note that browsers do not currently support it. The only browser with partial support is Google Chrome 67 (dev build) started with a specific flag.</p> - - <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.4.0/">Read More</a> - </p> - </article> - <nav class="pagination" role="pagination"> |