From 717ce7830692459f617bc4b05677197f1477478e Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 26 Jun 2014 16:34:11 +0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f3b85f3..0cd7d7e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####??-Jun-2014 - version 1.7.0 +Feature - Socket.IO 1.0 protocol support. Thanks to the new protocol decoding/encoding has speedup +__Dropped__ - `SocketIOClient.sendMessage`, `SocketIOClient.sendJsonObject` methods and corresponding listeners +__Dropped__ - Flashsocket transport support + ####13-May-2014 - version 1.6.5 released (JDK 1.6+ compatible, Netty 4.0.19) Improvement - single packet encoding optimized, used mostly in WebSocket transport. Encoding time reduced up to 40% (thanks to Viktor Endersz) Improvement - rooms handling optimized