diff options
Diffstat (limited to 'articles/index.xml')
-rw-r--r-- | articles/index.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/articles/index.xml b/articles/index.xml index 7ca0ca68..dd57f231 100644 --- a/articles/index.xml +++ b/articles/index.xml @@ -6,12 +6,23 @@ <description>Recent content in Articles on Nine Nines</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> - <lastBuildDate>Tue, 24 Jan 2023 07:00:00 +0100</lastBuildDate> + <lastBuildDate>Fri, 28 Apr 2023 07:00:00 +0100</lastBuildDate> <atom:link href="https://ninenines.eu/articles/index.xml" rel="self" type="application/rss+xml" /> <item> + <title>Erlang/OTP 26</title> + <link>https://ninenines.eu/articles/otp-26/</link> + <pubDate>Fri, 28 Apr 2023 07:00:00 +0100</pubDate> + + <guid>https://ninenines.eu/articles/otp-26/</guid> + <description>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.</description> + </item> + + <item> <title>Gun 2.0</title> <link>https://ninenines.eu/articles/gun-2.0.0/</link> <pubDate>Tue, 24 Jan 2023 07:00:00 +0100</pubDate> |