From d344725cfd7169605ddecca46b9901af9f43ff1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 24 Jul 2017 17:13:20 +0200 Subject: Cowboy 2.0.0-rc.1 --- _build/content/articles/cowboy-2.0.0-rc.1.asciidoc | 54 +++++ articles/cowboy-2.0.0-pre.4/index.html | 2 + articles/cowboy-2.0.0-rc.1/index.html | 224 +++++++++++++++++++++ articles/cowboy2-qs/index.html | 2 + articles/dont-let-it-crash/index.html | 2 + articles/erlang-scalability/index.html | 2 + articles/erlang-validate-utf8/index.html | 2 + articles/erlang.mk-and-relx/index.html | 2 + .../index.html | 2 + articles/erlanger-playbook/index.html | 2 + articles/farwest-funded/index.html | 2 + articles/index.html | 38 ++-- articles/index.xml | 164 ++++++--------- articles/january-2014-status/index.html | 2 + articles/ml-archives/index.html | 2 + articles/on-open-source/index.html | 2 + articles/page/2/index.html | 20 ++ articles/ranch-1.3/index.html | 2 + articles/ranch-ftp/index.html | 2 + articles/the-elephant-in-the-room/index.html | 2 + articles/the-story-so-far/index.html | 2 + articles/tictactoe/index.html | 2 + articles/website-update/index.html | 2 + articles/xerl-0.1-empty-modules/index.html | 2 + articles/xerl-0.2-two-modules/index.html | 2 + articles/xerl-0.3-atomic-expressions/index.html | 2 + articles/xerl-0.4-expression-separator/index.html | 2 + articles/xerl-0.5-intermediate-module/index.html | 2 + donate/index.html | 2 + index.html | 2 + index.xml | 193 ++++++------------ services/index.html | 2 + sitemap.xml | 7 +- 33 files changed, 506 insertions(+), 246 deletions(-) create mode 100644 _build/content/articles/cowboy-2.0.0-rc.1.asciidoc create mode 100644 articles/cowboy-2.0.0-rc.1/index.html diff --git a/_build/content/articles/cowboy-2.0.0-rc.1.asciidoc b/_build/content/articles/cowboy-2.0.0-rc.1.asciidoc new file mode 100644 index 00000000..ae444e1d --- /dev/null +++ b/_build/content/articles/cowboy-2.0.0-rc.1.asciidoc @@ -0,0 +1,54 @@ ++++ +date = "2017-07-24T18:00:00+01:00" +title = "Cowboy 2.0 release candidate 1" + ++++ + +Cowboy `2.0.0-rc.1` 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. + +The plan is to have a new RC version every couple +weeks until the summer ends or later if there are +still blocking issues open. Only issues that can't +be fixed without making breaking changes to the +interface may block the release. + +Numerous changes were made since Cowboy 1.0. The +one most people care about is probably HTTP/2, but +it's most likely not the only one worthwhile. The +full list of changes (excluding types) can be found +in the user guide chapter +https://ninenines.eu/docs/en/cowboy/2.0/guide/migrating_from_1.0/[Migrating from Cowboy 1.0 to 2.0]. + +As this is not the full release just yet, please pay +extra attention to details and report anything +suspicious you find. + +There are still some tests failing. Most of those are +related to standards that are not being followed perfectly +just yet. Some of those will probably not be fixed before +Cowboy 2.0 is released. They are edge cases and should not +prevent interoperability. + +The manual received a lot of love. It now has one page per +function with a detailed description, arguments list, return +value, changelog and examples. It also links to the other +relevant manual pages: https://ninenines.eu/docs/en/cowboy/2.0/manual/ + +Cowboy is now tested and supported with Erlang/OTP 19.0 or above +on Arch Linux, FreeBSD, OSX, Ubuntu and Windows 7. Contact me +if you can provide permanent access to another platform for the +purposes of testing. + +Cowboy is now available from four locations: + +* https://git.ninenines.eu/cowboy.git +* https://github.com/ninenines/cowboy.git +* https://bitbucket.org/ninenines/cowboy.git +* https://gitlab.com/ninenines/cowboy.git + +They are updated at the same time so there is no real difference. diff --git a/articles/cowboy-2.0.0-pre.4/index.html b/articles/cowboy-2.0.0-pre.4/index.html index 55576745..09aade06 100644 --- a/articles/cowboy-2.0.0-pre.4/index.html +++ b/articles/cowboy-2.0.0-pre.4/index.html @@ -192,6 +192,8 @@ added back.

More articles