summaryrefslogtreecommitdiffstats
path: root/_build
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
parent4ddd4e856a43c800227878c4b145aca15ce3f579 (diff)
downloadninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.tar.gz
ninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.tar.bz2
ninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.zip
Cowboy 2.6.0
Diffstat (limited to '_build')
-rw-r--r--_build/content/articles/cowboy-2.6.0.asciidoc41
-rw-r--r--_build/data/projects/cowboy.toml4
2 files changed, 43 insertions, 2 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!
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index 88cf58f5..50370ad3 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.5", "2.4", "2.3", "2.2", "2.1", "2.0", "1.0"]
-branches = ["2.5.0", "2.4.0", "2.3.0", "2.2.2", "32d9d494c70f1f48a9194fce8eb550cd3f88df54", "2.0.0", "1.0.x"]
+versions = ["2.6", "2.5", "2.4", "2.3", "2.2", "2.1", "2.0", "1.0"]
+branches = ["master", "2.5.0", "2.4.0", "2.3.0", "2.2.2", "32d9d494c70f1f48a9194fce8eb550cd3f88df54", "2.0.0", "1.0.x"]
has_source = true
has_guide = true
has_manual = true