Skip to content

Releases: webrtc-rs/webrtc

v0.11.0

02 May 01:06
Compare
Choose a tag to compare
bump webrtc to v0.11.0

v0.10.1

24 Feb 01:08
Compare
Choose a tag to compare
bump webrtc to v0.10.1

v0.10.0

23 Feb 05:14
Compare
Choose a tag to compare
bump webrtc to v0.10.0

v0.8.0

20 Jun 15:02
Compare
Choose a tag to compare
bump webrtc to v0.8.0

v0.6.0

15 Nov 16:15
Compare
Choose a tag to compare

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

Thanks to all contributors who helped make this release happen 🎉

v0.5.1

19 Sep 10:12
Compare
Choose a tag to compare

This release contains a bug fix and also fixes the README.md display on crates.io.

The full changelog is available here.

v0.5.0

07 Sep 17:27
70073e6
Compare
Choose a tag to compare

This release contains numerous improvements, bugs fixes, and changes to make webrtc-rs more compliant with the WebRTC specification.

The full changelog is available here.

Thanks to all contributors who helped make this release happen 🎉

v0.4.0

17 Jan 17:51
Compare
Choose a tag to compare

v0.3.4

16 Dec 00:23
Compare
Choose a tag to compare
  • Fix SDP attributes (by @k0nserv)
  • FIx on_negotiation never called bug

v0.3.3

11 Dec 22:45
Compare
Choose a tag to compare
  • [ICE] Fix closing connection for UDP mux (by @k0nserv)
  • [RTCP] Fix TWCC unmarshal bug for empty feedbacks
  • [RTCP] Fix unmarshal handling for the case of padding bit not corrected set by Firefox