summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2026-05-12 17:41:05 +0200
committerLoïc Hoguin <[email protected]>2026-05-12 17:41:05 +0200
commitff5dee6af5eb49e784d1a053d583f5c848bcd8ca (patch)
treee919132797aee06cec6a873776091ebf9812ce47 /_build
parentc0ff63c6d9fc116c8ee7bfb5fe1b73894a4f8e22 (diff)
downloadninenines.eu-master.tar.gz
ninenines.eu-master.tar.bz2
ninenines.eu-master.zip
Announce Cowboy 2.15, Gun 2.3, Cowlib 2.16.1HEADmaster
Diffstat (limited to '_build')
-rw-r--r--_build/content/articles/cowboy-2.15.0.asciidoc31
-rw-r--r--_build/data/projects/cowboy.toml2
2 files changed, 32 insertions, 1 deletions
diff --git a/_build/content/articles/cowboy-2.15.0.asciidoc b/_build/content/articles/cowboy-2.15.0.asciidoc
new file mode 100644
index 00000000..04af5c78
--- /dev/null
+++ b/_build/content/articles/cowboy-2.15.0.asciidoc
@@ -0,0 +1,31 @@
++++
+date = "2026-05-12T07:00:00+01:00"
+title = "Cowboy 2.15, Gun 2.3, Cowlib 2.16.1"
+
++++
+
+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.
+
+Please refer to the relevant migration guides for
+a more complete list of changes: either
+https://ninenines.eu/docs/en/cowboy/2.15/guide/migrating_from_2.14/[Cowboy] and
+https://ninenines.eu/docs/en/gun/2.3/guide/migrating_from_2.2/[Gun].
+
+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 or
+discussions. We also have a Discord server.
+https://discord.gg/x25nNq2fFE[Join Erlang OSS Discord now!]
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index ba43545b..f3068a98 100644
--- a/_build/data/projects/cowboy.toml
+++ b/_build/data/projects/cowboy.toml
@@ -4,7 +4,7 @@ description = "Cowboy is the ultimate server for the modern Web with support for
name = "cowboy"
repository = "https://github.com/ninenines/cowboy"
versions = ["2.15", "2.14", "2.13", "2.12", "2.11", "2.10", "2.9", "2.8", "2.7", "2.6"]
-branches = ["2.15.0", "2.14.2", "2.13.0", "2.12.0", "2.11.0", "22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3"]
+branches = ["5bc909b", "2.14.2", "2.13.0", "2.12.0", "2.11.0", "22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3"]
has_source = true
has_guide = true
has_manual = true