Releases: jauntsdn/netty-websocket-http1
Releases · jauntsdn/netty-websocket-http1
1.2.0.RELEASE
- WebSocketFrameFactory: add outbound text frames support
- WebSocketFrameFactory: add outbound fragment frames support for binary and text frames
- WebSocketServerProtocolHandler, WebSocketClientProtocolHandler: make WebSocketCallbacksHandler optional, instead provided via channel handler after websocket handshake completion
- Add utf8 validation utility for text frames payload
1.1.4.RELEASE
- Maintenance release: dependencies update
1.1.3.RELEASE
- Maintenance release: dependencies update
1.1.2.RELEASE
- Maintenance release: dependencies update
1.1.1.RELEASE
- Maintenance release: dependencies update
1.1.0.RELEASE
- WebSocketFrameFactory: support for efficient bulk encoding of outbound binary frames
1.0.0.RELEASE
- WebSocketServerProtocolHandler: notify channel with HandshakeComplete event (having handshake request details) in addition to ServerHandshakeStateEvent.HANDSHAKE_COMPLETE
- WebSocketServerProtocolHandler: fix issue with handshake event not delivered to user's websocket handler
0.9.2.RELEASE
- Client, server WebSocketProtocolHandler: add netty's handshake events
- WebSocketClientProtocolHandler: make default allowMaskMismatch = true
- WebSocketClientProtocolHandler: fail handshake completion promise on timeout
- WebSocketServerProtocolHandler: add support for handshake timeout
- WebSocketServerProtocolHandler: on handshake errors send bad-request http response before closing connection
0.9.1.RELEASE
- WebSocketFrameFactory: implement WebSocketFrameFactory.Encoder for masked frames case
- SmallWebSocketDecoder: compact encoded state
- Add graalvm native reachability metadata
0.9.0.RELEASE
Initial release of jauntsdn/netty-websocket-http1
- much faster WebSocket-http1 codec for Netty with minimal per-frame heap allocations.