summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/articles/index.html b/articles/index.html
index dd4edf86..94131ef3 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -65,6 +65,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.11.0/">Cowboy 2.11</a></h2>
+ <p class="date">
+ <span class="year">2024</span>
+ <span class="day-month">29 Jan</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.11.0 has been released!
+Cowboy 2.11 contains a variety of new features and bug fixes. Nearly all previously experimental features are now marked as stable, including Websocket over HTTP/2.
+Cowboy 2.11 addresses the HTTP/2 CVE CVE-2023-44487, the rapid reset vulnerability, which attackers can use in denial of services attacks. Cowboy adds a new HTTP/2 option max_cancel_stream_rate to control for this behavior.
+Cowboy 2.11 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.11.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/otp-26/">Erlang/OTP 26</a></h2>
<p class="date">
<span class="year">2023</span>
@@ -408,25 +427,6 @@ While a third-party library already existed, it was not entirely compatible with
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/cowboy-2.5.0/">Cowboy 2.5</a></h2>
- <p class="date">
- <span class="year">2018</span>
- <span class="day-month">03 Oct</span>
- </p>
- </header>
-
- <p>Cowboy 2.5.0 has been released!
-Cowboy 2.5 focused on making the test suites pass. It is now possible to get all the Cowboy tests to pass successfully, at least on Linux and on the more recent Erlang/OTP versions.
-HTTP/1.1 has been improved with a fix for the TCP reset problem and the ability to stream a response body without using chunked transfer-encoding.
-Two functions have been added: cowboy_req:stream_events/3 encodes and streams one or more text/event-stream events, and cowboy_req:read_and_match_urlencoded_body/2,3 reads, parses and matches application/x-www-form-urlencoded request bodies.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.5.0/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">