diff options
author | Loïc Hoguin <[email protected]> | 2018-08-01 16:52:33 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-08-01 16:52:33 +0200 |
commit | a63ee9b363aa7214343966690b50d77f4d3475e6 (patch) | |
tree | 3172bf0b364d9c3d76cfe5bed15154254460ba53 /_build/content/articles | |
parent | 34bea68bc8c23429ab788387b4db110135789adf (diff) | |
download | ninenines.eu-a63ee9b363aa7214343966690b50d77f4d3475e6.tar.gz ninenines.eu-a63ee9b363aa7214343966690b50d77f4d3475e6.tar.bz2 ninenines.eu-a63ee9b363aa7214343966690b50d77f4d3475e6.zip |
Ranch 1.6.0
Diffstat (limited to '_build/content/articles')
-rw-r--r-- | _build/content/articles/ranch-1.6.0.asciidoc | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/_build/content/articles/ranch-1.6.0.asciidoc b/_build/content/articles/ranch-1.6.0.asciidoc new file mode 100644 index 00000000..60472a67 --- /dev/null +++ b/_build/content/articles/ranch-1.6.0.asciidoc @@ -0,0 +1,40 @@ ++++ +date = "2018-08-01T10:00:00+01:00" +title = "Ranch 1.6" + ++++ + +Ranch `1.6.0` has been released! + +This release sees the introduction of a suspend/resume +mechanism for the listeners which makes the listener +close the listening socket and stop accepting new +connections. Existing connections continue uninterrupted. + +This can be used to update the socket options of the +listener, or to implement a graceful shutdown. To +that end a function has also been added which allows +waiting until connections reach a certain number. + +This release also introduces many changes to prepare +for the transition to Ranch 2.0 that will be released +in the coming months. The guide now features a section +listing all upcoming changes in Ranch 2.0. + +The manual has been updated to provide a separate +manual page per function and module, just like for +the Gun and Cowboy manuals. + +A complete +list of changes can be found in the migration guide: +https://ninenines.eu/docs/en/ranch/1.6/guide/migrating_from_1.5/[Migrating from Ranch 1.5 to 1.6]. + +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. A new server was added last month and allows +me to test with additional Linux distributions Alpine, +CentOS and Debian. Thanks in advance! + +As usual, feedback is appreciated, and issues or +questions should be sent via Github tickets. Thanks! |