From 1f8d51dd2692fc3978080419987bbe4d49a41a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 23 Aug 2017 15:07:40 +0200 Subject: Cowboy 2.0.0-rc.2 --- _build/content/articles/cowboy-2.0.0-rc.2.asciidoc | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _build/content/articles/cowboy-2.0.0-rc.2.asciidoc (limited to '_build/content/articles/cowboy-2.0.0-rc.2.asciidoc') diff --git a/_build/content/articles/cowboy-2.0.0-rc.2.asciidoc b/_build/content/articles/cowboy-2.0.0-rc.2.asciidoc new file mode 100644 index 00000000..fc60e203 --- /dev/null +++ b/_build/content/articles/cowboy-2.0.0-rc.2.asciidoc @@ -0,0 +1,34 @@ ++++ +date = "2017-08-23T18:00:00+01:00" +title = "Cowboy 2.0 release candidate 2" + ++++ + +Cowboy `2.0.0-rc.2` has been released! + +This is the new recommended version of Cowboy. +Its API should not change before release. While +you probably should not use it in production yet, +many do successfully. Use at your own risk. + +This new version contains fixes for the following +issues: + +* HTTP/2 server push was using the wrong header + compression context. + +* HTTP/2 flow control could end up queueing data + in the wrong order when resuming the sending of + data. + +* The `shutdown` timeout was not implemented + and request processes could be killed too quickly. + +What else is new in Cowboy 2.0? Check the +link:/articles/cowboy-2.0.0-rc.1[rc.1 announcement]. + +Please test this new release candidate and provide +feedback! The best place to provide feedback is via +tickets. Do not hesitate to open a ticket or bring +an existing ticket to my attention to get it resolved +before 2.0. -- cgit v1.2.3