summaryrefslogtreecommitdiffstats
path: root/docs/index.xml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-13 18:46:06 +0200
committerLoïc Hoguin <[email protected]>2018-08-13 18:46:06 +0200
commit4f85b718996b4080ca607742e23bcb5902e983e4 (patch)
tree7b423f04655154ec1bd4801ab2b10f63c0c45821 /docs/index.xml
parent87a857865a83c63412bb465a9a570a63f10af8f1 (diff)
downloadninenines.eu-4f85b718996b4080ca607742e23bcb5902e983e4.tar.gz
ninenines.eu-4f85b718996b4080ca607742e23bcb5902e983e4.tar.bz2
ninenines.eu-4f85b718996b4080ca607742e23bcb5902e983e4.zip
Ranch 1.6.1
Diffstat (limited to 'docs/index.xml')
-rw-r--r--docs/index.xml34
1 files changed, 22 insertions, 12 deletions
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
</item>
<item>
- <title>Migrating from Ranch 1.5 to 1.6</title>
- <link>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/</link>
+ <title>Changes since Ranch 1.6</title>
+ <link>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.6/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/</guid>
- <description>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.</description>
+ <guid>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.6/</guid>
+ <description>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.</description>
</item>
<item>
@@ -1386,13 +1385,14 @@ In this chapter I will use the term Rebar project to refer to a project built us
</item>
<item>
- <title>Migrating from Ranch 1.x</title>
- <link>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/</link>
+ <title>Migrating from Ranch 1.5 to 1.6</title>
+ <link>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/</guid>
- <description>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.</description>
+ <guid>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/</guid>
+ <description>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.</description>
</item>
<item>
@@ -1462,6 +1462,16 @@ The Req object is the subject of a few different chapters. In this chapter we wi
</item>
<item>
+ <title>Migrating from Ranch 1.x</title>
+ <link>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.x/</guid>
+ <description>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.</description>
+ </item>
+
+ <item>
<title>Reading the request body</title>
<link>https://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
@@ -2815,7 +2825,7 @@ ranch_ssl(3) - SSL transport ranch_tcp(3) - TLS transport Behaviors:</descrip
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ninenines.eu/docs/en/ranch/1.6/guide/</guid>
- <description>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 </description>
+ <description>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 </description>
</item>
<item>