TooTallNate/Java-WebSocket
 Watch   
 Star   
 Fork   
2024-07-09 04:41:39
Java-WebSocket

Release 1.5.7

Notable changes

Breaking Changes

  • PR 1399 - Have connectBlocking clean up after a timeout

Bugs Fixed

  • PR 1419 - Fix issue #1418: WebSocketServer sometimes misses GET request after SSL handshake

New Features

  • PR 1407 - Allow setting custom TCP receive buffer size
  • PR 1399 - Have connectBlocking clean up after a timeout

New Contributors

Contributors

  • @PhilipRoman

Check out the changelog and the milestone for more information.

2024-02-07 05:34:32
Java-WebSocket

Release 1.5.6

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

2023-12-19 06:16:51
Java-WebSocket

Release 1.5.5

Notable changes:

Check out the changelog and the milestone for more information.

2023-07-21 04:24:05
Java-WebSocket

Release 1.5.4

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.

2022-04-10 02:04:57
Java-WebSocket

Release 1.5.3

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

2021-04-05 23:43:04
Java-WebSocket

Release 1.5.2

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

2020-05-11 04:24:16
Java-WebSocket

Release 1.5.1

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)
2020-05-07 13:27:52
Java-WebSocket

Release 1.5.0

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

2020-03-13 05:14:05
Java-WebSocket

Release 1.4.1

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:

  • @PhilipRoman
  • @haruntuncay
  • @olivierayache
  • @NoahAndrews
  • @da-als
  • @Fidel1985
  • @ViToni
  • @hovis
  • @PearSlice
  • @ThomasPerkins1123
  • @victoraugusto1
  • @maiph
2019-02-20 05:02:00
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:

  • @PhilipRoman
  • @Andreas-Bur
  • @BroHammie
  • @kaduke
  • @theAprel
  • @fightyz
  • @StephanWald