summaryrefslogtreecommitdiffstats
path: root/_build/content/articles
diff options
context:
space:
mode:
Diffstat (limited to '_build/content/articles')
-rw-r--r--_build/content/articles/ranch-1.6.0.asciidoc40
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!