diff options
author | Loïc Hoguin <[email protected]> | 2021-04-23 19:56:17 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2021-04-23 19:56:17 +0200 |
commit | a692f44567034dacf5efcaa24a24183788594eb7 (patch) | |
tree | fead3223c71320ce5c8f8b67b6555ab4c912db16 /doc/src | |
parent | 3b9deefd7df04af8becc832c36d83d08138be2c4 (diff) | |
download | ranch-a692f44567034dacf5efcaa24a24183788594eb7.tar.gz ranch-a692f44567034dacf5efcaa24a24183788594eb7.tar.bz2 ranch-a692f44567034dacf5efcaa24a24183788594eb7.zip |
Ranch 1.8.01.8.0
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/guide/book.asciidoc | 2 | ||||
-rw-r--r-- | doc/src/guide/migrating_from_1.7.asciidoc | 19 |
2 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index d4080b3..e1b0af7 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -29,7 +29,7 @@ include::internals.asciidoc[Internals] include::upcoming_2.0_changes.asciidoc[Upcoming changes in Ranch 2.0] -include::migrating_from_1.7.asciidoc[Changes since Ranch 1.7] +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.7.asciidoc b/doc/src/guide/migrating_from_1.7.asciidoc index a4ce981..b337f95 100644 --- a/doc/src/guide/migrating_from_1.7.asciidoc +++ b/doc/src/guide/migrating_from_1.7.asciidoc @@ -1,14 +1,15 @@ [appendix] -== Changes since Ranch 1.7 +== Migrating from Ranch 1.7 to 1.8 -The following patch versions were released since Ranch 1.7: +Ranch 1.8 is a compatibility update for Erlang/OTP 24. -=== Ranch 1.7.1 +Ranch 1.8 is compatible with Erlang/OTP 21.0 onward. Support +for Erlang/OTP 19 and 20 has been removed. -This release fixes an issue with the PROXY protocol where -the wrong CRC32 algorithm was used and would cause checksum -verification to fail. +=== Bugs fixed -Because the plain `crc32` checksum is not supported by the -PROXY protocol, the configuration value when building PROXY -headers has been changed to `crc32c`. +* An issue with the PROXY protocol was fixed in Ranch 1.7.1. + The wrong CRC32 algorithm was used and would cause + checksum verification to fail when used. The configuration + value when building PROXY headers has been changed to + `crc32c` to reflect the correct algorithm. |