Skip to content

Releases: mrniko/netty-socketio

netty-socketio-2.0.12

01 Nov 14:36
Compare
Choose a tag to compare

Feature - enableCors setting added (thanks to @zd925)
Feature - ability to define http request decoder (thanks to @gurkancakir)

Fixed - if ack returns after the timeout trigger ,a IllegalStateException will be thrown (thanks to @malinGH)
Fixed - prevents the client from repeatedly connecting to the namespace (thanks to @bigtian99)
Fixed - treat attachments as binary by default (thanks to @nicsor)
Fixed - recoverable handshake failure handling (thanks to @berinhardt)
Fixed - HashedWheelTimeoutScheduler should remove scheduledFutures before task execution (thanks to @berinhardt)

netty-socketio-2.0.11

25 Jul 13:40
Compare
Choose a tag to compare

Fixed - custom namespaces support auth data (thanks to @addi)
Fixed - attachments frame buffer reading
Fixed - memory leak while WebSocketServerHandshakeException or Channel failed (thanks to @h3mant-1)

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)