From 32b17b5f706a115e167da0e799c0b367fa3c5660 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 15 May 2018 12:22:00 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2801050..8f1bdbb 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ Recent Releases ================================ #### Please Note: trunk is current development branch. +#### 15-May-2018 - version 1.7.15 released + +Fixed - Session ID is not unique anymore +Fixed - fixed underlying connection not closing on ping timeout +Fixed - the "fin_close" problem + #### 26-Feb-2018 - version 1.7.14 released Feature - added local socket address for the connection (thanks to @SergeyGrigorev) Feature - `addPingListener` method added (thanks to @lovebing)