From 4ddd4e856a43c800227878c4b145aca15ce3f579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 14 Nov 2018 12:50:22 +0100 Subject: Ranch 1.7.0 --- articles/ranch-1.7.0/index.html | 277 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 articles/ranch-1.7.0/index.html (limited to 'articles/ranch-1.7.0/index.html') diff --git a/articles/ranch-1.7.0/index.html b/articles/ranch-1.7.0/index.html new file mode 100644 index 00000000..8e6aeb65 --- /dev/null +++ b/articles/ranch-1.7.0/index.html @@ -0,0 +1,277 @@ + + + + + + + + + + Nine Nines: Ranch 1.7 + + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+

Ranch 1.7

+

+ 2018 + 14 Nov +

+
+ +

Ranch 1.7.0 has been released!

+

This release adds built-in support for the PROXY protocol.

+

The PROXY protocol is a simple and efficient way for proxies to transmit information about the client.

+

While a third-party library already existed, it was not entirely compatible with the Ranch interface, in particular when socket active mode was involved. This new implementation fixes that and supports the full protocol with as little overhead as possible compared to normal operations: just one extra function call.

+

A complete list of changes can be found in the migration guide: Migrating from Ranch 1.6 to 1.7.

+

You can donate to this project via BountySource. These funds are used to pay for additional servers for testing and allow to me allocate more days to open source work. Thanks in advance!

+

As usual, feedback is appreciated, and issues or questions should be sent via Github tickets. Thanks!

+ + +
+
+ + +
+
+
+ + + + + + + + -- cgit v1.2.3