From 10b51304b26062e0dbfd5e74824324e9a911e269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 14 Feb 2025 11:42:44 +0100 Subject: Ranch 1.8.1 --- doc/src/guide/book.asciidoc | 2 ++ doc/src/guide/migrating_from_1.8.asciidoc | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 doc/src/guide/migrating_from_1.8.asciidoc (limited to 'doc/src') diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index e1b0af7..a7e6b48 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -29,6 +29,8 @@ include::internals.asciidoc[Internals] include::upcoming_2.0_changes.asciidoc[Upcoming changes in Ranch 2.0] +include::migrating_from_1.8.asciidoc[Changes since Ranch 1.8] + include::migrating_from_1.7.asciidoc[Migrating from Ranch 1.7 to 1.8] include::migrating_from_1.6.asciidoc[Migrating from Ranch 1.6 to 1.7] diff --git a/doc/src/guide/migrating_from_1.8.asciidoc b/doc/src/guide/migrating_from_1.8.asciidoc new file mode 100644 index 0000000..1d35333 --- /dev/null +++ b/doc/src/guide/migrating_from_1.8.asciidoc @@ -0,0 +1,14 @@ +[appendix] +== Changes since Ranch 1.8 + +Ranch 1.8 is the last Ranch 1.x release series. Only compatibility +fixes are to be released moving forward. Support for Ranch 1.8 +will be discontinued when Cowboy 3.0 is released. + +The following patch releases have been issued: + +=== Ranch 1.8.1 + +* Fix `ranch:recv_proxy_header/2` for the upcoming Erlang/OTP 28. + +* Erlang.mk has been updated. -- cgit v1.2.3