From 4618de7417cf32b35db9b09c251ef2c6fdc5a382 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 26 Dec 2013 08:12:57 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1ec12f1..83bc335 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,18 @@ Licensed under the Apache License 2.0. Features ================================ -* Supports 0.7+ version of [Socket.IO-client](https://github.com/LearnBoost/socket.io-client) up to latest -* Supports xhr-polling transport -* Supports flashsocket transport -* Supports websocket transport: HyBi 00 (which is the same as Hixie 76), HyBi 8-10 and HyBi 13-17 (17 is the same as IETF 6455). -* Supports namespaces and rooms -* Supports ack (acknowledgment of received data) -* Supports SSL -* Supports client store (Memory, [Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) -* Supports distributed broadcast across netty-socketio nodes ([Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) -* Supports OSGi -* Lock-free and thread-safe implementation -* Declarative handler configuration via annotations +* Supports 0.7+ version of [Socket.IO-client](https://github.com/LearnBoost/socket.io-client) up to latest +* Supports xhr-polling transport +* Supports flashsocket transport +* Supports websocket transport: HyBi 00 (which is the same as Hixie 76), HyBi 8-10 and HyBi 13-17 (17 is the same as IETF 6455). +* Supports namespaces and rooms +* Supports ack (acknowledgment of received data) +* Supports SSL +* Supports client store (Memory, [Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) +* Supports distributed broadcast across netty-socketio nodes ([Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) +* Supports OSGi +* Lock-free and thread-safe implementation +* Declarative handler configuration via annotations Performance From 881f81d7805b2122047a0fbd99d12bbc337851a2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 26 Dec 2013 08:13:30 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83bc335..2de4303 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Recent Releases Fixed - XHR-pooling transport regression Fixed - Websocket transport regression Fixed - namespace NPE in PacketHandler -Fixed - executors shutdown during server stop +Fixed - executors shutdown during server stop Feature - client store (Memory, [Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) support Feature - distributed broadcast across netty-socketio nodes ([Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) support Feature - OSGi support (thanks to rdevera) From 288c930428aa63a45d724dc6985d975fdec2cb34 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 31 Dec 2013 00:17:38 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2de4303..91106ea 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####??-Jan-2014 - version 1.6.1 released (JDK 1.6+ compatible, Netty 4.0.14) +Feature - distributed authorization support for websocket transport +Feature - authroziation support + ####19-Dec-2013 - version 1.6.0 released (JDK 1.6+ compatible, Netty 4.0.13) Fixed - XHR-pooling transport regression Fixed - Websocket transport regression