summaryrefslogtreecommitdiffstats
path: root/_build/content/articles/ranch-1.7.0.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to '_build/content/articles/ranch-1.7.0.asciidoc')
-rw-r--r--_build/content/articles/ranch-1.7.0.asciidoc32
1 files changed, 32 insertions, 0 deletions
diff --git a/_build/content/articles/ranch-1.7.0.asciidoc b/_build/content/articles/ranch-1.7.0.asciidoc
new file mode 100644
index 00000000..2b300e2d
--- /dev/null
+++ b/_build/content/articles/ranch-1.7.0.asciidoc
@@ -0,0 +1,32 @@
++++
+date = "2018-11-14T10:00:00+01:00"
+title = "Ranch 1.7"
+
++++
+
+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:
+https://ninenines.eu/docs/en/ranch/1.7/guide/migrating_from_1.6/[Migrating from Ranch 1.6 to 1.7].
+
+You can donate to this project via
+https://salt.bountysource.com/teams/ninenines[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!