Releases: webrtc-rs/webrtc
v0.13.0
What's Changed
- revert the support of Aes128CmHmacSha1_32 and AeadAes256Gcm
- peer_connection: Only warn about unhandled incmoing RTP track by @haaspors in #642
- Remove unused ErrTurnCredentials as it is no longer used. It was used⦠by @ris-work in #644
- ice: Fix USE-CANDIDATE in controlled agent by @anders-avos in #647
- track_local: Get rid of some unnecessary Mutexes and Options by @haaspors in #646
- stun client: remove unnecessary mut by @petar-dambovaliev in #652
- peer_connection: Make sure all packets are read through interceptor by @haaspors in #648
- Use any available curve for dtls connection by @Mierunski in #654
- docs: update Stream logo with latest brand asset by @tyaga001 in #655
- updating the throughput calculation in data_channel_flow_control by @recap in #659
- Fix: Invoke onClose handler upon receiving a notification by @harry0349 in #666
- Change MIME_TYPE_HEVC from video/HEVC to video/H265 (#141) by @bzld-acn in #668
New Contributors
- @ris-work made their first contribution in #644
- @petar-dambovaliev made their first contribution in #652
- @Mierunski made their first contribution in #654
- @tyaga001 made their first contribution in #655
- @recap made their first contribution in #659
- @harry0349 made their first contribution in #666
- @bzld-acn made their first contribution in #668
Full Changelog: v0.12.0...v0.13.0
v0.12.0
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)