Releases: webrtc-rs/webrtc
Releases · webrtc-rs/webrtc
v0.11.0
v0.10.1
v0.10.0
v0.8.0
v0.6.0
This release contains various improvements and bug fixes.
The full changelog is available here.
Notably, big chunks of the API level interfaces have changed from async
to sync
which should be an ergonomic improvement for everyone, thanks to @alexlapa for their work on this.
MSRV
With this version we've adopted a MSRV(minimum supported rust version) policy. Namely, we support versions of the Rust compiler released in the last six months. This is a minimum and we don't aim to drop support aggressively, but if you are running an older version there is always a risk that we'll drop support for it. Changes to the minimum Rust version will not be breaking from a semver perspective.
Contributors
- @algesten
- @alexlapa
- @ericfont
- @karaziox
- @KokaKiwi
- @k0nserv
- @melekes
- @KillingSpark
- @llacqie
- @logist322
Thanks to all contributors who helped make this release happen 🎉
v0.5.1
v0.5.0
v0.4.0
- Breaking change: remove unnecessary async call for registering interceptors (by @jelmansouri)
- Fix Interceptor's wrong rtcp-reader flow when have more than a stream webrtc-rs/interceptor#2 (by @robashton)
- Fix ReadRTCP issue #151 (by @robashton)
- RTP crate internal refactoring (by @zotho)