Releases: jauntsdn/netty-websocket-http2
Releases · jauntsdn/netty-websocket-http2
0.0.2.RELEASE
• add default websocket acceptor: Http2WebSocketAcceptor.ACCEPT_ALL
• client/server handlers: forget closed websockets after timeout
• client/server handlers: on StreamException close only respective websocket, propagate exception otherwise
• closed websocket channel removes self as parent channel close listener
• fix bug when websocket termination frames (RST or empty DATA with endStream flag set) were not flushed in some cases
0.0.1.RELEASE
• handshake only API
• channel API
• subprotocols & compression support
• custom headers on client & server support
• lifecycle events support
• graceful shutdown support
• websocket http2 stream weight API