summaryrefslogtreecommitdiffstats
path: root/_build/content
diff options
context:
space:
mode:
Diffstat (limited to '_build/content')
-rw-r--r--_build/content/articles/cowboy-2.9.0.asciidoc33
-rw-r--r--_build/content/articles/cowboy2-performance.asciidoc1
2 files changed, 34 insertions, 0 deletions
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"
+++