summaryrefslogtreecommitdiffstats
path: root/_build/content/articles/ranch-1.7.0.asciidoc
blob: b064adac37005d45ed8f7e2f87974c6baf991fba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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://github.com/sponsors/essen[GitHub Sponsors].
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!