Skip to content

Releases: ethergeus/minimal-jwebsocket

v1.0-3

31 Jul 09:44
Compare
Choose a tag to compare

Changelog

[1.0-3] - 2022-07-31

Revision to initial release.

Changes

  • Attach JavaDoc and sources to release JAR
  • Publish to Apache Maven Central Repository

Features

  • Drop-in replacement for java.net ServerSocket and Socket classes, able to interact with regular java.net Socket clients and web browsers
  • Automatic HTTP Upgrade handling to WebSocket protocol upon web browser handshake
  • Automatic encoding and decoding of traffic between server and web browser client after WebSocket handshaking with the help of background processes

v1.0-2

29 Jul 14:56
Compare
Choose a tag to compare

Changelog

[1.0-2] - 2022-07-29

Revision to initial release.

Changes

  • Fixed buffer underflow issue that occurred when sending messages longer than 125 bits

Features

  • Drop-in replacement for java.net ServerSocket and Socket classes, able to interact with regular java.net Socket clients and web browsers
  • Automatic HTTP Upgrade handling to WebSocket protocol upon web browser handshake
  • Automatic encoding and decoding of traffic between server and web browser client after WebSocket handshaking with the help of background processes

v1.0-1

28 Jul 14:21
Compare
Choose a tag to compare

Changelog

[1.0-1] - 2022-07-28

This is the first release of the minimal-jwebsocket Java library.

Features

  • Drop-in replacement for java.net ServerSocket and Socket classes, able to interact with regular java.net Socket clients and web browsers
  • Automatic HTTP Upgrade handling to WebSocket protocol upon web browser handshake
  • Automatic encoding and decoding of traffic between server and web browser client after WebSocket handshaking with the help of background processes