Netty Socketio Versions Save

Socket.IO server implemented on Java. Realtime java framework

netty-socketio-2.0.9

2 months ago

Feature - v3/v4 parsing of multiple messages in one HTTP polling body (thanks to @unverbraucht)

Fixed - IllegalReferenceCountException error

netty-socketio-2.0.8

3 months ago

Fixed - possible OOM caused by attachments parsing

netty-socketio-2.0.7

3 months ago

Github Actions support made by @liangyuanpeng

Feature - Java module support (thanks to @unverbraucht)
Feature - AuthTokenListener added (thanks to @unverbraucht)
Feature - multi-packet separator support (thanks to @unverbraucht)

Improvement - Send Bulk leave event instead of multiple leave events on disconnect (thanks to @ksahu750)

Fixed - NPE during ack response timeout (thanks to @BlueSodaWater)
Fixed - Resource Leak in readVersion() method (thanks to @JHOANG23)

netty-socketio-2.0.6

6 months ago

Feature - added availability to add key-value pairs to socket store during authorization (thanks to @shutuper)
Feature - getRoomOperations() method with room varargs param (thanks to @shutuper)

netty-socketio-2.0.3

10 months ago

Fixed - client can't connect to non-default namespace (thanks to @lyjnew)

netty-socketio-2.0.2

1 year ago

Fixed - NPE in WebSocketTransport and PollingTransport (thanks to @Hunterk95)

netty-socketio-2.0.1

1 year ago

JDK 8 is minimum version required for usage.

Fixed - message larger than maxFramePayloadLength causes memory leak

netty-socketio-2.0.0

1 year ago

Feature - SocketIO 4.x protocol support (thanks to @HashZhang)

Fixed - add all the socketio specific classes to bundles (thanks to @rishabhgup)

netty-socketio-1.7.25

1 year ago

Fixed - io.netty.channel.ChannelPipelineException error

netty-socketio-1.7.24

1 year ago

Feature - SocketIOClient.isWritable() method added (thanks @xuwenqing04) Feature - Namespace.addListeners(Iterable listeners) method added (thanks @damonxue)

Fixed - disconnect event packet should be a subtype of MESSAGE (thanks @MasterShi) Fixed - BaseStoreFactory throws NPE