Releases: TooTallNate/Java-WebSocket
Releases · TooTallNate/Java-WebSocket
Release 1.4.0
Breaking changes:
- Issue 753 - Breaking changes in 1.4
- Issue 670 - Use a logging framework such as as SLF4J instead of System.out.println (PR 754)
Notable changes:
- Issue 598 - Memory Management (PR 761)
- PR 839 - SSLEngineWebSocketServerFactory allows more customization
Check out the changelog and the milestone for more information.
A special thanks to all the contributors of this release:
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!