diff options
Diffstat (limited to 'articles/index.html')
-rw-r--r-- | articles/index.html | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/articles/index.html b/articles/index.html index a6e2b17f..d1cf2a6a 100644 --- a/articles/index.html +++ b/articles/index.html @@ -65,6 +65,26 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/cowboy-2.13.0/">Cowboy 2.13</a></h2> + <p class="date"> + <span class="year">2025</span> + <span class="day-month">18 Feb</span> + </p> + </header> + + <p>Cowboy 2.13.0 has been released! +Cowboy 2.13 focuses on improving the performance of Websocket, as well as the HTTP protocols. It also contains a variety of new features and bug fixes. +The performance improvements were detailed in the Performance improvements in Cowboy 2.13 article. +Cowboy 2.13 is the first release to feature experimental support for the HTTP/3 protocol, including Websocket over HTTP/3. +Cowboy 2.13 requires Erlang/OTP 24.0 or greater. It is tested and supported on Linux, macOS and Windows.</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.13.0/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/ranch-2.2.0/">Ranch 2.2</a></h2> <p class="date"> <span class="year">2025</span> @@ -407,24 +427,6 @@ Je serai au meetup Erlang le 10 septembre chez Datadog à Paris.</p> </p> </article> - <article class="blog_item"> - <header> - <h2><a href="https://ninenines.eu/articles/ranch-2.0.0-rc.1/">Ranch 2.0 release candidate 1</a></h2> - <p class="date"> - <span class="year">2019</span> - <span class="day-month">18 Jul</span> - </p> - </header> - - <p>Ranch 2.0.0-rc.1 has been released! -We are getting very close to releasing Ranch 2.0! As most of the tremendous programming work was done by contributor Jan Uhlig, I will yield the floor and let him describe what went into this great release. -In Ranch 1.x, there is only one supervisor per Ranch listener to start and manage connection processes. Under high load (many clients rapidly connecting and/or disconnecting), the message queue of this one supervisor could become congested, leading to declining accept rates or a stalled listener.</p> - - <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/ranch-2.0.0-rc.1/">Read More</a> - </p> - </article> - <nav class="pagination" role="pagination"> |