From c5d64185cd844615f2b93f255ede697147c73b09 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 11 Jan 2019 17:46:52 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a11a31f..e188735 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ Recent Releases ================================ #### Please Note: trunk is current development branch. +#### 11-Jan-2019 - version 1.7.17 released +Feature - randomSession setting added to Config object (thanks to yuanxiangz) +Fixed - NPE in WebSocketTransport +Fixed - NPE & memory leak (thanks to zhaolianwang) +Fixed - namespace parsing (thanks to Redliver) +Fixed - Redisson 3.9+ compatibility + #### 06-Jul-2018 - version 1.7.16 released Fixed - non thread-safe ACK handling (thanks to dawnbreaks) Fixed - inactive long-polling channels cause memory leak (thanks to dawnbreaks)