diff options
| author | Loïc Hoguin <[email protected]> | 2026-05-12 17:41:05 +0200 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2026-05-12 17:41:05 +0200 |
| commit | ff5dee6af5eb49e784d1a053d583f5c848bcd8ca (patch) | |
| tree | e919132797aee06cec6a873776091ebf9812ce47 /articles/index.html | |
| parent | c0ff63c6d9fc116c8ee7bfb5fe1b73894a4f8e22 (diff) | |
| download | ninenines.eu-master.tar.gz ninenines.eu-master.tar.bz2 ninenines.eu-master.zip | |
Diffstat (limited to 'articles/index.html')
| -rw-r--r-- | articles/index.html | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/articles/index.html b/articles/index.html index c99c2eaf..26a44819 100644 --- a/articles/index.html +++ b/articles/index.html @@ -65,6 +65,24 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/cowboy-2.15.0/">Cowboy 2.15, Gun 2.3, Cowlib 2.16.1</a></h2> + <p class="date"> + <span class="year">2026</span> + <span class="day-month">12 May</span> + </p> + </header> + + <p>Cowboy 2.15.0 has been released! Gun 2.3.0 has also been released! And finally so has Cowlib 2.16.1. +They address a number of security vulnerabilities so all users are encouraged to upgrade. +Expect a few more security oriented releases in the near future (or minors with security fixes or harnesses). They will be meant to address increased threats from AI agents usage. I will have a post explaining the strategy in a few days.</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.15.0/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/cowboy-2.14.0/">Cowboy 2.14</a></h2> <p class="date"> <span class="year">2025</span> @@ -413,23 +431,6 @@ Head on to my GitHub Sponsors page now!</p> </p> </article> - <article class="blog_item"> - <header> - <h2><a href="https://ninenines.eu/articles/cowboy-2.7.0/">Cowboy 2.7</a></h2> - <p class="date"> - <span class="year">2019</span> - <span class="day-month">16 Oct</span> - </p> - </header> - - <p>Cowboy 2.7.0 has been released! -Cowboy 2.7 improves the HTTP/2 code with optimizations around the sending of DATA and WINDOW_UPDATE frames; graceful shutdown of the connection when the client is going away; and rate limiting mechanisms. New options and mechanisms have also been added to control the amount of memory Cowboy ends up using with both HTTP/1.1 and HTTP/2. Much of this work was done to address HTTP/2 CVEs about potential denial of service.</p> - - <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.7.0/">Read More</a> - </p> - </article> - <nav class="pagination" role="pagination"> |
