Releases: rerun-io/ewebsock
Releases · rerun-io/ewebsock
0.8.0 - Fix native performance bug
- Fix blocking receiver sleeping after every read #48 by @jprochazk
0.7.0 - bug fix, custom headers, new tungstenite
ewebsock
is a WebSocket client that work on both native and Wasm
Changelog
- Fix crash when error_event does not have "message" or "error" fields #37 (thanks @romamik!)
- Add
Options::additional_headers
andsubprotocols
#27 (thanks @Its-Just-Nans!) - Update to
tungstenite
0.23 #39 (thanks @Its-Just-Nans!) - Add support for tungstenite 0.24 #46
0.6.0 - Close connection by returning `ControlFlow::Break`
0.5.0 - Add connect `Options`
- Add
Options
for controlling max frame size of incoming messages - (#29)
Release 0.4.1 - Better error reporting + support tungstenite 0.21
0.4.0 - Make `tokio` an opt-in dependency
Make tokio
an opt-in dependency, and add a simpler ws_receive
function (#24)
0.3.0 - Bug fixes
0.2.0 - wss/tls support
Release 0.2.0 - wss/tls support