summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
Diffstat (limited to '_build')
-rw-r--r--_build/Makefile2
-rw-r--r--_build/content/articles/cowboy-2.9.0.asciidoc33
-rw-r--r--_build/content/articles/cowboy2-performance.asciidoc1
-rw-r--r--_build/data/projects/cowboy.toml4
-rw-r--r--_build/data/projects/cowlib.toml4
-rw-r--r--_build/data/projects/ranch.toml4
6 files changed, 41 insertions, 7 deletions
diff --git a/_build/Makefile b/_build/Makefile
index 2edc1ab6..10bf1cb1 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -75,7 +75,7 @@ docs-$1-$2: tmp/$1
printf "%s\n" "+++" "title = \"`sed 's/\(.\)/\U\1/' <<< $1` Function Reference\"" \
"project = \"$1\"" "version = \"$3\"" "doctype = \"manual\"" "+++" "" \
> content/docs/en/$1/$3/manual.asciidoc; \
- if [ "$1" = "cowboy" -o "$1" = "gun" -o "$1" = "cowlib" ] || [ "$1" = "ranch" -a "$3" = "1.6" ] || [ "$1" = "ranch" -a "$3" = "1.7" ] || [ "$1" = "ranch" -a "$3" = "2.0" ]; then \
+ if [ "$1" = "cowboy" -o "$1" = "gun" -o "$1" = "cowlib" ] || [ "$1" = "ranch" -a "$3" = "1.6" ] || [ "$1" = "ranch" -a "$3" = "1.7" ] || [ "$1" = "ranch" -a "$3" = "1.8" ] || [ "$1" = "ranch" -a "$3" = "2.0" ]; then \
sed '1,/^$$$$/d' tmp/$1/doc/src/manual/$1_app.asciidoc \
| sed 's/link:man:\([a-z0-9_]*\)(7)/link:\1_app/g' \
| sed 's/\(link:man:[a-z0-9_]*\):/\1./g' \
diff --git a/_build/content/articles/cowboy-2.9.0.asciidoc b/_build/content/articles/cowboy-2.9.0.asciidoc
new file mode 100644
index 00000000..73c64dab
--- /dev/null
+++ b/_build/content/articles/cowboy-2.9.0.asciidoc
@@ -0,0 +1,33 @@
++++
+date = "2021-05-12T07:00:00+01:00"
+title = "Cowboy 2.9"
+
++++
+
+Cowboy `2.9.0` has been released!
+
+Cowboy 2.9 implements graceful shutdown of connection
+processes for both HTTP/1.1 and HTTP/2 connections.
+
+Cowboy 2.9 is the first release to support the much
+awaited Erlang/OTP 24 out of the box. While users that
+were using Ranch 2.0 already were ready for OTP 24,
+the Ranch version used by Cowboy out of the box was
+not compatible and had to be updated.
+
+Cowboy 2.9 requires Erlang/OTP 22.0 or greater.
+It is tested and supported on Linux, FreeBSD, macOS
+and Windows.
+
+A complete
+list of changes can be found in the migration guide:
+https://ninenines.eu/docs/en/cowboy/2.9/guide/migrating_from_2.8/[Migrating from Cowboy 2.8 to 2.9].
+
+You can donate to this project via
+https://github.com/sponsors/essen[GitHub Sponsors].
+These funds are used to pay for additional servers for
+testing. Corporate sponsorship options are also available,
+please contact me directly!
+
+As usual, feedback is appreciated, and issues or
+questions should be sent via Github tickets. Thanks!
diff --git a/_build/content/articles/cowboy2-performance.asciidoc b/_build/content/articles/cowboy2-performance.asciidoc
index 269be791..2db749c4 100644
--- a/_build/content/articles/cowboy2-performance.asciidoc
+++ b/_build/content/articles/cowboy2-performance.asciidoc
@@ -1,6 +1,7 @@
+++
date = "2020-12-07T07:00:00+01:00"
title = "Cowboy 2 performance"
+draft = "true"
+++
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index 3944d087..a2cbb7fb 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.8", "2.7", "2.6", "2.5", "2.4", "2.3"]
-branches = ["2.8.0", "2.7.0", "2.6.3", "2.5.0", "2.4.0", "2.3.0"]
+versions = ["2.9", "2.8", "2.7", "2.6", "2.5", "2.4"]
+branches = ["2.9.0", "2.8.0", "2.7.0", "2.6.3", "2.5.0", "2.4.0"]
has_source = true
has_guide = true
has_manual = true
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml
index 43a8a012..6150d953 100644
--- a/_build/data/projects/cowlib.toml
+++ b/_build/data/projects/cowlib.toml
@@ -3,7 +3,7 @@ catchphrase = "Support library for the Web."
description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cookies, URL encoding..."
name = "cowlib"
repository = "https://github.com/ninenines/cowlib"
-versions = ["2.10", "2.9", "2.8"]
-branches = ["master", "2.9.1", "2.8.0"]
+versions = ["2.11", "2.10", "2.9", "2.8"]
+branches = ["2.11.0", "2.10.1", "2.9.1", "2.8.0"]
has_source = true
has_manual = true
diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml
index 8523bf32..d0e1e667 100644
--- a/_build/data/projects/ranch.toml
+++ b/_build/data/projects/ranch.toml
@@ -3,8 +3,8 @@ catchphrase = "The holy cow of servers."
description = "Ranch is a socket acceptor pool for building awesome TCP and TLS servers."
name = "ranch"
repository = "https://github.com/ninenines/ranch"
-versions = ["2.0", "1.7", "1.6", "1.5", "1.4"]
-branches = ["2.0.0", "1.7.1", "1.6.2", "1.5.0", "1.4.0"]
+versions = ["2.0", "1.8", "1.7", "1.6", "1.5"]
+branches = ["2.0.0", "1.8.0", "1.7.1", "1.6.2", "1.5.0"]
has_source = true
has_guide = true
has_manual = true