Skip to content

Releases: TooTallNate/Java-WebSocket

Release 1.5.6

06 Feb 21:38
ae78d38
Compare
Choose a tag to compare

Notable changes:

Check out the changelog and the milestone for more information.

A special thanks to all the contributors of this release:
@pavel-treutner
@PhilipRoman

Release 1.5.5

18 Dec 22:19
fe637a8
Compare
Choose a tag to compare

Notable changes:

Check out the changelog and the milestone for more information.

Release 1.5.4

20 Jul 20:27
f4ab474
Compare
Choose a tag to compare

Notable changes:

  • Issue 1308 - Add support for Java modules (PR 1309)
  • PR 1309 - Add support for Java modules
  • PR 1259 - Replace usages of deprecated constructor Integer(String) with Integer.parseInt

Check out the changelog and the milestone for more information.

Release 1.5.3

09 Apr 18:06
03fdb9c
Compare
Choose a tag to compare

Notable changes:

Check out the changelog and the milestone for more information.

A special thanks to all the contributors of this release:
@PhilipRoman
@Adeptius
@vtsykun
@Serpion-ua

Release 1.5.2

05 Apr 15:46
e630e60
Compare
Choose a tag to compare

Notable changes:

Check out the changelog and the milestone for more information.

A special thanks to all the contributors of this release:
@dota17
@yindex
@alphaho
@pawankgupta-se

Release 1.5.1

10 May 20:27
bba4914
Compare
Choose a tag to compare

This is a hotfix for 1.5.0.

Notable changes:

  • Issue 1011 - Crash on Android due to missing method setEndpointIdentificationAlgorithm on 1.5.0. (PR 1014)

Release 1.5.0

07 May 05:33
54ca4f4
Compare
Choose a tag to compare

Breaking Changes

This release requires API Level 1.7.

Security

This release contains a security fix for CVE-2020-11050.

Take a look at the advisory here for more information.

Notable changes:

  • Issue 574 - Implementation of per message deflate extension (PR 866)
  • Issue 997 - Access to SSLParameters used by the WebSocketClient (PR 1000)
  • PR 1001 - Allow user to specify max number of pending connections to a server

Check out the changelog and the milestone for more information.

A special thanks to all the contributors of this release:
@haruntuncay
@PhilipRoman

Release 1.4.1

12 Mar 21:23
1c70962
Compare
Choose a tag to compare

Notable changes:

  • PR 906 - Implemented a custom DNS resolver, see #859
  • PR 893 - Provide a way to access the SSLSession of a websocket instance
  • PR 944 - Add ability to customize ping messages with custom data
  • PR 868 - Add a way to put additional headers to handshake for connecting/reconnecting, see #865
  • PR 971 - Enabled OSGi metadata in MANIFST-MF for created JAR

Check out the changelog and the milestone for more information.

A special thanks to all the contributors of this release:

Release 1.4.0

19 Feb 21:03
fbd60ae
Compare
Choose a tag to compare

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

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: