Semver Minor
- Fixed a crash when a client received an unsolicited HTTP response: now errors instead. (#1084)
Semver Patch
- Fixed an issue where
handlerRemovedcould be called multiple times, leading to crashes inByteToMessageDecoders. (#1091) - Enhanced
MultiThreadedEventLoopGroupto support being shut down multiple times. (#1085, #1089) - Prevented
ByteBuffer.viewBytesfrom crashing when passing it a negative length. (#1082) - Testing improvements. (#1086, #1090)
- New WebSocket client example. (#1064, #1087)