Skip to content

Releases: mrniko/netty-socketio

netty-socketio-2.0.9

01 Mar 06:40
Compare
Choose a tag to compare

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

Fixed - IllegalReferenceCountException error

netty-socketio-2.0.8

24 Jan 09:30
Compare
Choose a tag to compare

Fixed - possible OOM caused by attachments parsing

netty-socketio-2.0.7

23 Jan 10:48
Compare
Choose a tag to compare

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

24 Oct 12:02
Compare
Choose a tag to compare

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

01 Jul 04:18
Compare
Choose a tag to compare

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

netty-socketio-2.0.2

17 May 05:32
Compare
Choose a tag to compare

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

netty-socketio-2.0.1

14 May 11:39
Compare
Choose a tag to compare

JDK 8 is minimum version required for usage.

Fixed - message larger than maxFramePayloadLength causes memory leak

netty-socketio-2.0.0

14 May 07:36
Compare
Choose a tag to compare

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

17 Apr 11:21
Compare
Choose a tag to compare

Fixed - io.netty.channel.ChannelPipelineException error

netty-socketio-1.7.24

14 Apr 09:20
Compare
Choose a tag to compare

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