summaryrefslogtreecommitdiffstats
path: root/_build/content/articles/otp-26.asciidoc
blob: 29dc31ce3c54683f073e23fede9bd6d69bad7fe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
+++
date = "2023-04-28T07:00:00+01:00"
title = "Erlang/OTP 26"

+++

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.

You can donate to these projects via
https://github.com/sponsors/essen[GitHub Sponsors].

As usual, feedback is appreciated, and issues or
questions should be sent via Github tickets. Thanks!