Releases: mrniko/netty-socketio
netty-socketio-2.0.12
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
netty-socketio-2.0.9
Feature - v3/v4 parsing of multiple messages in one HTTP polling body (thanks to @unverbraucht)
Fixed - IllegalReferenceCountException error
netty-socketio-2.0.8
Fixed - possible OOM caused by attachments parsing
netty-socketio-2.0.7
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
netty-socketio-2.0.3
Fixed - client can't connect to non-default namespace (thanks to @lyjnew)
netty-socketio-2.0.2
Fixed - NPE in WebSocketTransport and PollingTransport (thanks to @Hunterk95)
netty-socketio-2.0.1
JDK 8 is minimum version required for usage.
Fixed - message larger than maxFramePayloadLength causes memory leak
netty-socketio-2.0.0
Feature - SocketIO 4.x protocol support (thanks to @HashZhang)
Fixed - add all the socketio specific classes to bundles (thanks to @rishabhgup)