summaryrefslogtreecommitdiffstats
path: root/archives/extend/2014-August/000429.html
blob: 935d24823408519d9369095e3a4ebdaad1681171 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
 <HEAD>
   <TITLE> [99s-extend] [erlang-questions] [ANN] Cowboy 1.0
   </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%20%5BANN%5D%20Cowboy%201.0&In-Reply-To=%3C1407260073.80138967%40apps.rackspace.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="000428.html">
   <LINK REL="Next"  HREF="000434.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[99s-extend] [erlang-questions] [ANN] Cowboy 1.0</H1>
    <B>lloyd at writersglen.com</B> 
    <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20%5Berlang-questions%5D%20%5BANN%5D%20Cowboy%201.0&In-Reply-To=%3C1407260073.80138967%40apps.rackspace.com%3E"
       TITLE="[99s-extend] [erlang-questions] [ANN] Cowboy 1.0">lloyd at writersglen.com
       </A><BR>
    <I>Tue Aug  5 19:34:33 CEST 2014</I>
    <P><UL>
        <LI>Previous message: <A HREF="000428.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
</A></li>
        <LI>Next message: <A HREF="000434.html">[99s-extend] eunit suppoort in erlang.mk?
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#429">[ date ]</a>
              <a href="thread.html#429">[ thread ]</a>
              <a href="subject.html#429">[ subject ]</a>
              <a href="author.html#429">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Tip of the hat, Lo&#239;c et. al.

Outstanding and much appreciated work.

Best to all,

Lloyd

-----Original Message-----
From: &quot;Lo&#239;c Hoguin&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt;
Sent: Tuesday, August 5, 2014 8:43am
To: &quot;Erlang&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>&gt;, <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
Subject: [erlang-questions] [ANN] Cowboy 1.0

Hello!

Cowboy 1.0 has been released.

Cowboy is a small and fast HTTP server for Erlang with support for 
Webmachine-like REST, Websocket and more.

   <A HREF="https://github.com/ninenines/cowboy">https://github.com/ninenines/cowboy</A>

Cowboy is the work of more than 80 people. I would like to congratulate 
everyone for the great work done so far. Thank you!

Please see the CHANGELOG for details on what's changed.

   <A HREF="https://github.com/ninenines/cowboy/blob/master/CHANGELOG.md">https://github.com/ninenines/cowboy/blob/master/CHANGELOG.md</A>

This release marks the beginning of the 1.0.x branch which will contain 
backward compatible fixes. This branch will be maintained at least until 
Cowboy 2.0 gets released (longer if sponsors request it). It is highly 
recommended that you follow this branch if you were following master 
before, as master will receive backward incompatible changes starting 
tomorrow.

Cowboy is now fully documented. It has a user guide, a function 
reference manual, and a wealth of examples. You can also install man 
pages as explained in the README of the project.

   <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/guide/">http://ninenines.eu/docs/en/cowboy/1.0/guide/</A>
   <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/manual/">http://ninenines.eu/docs/en/cowboy/1.0/manual/</A>
   <A HREF="https://github.com/ninenines/cowboy/tree/master/examples">https://github.com/ninenines/cowboy/tree/master/examples</A>

Following a discussion on the Erlang mailing lists the Getting Started 
chapter was reworked and greatly simplified, in parts due to the 
improvements made to erlang.mk. Feedback is of course always welcome.

   <A HREF="http://ninenines.eu/docs/en/cowboy/1.0/guide/getting_started/">http://ninenines.eu/docs/en/cowboy/1.0/guide/getting_started/</A>

Starting tomorrow the master branch will receive backward incompatible 
changes. Most of the planned changes are detailed in the ROADMAP. You 
are welcome to suggest additional changes.

   <A HREF="https://github.com/ninenines/cowboy/blob/master/ROADMAP.md">https://github.com/ninenines/cowboy/blob/master/ROADMAP.md</A>

Cowboy 2.0 is planned to be released at around the same time Erlang/OTP 
18.0 comes out. There are no plans for a Cowboy 1.1 at this time, 
although that may change in the coming months if there is interest in 
new features.

Ranch also got upgraded to 1.0, although there was no changes from the 
previous release.

   <A HREF="https://github.com/ninenines/ranch">https://github.com/ninenines/ranch</A>

Thanks to everyone who made this project what it is today!

-- 
Lo&#239;c Hoguin
<A HREF="http://ninenines.eu">http://ninenines.eu</A>
_______________________________________________
erlang-questions mailing list
<A HREF="https://lists.ninenines.eu/listinfo/extend">erlang-questions at erlang.org</A>
<A HREF="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</A>


</PRE>






<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="000428.html">[99s-extend] [erlang-questions] [ANN] Cowboy 1.0
</A></li>
	<LI>Next message: <A HREF="000434.html">[99s-extend] eunit suppoort in erlang.mk?
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#429">[ date ]</a>
              <a href="thread.html#429">[ thread ]</a>
              <a href="subject.html#429">[ subject ]</a>
              <a href="author.html#429">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>