Semver Patch
- Fixed an issue where the bootstraps may not correctly invoke the channel initialisers on the event loop for the channel being initialised, causing substantial overhead when configuring the channel. (#424)
- Fixed issues where
Channelobjects and their associated sockets created by the bootstraps may be leaked if channel registration failed for any reason. (#413) - Fixed issues where the
Channelmay be deallocated before theChannelPipelineis cleaned up, causing crashes. (#415) - Fixed an issue where
writepromises were satisfied too early onEmbeddedChannelobjects. (#421) - Fixed an issue where the
WebSocketFrameDecoderwould write a connection close frame but not flush it when a protocol error was encountered. (#421) - Worked around a compiler crash with type aliases in 4.2 snapshots. (#420)
- Testing and documentation improvements. (#416, #419, #423, #425)