Releases: TooTallNate/Java-WebSocket
Releases · TooTallNate/Java-WebSocket
Release 1.3.9
Notable changes:
- Deprecate CONNECTING
- Enabled/disable connection lost timer
- Bytebuffer broadcast method
Check out the milestone for more information!
A special thanks to all the contributors of this release:
Release 1.3.8
Notable changes:
- Added a method to reconnect as a client
- Support for new close codes 1012-1014
Check out the milestone for more information!
Release 1.3.3
Notable changes:
- TCP_NODELAY accessible
- Getter for WebSocketClient to verify hostname
- Startup notification for the WebSocketServer
Check out the milestone for more information!
Release 1.3.1
some fixes for NPE, random data and more
Release 1.3.7
Notable changes:
- Each WebSocket can now have an attachment for custom data
- Support for Sec-WebSocket-Protocol
Check out the milestone for more information!
Release 1.3.6
Notable changes:
- Bug fixes for lost connection detection
Check out the milestone for more information!
Release 1.3.5
Notable changes:
- Broadcast method for WebSocketServer
- Support for SO_REUSEADDR
Check out the milestone for more information!
Release 1.3.4
Notable changes:
- Draft_6455 is the only active draft from now on!
- Lost connection detection with heartbeat
Check out the milestone for more information!