Skip to content

Releases: mrniko/netty-socketio

netty-socketio-1.7.23

02 Feb 05:43
Compare
Choose a tag to compare

Feature - Added support for bulk join and leave (thanks @ksahu750)

Fixed - auto disconnected (regression since 1.7.22)

netty-socketio-1.7.22

22 Sep 11:42
Compare
Choose a tag to compare

Feature - ping/pong support for socketio v4 protocol (thanks to @HashZhang)

netty-socketio-1.7.21

06 Sep 05:01
Compare
Choose a tag to compare

Fixed - transport name should be checked in uppercase

netty-socketio-1.7.18

11 Jun 10:55
Compare
Choose a tag to compare

Feature - support for event interceptors which catch all events (thanks to yosiat)
Fixed - namespace event broadcasting (thanks to Volodymyr Masliy)

netty-socketio-1.7.17

11 Jan 14:47
Compare
Choose a tag to compare

Feature - randomSession setting added to Config object (thanks to yuanxiangz)
Fixed - NPE in WebSocketTransport
Fixed - NPE & memory leak (thanks to zhaolianwang)
Fixed - namespace parsing (thanks to Redliver)
Fixed - Redisson 3.9+ compatibility

netty-socketio-1.7.14

26 Feb 06:06
Compare
Choose a tag to compare

Feature - added local socket address for the connection (thanks to @sergeygrigorev)
Feature - addPingListener method added (thanks to @lovebing)
Feature - add ThreadFactory for HashedWheelTimer (thanks to @hand515)
Fixed - changed SO_LINGER to be handled as child channel (not server channel) option (thanks to @robymus)
Fixed - ByteBuf leak if binary attachments are used
Fixed - restore session from Cookie (thanks to @wuxudong)
Fixed - NumberFormatException when b64 is bool value (thanks to @vonway)
Fixed - data encoding for polling transport