diff options
Diffstat (limited to 'articles/index.html')
-rw-r--r-- | articles/index.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/articles/index.html b/articles/index.html index d5e1fbe4..9e44d113 100644 --- a/articles/index.html +++ b/articles/index.html @@ -67,6 +67,25 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/cowboy-2.6.0/">Cowboy 2.6</a></h2> + <p class="date"> + <span class="year">2018</span> + <span class="day-month">19 Nov</span> + </p> + </header> + + <p>Cowboy 2.6.0 has been released! +Cowboy 2.6 greatly refactored the HTTP/2 code, a large part of which was moved to Cowlib and is now used by both the Cowboy server and the Gun client. +A large number of tickets were also closed which resulted in many bugs fixed and many features and options added, although some of them are still experimental. +Of note is the support for the PROXY protocol header built directly into Cowboy; the ability to use the sendfile tuple to send files while streaming a response body (for example you could build a tar file on the fly); and experimental support for range requests in the REST and static file handlers, including an automatic mode that lets you enable byte range requests to existing handlers with what's basically a one-liner.</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.6.0/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/ranch-1.7.0/">Ranch 1.7</a></h2> <p class="date"> <span class="year">2018</span> @@ -418,25 +437,6 @@ The ranch:info/0 and ranch:procs/2 can be used to retrieve information about Ran </p> </article> - <article class="blog_item"> - <header> - <h2><a href="https://ninenines.eu/articles/ml-archives/">Mailing list archived</a></h2> - <p class="date"> - <span class="year">2016</span> - <span class="day-month">29 Aug</span> - </p> - </header> - - <p>The old mailing list archives have been added to the site, mainly for referencing purposes. -The mailing list has been shut down and all personal information has been deleted. -If you need help with a project, consider either opening a ticket on that project's issues tracker or going through the community channels (erlang-questions, #ninenines or #erlang on Freenode). -Prefer tickets; often when people have issues it highlights an underlying problem in the project or its documentation.</p> - - <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/ml-archives/">Read More</a> - </p> - </article> - <nav class="pagination" role="pagination"> |