diff options
Diffstat (limited to '_build/static/archives/extend/2013-November/000294.html')
-rw-r--r-- | _build/static/archives/extend/2013-November/000294.html | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2013-November/000294.html b/_build/static/archives/extend/2013-November/000294.html new file mode 100644 index 00000000..cc52b5a3 --- /dev/null +++ b/_build/static/archives/extend/2013-November/000294.html @@ -0,0 +1,111 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <TITLE> [99s-extend] Cowboy and Ranch 0.9.0 released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3C5284F908.9000605%40ninenines.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <style type="text/css"> + pre { + white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ + } + </style> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="000295.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[99s-extend] Cowboy and Ranch 0.9.0 released</H1> + <B>Loïc Hoguin</B> + <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3C5284F908.9000605%40ninenines.eu%3E" + TITLE="[99s-extend] Cowboy and Ranch 0.9.0 released">essen at ninenines.eu + </A><BR> + <I>Thu Nov 14 17:23:36 CET 2013</I> + <P><UL> + + <LI>Next message: <A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#294">[ date ]</a> + <a href="thread.html#294">[ thread ]</a> + <a href="subject.html#294">[ subject ]</a> + <a href="author.html#294">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello shiny people, + +Cowboy 0.9.0 has been released. Ranch 0.9.0 has been released too! So +let's start with that. + +Ranch 0.9.0 is just stability improvements, better error reporting and a +couple new SSL options. + +Cowboy 0.9.0 is using it of course, and also has official SPDY support +(documented and everything!), a revamped cowboy_static (built-in +mimetypes support, and also documented), tons of additions to the guide, +tons of user patches and other changes you can find here: + + * <A HREF="https://github.com/extend/cowboy/blob/master/CHANGELOG.md">https://github.com/extend/cowboy/blob/master/CHANGELOG.md</A> + +Which reminds me, I want to thank all 70 awesome contributors (myself +included) that make the Cowboy project so fun to work on! So, thank you! + +When upgrading, please be aware that: + + * A dependency has been added, cowlib + * Various undocumented functions have been moved to cowlib + * The options for cowboy_static changed a lot, so read the guide + * You need to set ERL_LIBS or equivalent for cowboy_static to find +your private directory now + +You can find the updated guide on <A HREF="http://ninenines.eu">http://ninenines.eu</A> BUT do note that +I'm migrating the site so if you do not see "Contribute to this site" in +the bottom left next to "Contact", then you are on the old version and +should probably head to github for your documentation needs, or use the +files in your clone directly. I also have improvements left to make to +the site to make navigating documentation easier, so stay tuned! + +Speaking of the guide, now all the examples, but also the getting +started chapter of the guide, are releases. I am hopeful that this will +make more people use releases by default instead of an awful start.sh +script. + +For details on what's coming up next, see the ROADMAP. Next step (0.10) +is finishing the request body work, fixing some timeout issues and +adding proper multipart support for both requests and responses. This +will be the last significant step before 1.0. I have hopes that all this +will be ready around the time R17 is released. + +So yeah, enjoy! And as always please forward any feedback, especially +related to the user guide as this is my main focus now. + +-- +Loïc Hoguin +Erlang Cowboy +Nine Nines +<A HREF="http://ninenines.eu">http://ninenines.eu</A> + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="000295.html">[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#294">[ date ]</a> + <a href="thread.html#294">[ thread ]</a> + <a href="subject.html#294">[ subject ]</a> + <a href="author.html#294">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend +mailing list</a><br> +</body></html> |