diff options
Diffstat (limited to 'archives/extend/2013-November/000295.html')
-rw-r--r-- | archives/extend/2013-November/000295.html | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/archives/extend/2013-November/000295.html b/archives/extend/2013-November/000295.html new file mode 100644 index 00000000..72359c9f --- /dev/null +++ b/archives/extend/2013-November/000295.html @@ -0,0 +1,122 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <TITLE> [99s-extend] [erlang-questions] 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%20%5Berlang-questions%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3CCA%2BqFv3totg6BgkLDdNPJQnj9BD%3DTYjfqj%2BR_BzTij29Uj%3D55DQ%40mail.gmail.com%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="Previous" HREF="000294.html"> + <LINK REL="Next" HREF="000296.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released</H1> + <B>Barco You</B> + <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20Cowboy%20and%20Ranch%200.9.0%20released&In-Reply-To=%3CCA%2BqFv3totg6BgkLDdNPJQnj9BD%3DTYjfqj%2BR_BzTij29Uj%3D55DQ%40mail.gmail.com%3E" + TITLE="[99s-extend] [erlang-questions] Cowboy and Ranch 0.9.0 released">barcojie at gmail.com + </A><BR> + <I>Fri Nov 15 02:57:17 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released +</A></li> + <LI>Next message: <A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#295">[ date ]</a> + <a href="thread.html#295">[ thread ]</a> + <a href="subject.html#295">[ subject ]</a> + <a href="author.html#295">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Very excited to hear of this. Cowboy is very good to use. +On Nov 15, 2013 12:23 AM, "Loïc Hoguin" <<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>> wrote: + +><i> Hello shiny people, +</I>><i> +</I>><i> Cowboy 0.9.0 has been released. Ranch 0.9.0 has been released too! So +</I>><i> let's start with that. +</I>><i> +</I>><i> Ranch 0.9.0 is just stability improvements, better error reporting and a +</I>><i> couple new SSL options. +</I>><i> +</I>><i> Cowboy 0.9.0 is using it of course, and also has official SPDY support +</I>><i> (documented and everything!), a revamped cowboy_static (built-in mimetypes +</I>><i> support, and also documented), tons of additions to the guide, tons of user +</I>><i> patches and other changes you can find here: +</I>><i> +</I>><i> * <A HREF="https://github.com/extend/cowboy/blob/master/CHANGELOG.md">https://github.com/extend/cowboy/blob/master/CHANGELOG.md</A> +</I>><i> +</I>><i> Which reminds me, I want to thank all 70 awesome contributors (myself +</I>><i> included) that make the Cowboy project so fun to work on! So, thank you! +</I>><i> +</I>><i> When upgrading, please be aware that: +</I>><i> +</I>><i> * A dependency has been added, cowlib +</I>><i> * Various undocumented functions have been moved to cowlib +</I>><i> * The options for cowboy_static changed a lot, so read the guide +</I>><i> * You need to set ERL_LIBS or equivalent for cowboy_static to find your +</I>><i> private directory now +</I>><i> +</I>><i> You can find the updated guide on <A HREF="http://ninenines.eu">http://ninenines.eu</A> BUT do note that +</I>><i> I'm migrating the site so if you do not see "Contribute to this site" in +</I>><i> the bottom left next to "Contact", then you are on the old version and +</I>><i> should probably head to github for your documentation needs, or use the +</I>><i> files in your clone directly. I also have improvements left to make to the +</I>><i> site to make navigating documentation easier, so stay tuned! +</I>><i> +</I>><i> Speaking of the guide, now all the examples, but also the getting started +</I>><i> chapter of the guide, are releases. I am hopeful that this will make more +</I>><i> people use releases by default instead of an awful start.sh script. +</I>><i> +</I>><i> For details on what's coming up next, see the ROADMAP. Next step (0.10) is +</I>><i> finishing the request body work, fixing some timeout issues and adding +</I>><i> proper multipart support for both requests and responses. This will be the +</I>><i> last significant step before 1.0. I have hopes that all this will be ready +</I>><i> around the time R17 is released. +</I>><i> +</I>><i> So yeah, enjoy! And as always please forward any feedback, especially +</I>><i> related to the user guide as this is my main focus now. +</I>><i> +</I>><i> -- +</I>><i> Loïc Hoguin +</I>><i> Erlang Cowboy +</I>><i> Nine Nines +</I>><i> <A HREF="http://ninenines.eu">http://ninenines.eu</A> +</I>><i> _______________________________________________ +</I>><i> erlang-questions mailing list +</I>><i> <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A> +</I>><i> <A HREF="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</A> +</I>><i> +</I>-------------- next part -------------- +An HTML attachment was scrubbed... +URL: <<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131115/79d7b0ce/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131115/79d7b0ce/attachment.html</A>> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000294.html">[99s-extend] Cowboy and Ranch 0.9.0 released +</A></li> + <LI>Next message: <A HREF="000296.html">[99s-extend] concurrently calling cowboy_req:chunk +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#295">[ date ]</a> + <a href="thread.html#295">[ thread ]</a> + <a href="subject.html#295">[ subject ]</a> + <a href="author.html#295">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend +mailing list</a><br> +</body></html> |