Skip to content

Releases: TooTallNate/Java-WebSocket

Release 1.3.9

05 Aug 19:14
587a0ad
Compare
Choose a tag to compare

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

05 Mar 19:06
a1738b7
Compare
Choose a tag to compare

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

26 Apr 09:25
a1738b7
Compare
Choose a tag to compare

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

27 Mar 07:36
a1738b7
Compare
Choose a tag to compare

some fixes for NPE, random data and more

Release 1.3.7

11 Dec 17:12
12684ff
Compare
Choose a tag to compare

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

09 Nov 18:17
535df42
Compare
Choose a tag to compare

Notable changes:

  • Bug fixes for lost connection detection

Check out the milestone for more information!

Release 1.3.5

13 Oct 18:00
Compare
Choose a tag to compare

Notable changes:

  • Broadcast method for WebSocketServer
  • Support for SO_REUSEADDR

Check out the milestone for more information!

Release 1.3.4

06 Jun 18:11
Compare
Choose a tag to compare

Notable changes:

  • Draft_6455 is the only active draft from now on!
  • Lost connection detection with heartbeat

Check out the milestone for more information!