summaryrefslogtreecommitdiffstats
path: root/_build/content
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-19 13:29:35 +0100
committerLoïc Hoguin <[email protected]>2018-11-19 13:29:35 +0100
commit3edee0ace8f3f12653381e8038461689363c9541 (patch)
tree25c351b121ff008ed7a73ee945dc1f2d28a025c1 /_build/content
parent4ddd4e856a43c800227878c4b145aca15ce3f579 (diff)
downloadninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.tar.gz
ninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.tar.bz2
ninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.zip
Cowboy 2.6.0
Diffstat (limited to '_build/content')
-rw-r--r--_build/content/articles/cowboy-2.6.0.asciidoc41
1 files changed, 41 insertions, 0 deletions
diff --git a/_build/content/articles/cowboy-2.6.0.asciidoc b/_build/content/articles/cowboy-2.6.0.asciidoc
new file mode 100644
index 00000000..24f7b705
--- /dev/null
+++ b/_build/content/articles/cowboy-2.6.0.asciidoc
@@ -0,0 +1,41 @@
++++
+date = "2018-11-19T07:00:00+01:00"
+title = "Cowboy 2.6"
+
++++
+
+Cowboy `2.6.0` has been released!
+
+Cowboy 2.6 greatly refactored the HTTP/2 code, a large
+part of which was moved to Cowlib and is now used by
+both the Cowboy server and the Gun client.
+
+A large number of tickets were also closed which
+resulted in many bugs fixed and many features and
+options added, although some of them are still
+experimental.
+
+Of note is the support for the PROXY protocol header
+built directly into Cowboy; the ability to use the
+sendfile tuple to send files while streaming a
+response body (for example you could build a tar
+file on the fly); and experimental support for range
+requests in the REST and static file handlers,
+including an automatic mode that lets you enable
+byte range requests to existing handlers with
+what's basically a one-liner.
+
+Many options have also been added and many bugs have
+been fixed.
+
+A complete
+list of changes can be found in the migration guide:
+https://ninenines.eu/docs/en/cowboy/2.6/guide/migrating_from_2.5/[Migrating from Cowboy 2.5 to 2.6].
+
+You can donate to this project via
+https://salt.bountysource.com/teams/ninenines[BountySource].
+These funds are used to pay for additional servers for
+testing.
+
+As usual, feedback is appreciated, and issues or
+questions should be sent via Github tickets. Thanks!