v0.17.0
π¨ Important Notice: v0.17.0 Release and Future Direction
v0.17.x is the final feature release of the Tokio-coupled async WebRTC implementation.
- v0.17.x branch: A dedicated branch will be created for v0.17.x that will receive bug fixes only (no new features).
- Master branch: Will transition to a new Sans-IO based architecture built on top of webrtc-rs/rtc.
Why this change?
The project is shifting toward a Sans-IO WebRTC implementation that decouples the protocol logic from any specific async runtime. This new architecture will:
- β Support multiple async runtimes (Tokio, smol, async-std, etc.)
- β Provide a clean, protocol-centric Sans-IO core via webrtc-rs/rtc