summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-04-28 15:04:31 +0200
committerLoïc Hoguin <[email protected]>2023-04-28 15:04:31 +0200
commit70f82335ac393eba4bcccfbe3be6ccc8018fd5d9 (patch)
treef8e2d79959b6f5008cbf3ed442805464090372e1 /articles/index.html
parentae0ab00828f7b3161541809681fcd95022e2ac6f (diff)
downloadninenines.eu-70f82335ac393eba4bcccfbe3be6ccc8018fd5d9.tar.gz
ninenines.eu-70f82335ac393eba4bcccfbe3be6ccc8018fd5d9.tar.bz2
ninenines.eu-70f82335ac393eba4bcccfbe3be6ccc8018fd5d9.zip
Article about Erlang/OTP 26
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html38
1 files changed, 18 insertions, 20 deletions
diff --git a/articles/index.html b/articles/index.html
index 8911e938..dd4edf86 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/otp-26/">Erlang/OTP 26</a></h2>
+ <p class="date">
+ <span class="year">2023</span>
+ <span class="day-month">28 Apr</span>
+ </p>
+ </header>
+
+ <p>Erlang/OTP 26 will soon be released by OTP team and unfortunately broke the compilation of Cowlib, which is a dependency for both Cowboy and Gun.
+Users willing to upgrade to Erlang/OTP 26 or above will therefore need to ensure that they use the right version of Cowboy or Gun. The versions that first supported Erlang/OTP 26 are as follow:
+Cowboy 2.10.0 Gun 2.0.1 Cowlib 2.12.1 A small number of fixes has also been made at the same time but the main change is support for Erlang/OTP 26.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/otp-26/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/gun-2.0.0/">Gun 2.0</a></h2>
<p class="date">
<span class="year">2023</span>
@@ -409,26 +427,6 @@ Two functions have been added: cowboy_req:stream_events/3 encodes and streams on
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/gun-1.3.0/">Gun 1.3</a></h2>
- <p class="date">
- <span class="year">2018</span>
- <span class="day-month">01 Oct</span>
- </p>
- </header>
-
- <p>Gun 1.3.0 has been released!
-Gun is an HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
-This release improves the CONNECT support introduced in the previous version and adds built-in Websocket protocol negotiation.
-A complete list of changes can be found in the migration guide: Migrating from Gun 1.2 to 1.3.
-You can donate to this project via GitHub Sponsors. These funds are used to pay for additional servers for testing. And healthy food.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/gun-1.3.0/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">