summaryrefslogtreecommitdiffstats
path: root/_build/content/articles/cowboy-2.0.0.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-04 14:09:03 +0200
committerLoïc Hoguin <[email protected]>2017-10-04 14:09:03 +0200
commit41c45fad60ad2460015e5dcbc7d7e52a44ea79b4 (patch)
tree67029aa5d69c1d520edd14b56d8e4d8df26d9ab3 /_build/content/articles/cowboy-2.0.0.asciidoc
parent5cb08c35580023b91091c93f9a1f9198e35055c2 (diff)
downloadninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.tar.gz
ninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.tar.bz2
ninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.zip
Cowboy 2.0
Diffstat (limited to '_build/content/articles/cowboy-2.0.0.asciidoc')
-rw-r--r--_build/content/articles/cowboy-2.0.0.asciidoc43
1 files changed, 43 insertions, 0 deletions
diff --git a/_build/content/articles/cowboy-2.0.0.asciidoc b/_build/content/articles/cowboy-2.0.0.asciidoc
new file mode 100644
index 00000000..8f7f2fa1
--- /dev/null
+++ b/_build/content/articles/cowboy-2.0.0.asciidoc
@@ -0,0 +1,43 @@
++++
+date = "2017-10-04T12:00:00+01:00"
+title = "Cowboy 2.0"
+
++++
+
+Cowboy `2.0.0` has been released!
+
+This is the new stable version of Cowboy. There
+are no new releases planned for the 1.x version
+of Cowboy.
+
+The highlights from the release are:
+
+* HTTP/2 support!
+
+* Websocket compression!
+
+* Much simpler, cleaner interface. No more weird
+ errors just because you discard the Req object.
+
+* A new low-level interface that receives all events
+ from every set of request and response. This
+ replaces the awkward hooks from 1.0.
+
+* https://ninenines.eu/docs/en/cowboy/2.0/manual/[A much more detailed manual !]
+
+A more complete list of changes can be found in the
+migration guide:
+https://ninenines.eu/docs/en/cowboy/2.0/guide/migrating_from_1.0/[Migrating from Cowboy 1.0 to 2.0].
+
+There are two planned feature releases after 2.0.
+Some features were temporarily removed and will be
+added back in 2.1. In 2.2 new features will be added
+to allow users to support the gRPC protocol. Full
+details https://github.com/ninenines/cowboy/milestones[in tickets].
+
+Feeling good about this release? Send money one-time
+or monthly via https://salt.bountysource.com/teams/ninenines[BountySource].
+Thanks in advance!
+
+As usual, any feedback is appreciated, and any issues
+should be reported by opening a ticket. Thanks!