diff options
author | Loïc Hoguin <[email protected]> | 2025-02-18 09:51:22 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-02-18 09:51:22 +0100 |
commit | 25e93c91878b7f8536764b06d2cb72020031acd1 (patch) | |
tree | b8da36ff9d9d2372c0f1f046262670326740bdfc /_build | |
parent | 21e7107a9ee413f27de9cb5b92711763be55717b (diff) | |
download | ninenines.eu-25e93c91878b7f8536764b06d2cb72020031acd1.tar.gz ninenines.eu-25e93c91878b7f8536764b06d2cb72020031acd1.tar.bz2 ninenines.eu-25e93c91878b7f8536764b06d2cb72020031acd1.zip |
Diffstat (limited to '_build')
-rw-r--r-- | _build/content/articles/cowboy-2.13.0.asciidoc | 34 | ||||
-rw-r--r-- | _build/data/projects/cowboy.toml | 4 |
2 files changed, 36 insertions, 2 deletions
diff --git a/_build/content/articles/cowboy-2.13.0.asciidoc b/_build/content/articles/cowboy-2.13.0.asciidoc new file mode 100644 index 00000000..21bfa567 --- /dev/null +++ b/_build/content/articles/cowboy-2.13.0.asciidoc @@ -0,0 +1,34 @@ ++++ +date = "2025-02-18T07:00:00+01:00" +title = "Cowboy 2.13" + ++++ + +Cowboy `2.13.0` has been released! + +Cowboy 2.13 focuses on improving the performance of +Websocket, as well as the HTTP protocols. It also +contains a variety of new features and bug fixes. + +The performance improvements were detailed in the +https://ninenines.eu/articles/cowboy-2.13.0-performance/[Performance improvements in Cowboy 2.13] +article. + +Cowboy 2.13 is the first release to feature +experimental support for the HTTP/3 protocol, +including Websocket over HTTP/3. + +Cowboy 2.13 requires Erlang/OTP 24.0 or greater. +It is tested and supported on Linux, macOS and Windows. + +A complete +list of changes can be found in the migration guide: +https://ninenines.eu/docs/en/cowboy/2.13/guide/migrating_from_2.12/[Migrating from Cowboy 2.12 to 2.13]. + +You can donate to this project 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 new 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 1b3c9abe..3c15347e 100644 --- a/_build/data/projects/cowboy.toml +++ b/_build/data/projects/cowboy.toml @@ -3,8 +3,8 @@ catchphrase = "Small, fast, modern HTTP server." description = "Cowboy is the ultimate server for the modern Web with support for Websocket, HTTP/2 and REST." name = "cowboy" repository = "https://github.com/ninenines/cowboy" -versions = ["2.12", "2.11", "2.10", "2.9", "2.8", "2.7", "2.6"] -branches = ["2.12.0", "2.11.0", "22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3"] +versions = ["2.13", "2.12", "2.11", "2.10", "2.9", "2.8", "2.7", "2.6"] +branches = ["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 |