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 ff4e2685..c16218a8 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.9.0/">Cowboy 2.9</a></h2>
+ <p class="date">
+ <span class="year">2021</span>
+ <span class="day-month">12 May</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.9.0 has been released!
+Cowboy 2.9 implements graceful shutdown of connection processes for both HTTP/1.1 and HTTP/2 connections.
+Cowboy 2.9 is the first release to support the much awaited Erlang/OTP 24 out of the box. While users that were using Ranch 2.0 already were ready for OTP 24, the Ranch version used by Cowboy out of the box was not compatible and had to be updated.
+Cowboy 2.9 requires Erlang/OTP 22.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.9.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/gun-2.0.0-rc.1/">Gun 2.0 release candidate 1</a></h2>
<p class="date">
<span class="year">2020</span>
@@ -414,25 +433,6 @@ This can be used to update the socket options of the listener, or to implement a
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/gun-1.0.0/">Gun 1.0</a></h2>
- <p class="date">
- <span class="year">2018</span>
- <span class="day-month">27 Jul</span>
- </p>
- </header>
-
- <p>Gun 1.0.0 has been released!
-Gun is an HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
-Gun provides an asynchronous interface and will keep the connection open to the server, reconnecting as necessary.
-Gun has existed for many years as the test client for Cowboy and is now mature enough to receive a proper version. Gun is battle tested by customers and other users but is not the most well tested client there is.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/gun-1.0.0/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">