From 53fee3752657b01e416749cd43caef9ce29d95d8 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 6 Jul 2018 12:17:55 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f1bdbb..a11a31f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ Netty-socketio Overview === -[![Maven Central](https://img.shields.io/maven-central/v/com.corundumstudio.socketio/netty-socketio.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.corundumstudio.socketio/netty-socketio/) - This project is an open-source Java implementation of [Socket.IO](http://socket.io/) server. Based on [Netty](http://netty.io/) server framework. Checkout [Demo project](https://github.com/mrniko/netty-socketio-demo) @@ -50,6 +48,12 @@ Recent Releases ================================ #### Please Note: trunk is current development branch. +#### 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) +Fixed - websocket CloseFrame processing (thanks to hangsu.cho) +Fixed - WebSocketTransport NPE + #### 15-May-2018 - version 1.7.15 released Fixed - Session ID is not unique anymore