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