summaryrefslogtreecommitdiffstats
path: root/_build/content/articles
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-05-26 09:54:54 +0200
committerLoïc Hoguin <[email protected]>2020-05-26 09:54:54 +0200
commit849fab7227a2fd1ff5fa4d603ba89037e1c462b4 (patch)
treeb5d229ee98fd8b8db0bafb5b1a4a09c0dd0e40fc /_build/content/articles
parent94e004a6582bfc46e6082bcbe62fad99d277978b (diff)
downloadninenines.eu-849fab7227a2fd1ff5fa4d603ba89037e1c462b4.tar.gz
ninenines.eu-849fab7227a2fd1ff5fa4d603ba89037e1c462b4.tar.bz2
ninenines.eu-849fab7227a2fd1ff5fa4d603ba89037e1c462b4.zip
Cowboy 2.8.0
Diffstat (limited to '_build/content/articles')
-rw-r--r--_build/content/articles/cowboy-2.8.0.asciidoc47
1 files changed, 47 insertions, 0 deletions
diff --git a/_build/content/articles/cowboy-2.8.0.asciidoc b/_build/content/articles/cowboy-2.8.0.asciidoc
new file mode 100644
index 00000000..bebc8b79
--- /dev/null
+++ b/_build/content/articles/cowboy-2.8.0.asciidoc
@@ -0,0 +1,47 @@
++++
+date = "2020-05-26T07:00:00+01:00"
+title = "Cowboy 2.8"
+
++++
+
+Cowboy `2.8.0` has been released!
+
+Cowboy 2.8 contains many optimizations for all
+protocols. HTTP/1.1 has received the largest
+improvements and Cowboy will now be able to
+handle noticeably more requests. Thanks to
+the folks at https://stressgrid.com/[Stressgrid] for helping identify that
+the performance was lower than it should have been
+and for benchmarking my many changes and experiments.
+
+Cowboy 2.8 also contains a small number of tweaks
+and bug fixes. Cowboy 2.8 is the first Cowboy release,
+ever, to be consistently green on all tested platforms.
+This is mostly due to the reworking of some test cases,
+but a few bugs were discovered and fixed in the process.
+
+Cowboy 2.8 requires Erlang/OTP 22.0 or greater. It may
+also work out of the box with Erlang/OTP 21.3 but this
+was not tested and is not supported. 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.8/guide/migrating_from_2.7/[Migrating from Cowboy 2.7 to 2.8].
+
+I have free time available for consulting or for
+paid open source development at the moment. If you
+are interested, drop me an email at mailto:[email protected][[email protected]].
+I have gathered that there's interest in a pure Erlang GRPC
+implementation, and there's also QUIC and HTTP/3 that will
+be ready soon, for examples of projects I'd be interested in
+working on.
+
+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!