summaryrefslogtreecommitdiffstats
path: root/_build/content
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-09 13:18:29 +0000
committerLoïc Hoguin <[email protected]>2017-11-09 13:18:29 +0000
commit260b1e2a7c3d1ac9aee4f96e24ddae6417675e55 (patch)
tree37f3bec6bda232d8bd6e861187368a85dd8571ad /_build/content
parent28b5bf18a3be3b933a76f8b8912c8ee55238cdc6 (diff)
downloadninenines.eu-260b1e2a7c3d1ac9aee4f96e24ddae6417675e55.tar.gz
ninenines.eu-260b1e2a7c3d1ac9aee4f96e24ddae6417675e55.tar.bz2
ninenines.eu-260b1e2a7c3d1ac9aee4f96e24ddae6417675e55.zip
Cowboy 2.1.0 announcement
Diffstat (limited to '_build/content')
-rw-r--r--_build/content/articles/cowboy-2.1.0.asciidoc42
1 files changed, 42 insertions, 0 deletions
diff --git a/_build/content/articles/cowboy-2.1.0.asciidoc b/_build/content/articles/cowboy-2.1.0.asciidoc
new file mode 100644
index 00000000..3e886e23
--- /dev/null
+++ b/_build/content/articles/cowboy-2.1.0.asciidoc
@@ -0,0 +1,42 @@
++++
+date = "2017-11-09T12:00:00+01:00"
+title = "Cowboy 2.1"
+
++++
+
+Cowboy `2.1.0` has been released!
+
+This release focused on adding features that were temporarily
+removed during the 2.0 release process:
+
+* The client TLS certificate can now be obtained.
+
+* The 100 Continue response is now sent automatically
+ again when necessary.
+
+* NEW: It is now possible to send informational
+ responses (1XX) directly from user code via the
+ `cowboy_req:inform/2,3` functions.
+
+* NEW: `cowboy_rest` handlers can now switch to any
+ other type of handler from almost any callback. This
+ is especially useful to switch to `cowboy_loop` to
+ stream the request or response body.
+
+A number of bugs have also been fixed. A more complete
+list of changes can be found in the migration guide:
+https://ninenines.eu/docs/en/cowboy/2.0/guide/migrating_from_2.0/[Migrating from Cowboy 2.0 to 2.1].
+
+The next release will see the added support for trailers,
+which are necessary for implementing the gRPC protocol.
+
+Feeling good about this release? Send money one-time
+or monthly via
+
+You can donate to this project via
+https://salt.bountysource.com/teams/ninenines[BountySource]
+because I need to eat snacks when I write code.
+Thanks in advance!
+
+As usual, any feedback is appreciated, and any issues
+should be reported by opening a ticket. Thanks!