From 4f85b718996b4080ca607742e23bcb5902e983e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 13 Aug 2018 18:46:06 +0200 Subject: Ranch 1.6.1 --- docs/index.xml | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) (limited to 'docs/index.xml') diff --git a/docs/index.xml b/docs/index.xml index b65eea55..1b7161b1 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -1250,14 +1250,13 @@ Requirements Erlang.mk uses p7zip by default to generate the escript archive. Ma - Migrating from Ranch 1.5 to 1.6 - https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/ + Changes since Ranch 1.6 + https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.6/ Mon, 01 Jan 0001 00:00:00 +0000 - https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/ - Ranch 1.6 added the ability to suspend and resume listeners. It also deprecates a number of features and add interfaces that will be used in Ranch 2.0. -Ranch 1.6 is compatible with Erlang/OTP 18.0 onward. Support for older releases has been removed. -Features added Listeners can now be suspended/resumed without stopping existing connection processes. This effectively closes the listening socket and stops the acceptor processes. Transport options can now be updated for suspended listeners. + https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.6/ + The following patch versions were released since Ranch 1.6: +Ranch 1.6.1 This release fixes a minor issue in the README and adds an undocumented function to help Cowboy deal with the transition from list to map for the transport options. @@ -1386,13 +1385,14 @@ In this chapter I will use the term Rebar project to refer to a project built us - Migrating from Ranch 1.x - https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/ + Migrating from Ranch 1.5 to 1.6 + https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/ Mon, 01 Jan 0001 00:00:00 +0000 - https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/ - The changelog for Ranch releases before 1.6 can be found in this section. -1.5.0 Add transport functions getopts/2, getstat/1 and getstat/2 Fix ranch:info/0 and ranch:procs/2 in embedded mode Prevent ranch_conns_sup from stopping on unexpected messages 1.4.0 Add new transport option num_acceptor Deprecate ranch:start_listener/6 in favor of start_listener/5 Deprecate ranch:child_spec/6 in favor of child_spec/5 1.3.0 The version numbers 1.3.1 and 1.3.2 were later made to fix small mistakes made during the 1. + https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/ + Ranch 1.6 added the ability to suspend and resume listeners. It also deprecates a number of features and add interfaces that will be used in Ranch 2.0. +Ranch 1.6 is compatible with Erlang/OTP 18.0 onward. Support for older releases has been removed. +Features added Listeners can now be suspended/resumed without stopping existing connection processes. This effectively closes the listening socket and stops the acceptor processes. Transport options can now be updated for suspended listeners. @@ -1461,6 +1461,16 @@ It is not really an object in the object-oriented sense. It is a simple map that The Req object is the subject of a few different chapters. In this chapter we will learn about the Req object and look at how to retrieve information about the request. + + Migrating from Ranch 1.x + https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/ + The changelog for Ranch releases before 1.6 can be found in this section. +1.5.0 Add transport functions getopts/2, getstat/1 and getstat/2 Fix ranch:info/0 and ranch:procs/2 in embedded mode Prevent ranch_conns_sup from stopping on unexpected messages 1.4.0 Add new transport option num_acceptor Deprecate ranch:start_listener/6 in favor of start_listener/5 Deprecate ranch:child_spec/6 in favor of child_spec/5 1.3.0 The version numbers 1.3.1 and 1.3.2 were later made to fix small mistakes made during the 1. + + Reading the request body https://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/ @@ -2815,7 +2825,7 @@ ranch_ssl(3) - SSL transport ranch_tcp(3) - TLS transport Behaviors:Mon, 01 Jan 0001 00:00:00 +0000 https://ninenines.eu/docs/en/ranch/1.6/guide/ - Interface Introduction Listeners Transports Protocols Embedded mode How to Writing parsers SSL client authentication Advanced Internals Additional information Upcoming changes in Ranch 2.0 Migrating from Ranch 1.5 to 1.6 Migrating from Ranch 1.x + Interface Introduction Listeners Transports Protocols Embedded mode How to Writing parsers SSL client authentication Advanced Internals Additional information Upcoming changes in Ranch 2.0 Changes since Ranch 1.6 Migrating from Ranch 1.5 to 1.6 Migrating from Ranch 1.x -- cgit v1.2.3