summaryrefslogtreecommitdiffstats
path: root/archives/extend/2013-November/000295.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives/extend/2013-November/000295.html')
-rw-r--r--archives/extend/2013-November/000295.html122
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, &quot;Lo&#239;c Hoguin&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:
+
+&gt;<i> Hello shiny people,
+</I>&gt;<i>
+</I>&gt;<i> Cowboy 0.9.0 has been released. Ranch 0.9.0 has been released too! So
+</I>&gt;<i> let's start with that.
+</I>&gt;<i>
+</I>&gt;<i> Ranch 0.9.0 is just stability improvements, better error reporting and a
+</I>&gt;<i> couple new SSL options.
+</I>&gt;<i>
+</I>&gt;<i> Cowboy 0.9.0 is using it of course, and also has official SPDY support
+</I>&gt;<i> (documented and everything!), a revamped cowboy_static (built-in mimetypes
+</I>&gt;<i> support, and also documented), tons of additions to the guide, tons of user
+</I>&gt;<i> patches and other changes you can find here:
+</I>&gt;<i>
+</I>&gt;<i> * <A HREF="https://github.com/extend/cowboy/blob/master/CHANGELOG.md">https://github.com/extend/cowboy/blob/master/CHANGELOG.md</A>
+</I>&gt;<i>
+</I>&gt;<i> Which reminds me, I want to thank all 70 awesome contributors (myself
+</I>&gt;<i> included) that make the Cowboy project so fun to work on! So, thank you!
+</I>&gt;<i>
+</I>&gt;<i> When upgrading, please be aware that:
+</I>&gt;<i>
+</I>&gt;<i> * A dependency has been added, cowlib
+</I>&gt;<i> * Various undocumented functions have been moved to cowlib
+</I>&gt;<i> * The options for cowboy_static changed a lot, so read the guide
+</I>&gt;<i> * You need to set ERL_LIBS or equivalent for cowboy_static to find your
+</I>&gt;<i> private directory now
+</I>&gt;<i>
+</I>&gt;<i> You can find the updated guide on <A HREF="http://ninenines.eu">http://ninenines.eu</A> BUT do note that
+</I>&gt;<i> I'm migrating the site so if you do not see &quot;Contribute to this site&quot; in
+</I>&gt;<i> the bottom left next to &quot;Contact&quot;, then you are on the old version and
+</I>&gt;<i> should probably head to github for your documentation needs, or use the
+</I>&gt;<i> files in your clone directly. I also have improvements left to make to the
+</I>&gt;<i> site to make navigating documentation easier, so stay tuned!
+</I>&gt;<i>
+</I>&gt;<i> Speaking of the guide, now all the examples, but also the getting started
+</I>&gt;<i> chapter of the guide, are releases. I am hopeful that this will make more
+</I>&gt;<i> people use releases by default instead of an awful start.sh script.
+</I>&gt;<i>
+</I>&gt;<i> For details on what's coming up next, see the ROADMAP. Next step (0.10) is
+</I>&gt;<i> finishing the request body work, fixing some timeout issues and adding
+</I>&gt;<i> proper multipart support for both requests and responses. This will be the
+</I>&gt;<i> last significant step before 1.0. I have hopes that all this will be ready
+</I>&gt;<i> around the time R17 is released.
+</I>&gt;<i>
+</I>&gt;<i> So yeah, enjoy! And as always please forward any feedback, especially
+</I>&gt;<i> related to the user guide as this is my main focus now.
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Lo&#239;c Hoguin
+</I>&gt;<i> Erlang Cowboy
+</I>&gt;<i> Nine Nines
+</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> erlang-questions mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>
+</I>&gt;<i> <A HREF="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</A>
+</I>&gt;<i>
+</I>-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<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>&gt;
+</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>