Releases: refmdio/phoenix-channel-runtime
Releases · refmdio/phoenix-channel-runtime
Release list
v0.1.1
WASM dependency compatibility update.
- Lowers the supported wasm-bindgen, wasm-bindgen-futures, and web-sys dependency floors.
- Allows integration with applications that pin an earlier compatible wasm-bindgen ABI.
- No public API changes.
All Native, Phoenix 1.7/1.8, Chrome, Firefox, Safari, and WASM CI jobs pass.
v0.1.0
Initial release of the Phoenix Channels v2 client and runtime crates for Rust.
Highlights:
- Phoenix Channels v2 protocol, codec, request correlation, and Presence support
- Managed client lifecycle with heartbeat, reconnect, rejoin, timeouts, backpressure, subscriptions, and telemetry
- Native Tokio/WebSocket runtime and browser WebSocket/WASM runtime
- End-to-end coverage against Phoenix 1.7 and 1.8, plus Chrome, Firefox, and Safari
Crates:
- https://crates.io/crates/phoenix-channel-runtime
- https://crates.io/crates/phoenix-channel-client
- https://crates.io/crates/phoenix-channel-runtime-native
- https://crates.io/crates/phoenix-channel-runtime-web
Documentation: