Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 1.54 KB
  • Allow closing the connecting by returning ControlFlow::Break #33
  • Update MSRV to Rust 1.76 #35
  • Add Options for controlling max frame size of incoming messages - (#29)

0.4.1 - 2024-02-15

  • Fix: all errors are reported to the caller via on_event (#26)
  • Add support for tungstenite 0.21, update MSRV to 1.72 (#28)

0.4.0 - 2023-10-07

  • Make tokio an opt-in dependency, and add a simpler ws_receive function (#24)

0.3.0 - 2023-09-29

  • Fix: WsEvent::Closed is correctly sent on web when socket is closed (#6)
  • Fix: On web, close connection when dropping WsSender (#8)

0.2.0 - 2022-04-08

  • Support WSS (WebSocket Secure) / TLS.
  • Improve error reporting.
  • EventHandler no longer needs to be Sync.

0.1.0 - 2022-02-23

Initial commit: a simple WebSocket client library that works on both native and on the web.