aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-25 01:04:19 +0100
committerLoïc Hoguin <[email protected]>2016-11-25 01:04:19 +0100
commit6f7b5b098b14630a35a27f30a9e68f3ef2efa417 (patch)
tree7d9f0fc44f4639e1d06fcafea48e98e96cd2e4be
parentf36617900ea92ad4a959ee4325da75ac3183c58d (diff)
downloadranch-6f7b5b098b14630a35a27f30a9e68f3ef2efa417.tar.gz
ranch-6f7b5b098b14630a35a27f30a9e68f3ef2efa417.tar.bz2
ranch-6f7b5b098b14630a35a27f30a9e68f3ef2efa417.zip
Update CHANGELOG
-rw-r--r--CHANGELOG.asciidoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 42df81a..d89960e 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -1,5 +1,22 @@
= CHANGELOG
+== 1.3.0
+
+* Tested with OTP R16B+ on Linux, FreeBSD, OSX and Windows
+* Add ssl to the list of dependencies
+* Add ranch:info/0 and ranch:procs/2 to retrieve Ranch state information
+* Allow configuring a listener with only SNI, without a default certificate
+* Blacklist transport options instead of whitelist
+** Unknown options are now allowed, but will result in a Dialyzer warning
+* Add many transport options typespecs and documentation
+* Don't silently drop the accept rate when running out of fds
+* Prevent a race condition when stopping listeners
+* Improve reporting for common errors, for example eaddrinuse
+* Fix double removal of connections bug
+** The number of active connections should now be exact
+* Fix stuck acceptor bug when controlling_socket returned errors
+* Numerous documentation and examples improvements
+
== 1.2.1
* Fix bug preventing node shutdown when SSL is used with OTP 17.1+