Skip to content

Releases: refmdio/phoenix-channel-runtime

Release list

v0.1.1

Choose a tag to compare

@MuNeNiCK MuNeNiCK released this 14 Jul 13:54
v0.1.1
07ea4e1

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

Choose a tag to compare

@MuNeNiCK MuNeNiCK released this 14 Jul 13:39
v0.1.0
2b694b1

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:

Documentation: