You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webrtc/CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Unreleased
4
4
5
+
## v0.6.0
6
+
5
7
* Added more stats to `RemoteInboundRTPStats` and `RemoteOutboundRTPStats`[#282](https://github.com/webrtc-rs/webrtc/pull/282) by [@k0nserv](https://github.com/k0nserv).
6
8
* Don't register `video/rtx` codecs in `MediaEngine::register_default_codecs`. These weren't actually support and prevented RTX in the existing RTP stream from being used. Long term we should support RTX via this method, this is tracked in [#295](https://github.com/webrtc-rs/webrtc/issues/295). [#294 Remove video/rtx codecs](https://github.com/webrtc-rs/webrtc/pull/294) contributed by [k0nserv](https://github.com/k0nserv)
7
9
* Add IP filter to WebRTC `SettingEngine`[#306](https://github.com/webrtc-rs/webrtc/pull/306)
@@ -11,13 +13,18 @@ directions that should not send. [#316](https://github.com/webrtc-rs/webrtc/pull
11
13
* Fixed a panic that would sometimes happen when collecting stats. [#327](https://github.com/webrtc-rs/webrtc/pull/327) by [@k0nserv](https://github.com/k0nserv).
12
14
* Added new extension marshaller/unmarshaller for VideoOrientation, and made marshallers serializable via serde [#331](https://github.com/webrtc-rs/webrtc/pull/331)[#332](https://github.com/webrtc-rs/webrtc/pull/332)
13
15
* Updated minimum rust version to `1.60.0`
14
-
* Added a new `write_rtp_with_extensions` method to `TrackLocalStaticSample` and `TrackLocalStatiRTP`. [#336](https://github.com/webrtc-rs/webrtc/pull/336) by [@k0nserv](https://github.com/k0nserv).
16
+
* Added a new `write_rtp_with_extensions` method to `TrackLocalStaticSample` and `TrackLocalStaticRTP`. [#336](https://github.com/webrtc-rs/webrtc/pull/336) by [@k0nserv](https://github.com/k0nserv).
15
17
* Added a new `sample_writer` helper to `TrackLocalStaticSample`. [#336](https://github.com/webrtc-rs/webrtc/pull/336) by [@k0nserv](https://github.com/k0nserv).
18
+
* Increased minimum versions for sub-dependencies:
19
+
*`webrtc-data` version to `0.6.0`.
20
+
*`webrtc-ice` version to `0.9.0`.
21
+
*`webrtc-media` version to `0.5.0`.
22
+
*`webrtc-sctp` version to `0.7.0`.
23
+
*`webrtc-util` version to `0.7.0`.
16
24
17
25
### Breaking changes
18
26
19
-
* Allowed one single direction for extmap matching. [#321](https://github.com/webrtc-rs/webrtc/pull/321).
20
-
API change for `MediaEngine::register_header_extension`.
27
+
* Allowed one single direction for extmap matching. [#321](https://github.com/webrtc-rs/webrtc/pull/321). API change for `MediaEngine::register_header_extension`.
21
28
* Removed support for Plan-B. All major implementations of WebRTC now support unified and continuing support for plan-b is an undue maintenance burden when unified can be used. See [“Unified Plan” Transition Guide (JavaScript)](https://docs.google.com/document/d/1-ZfikoUtoJa9k-GZG1daN0BU3IjIanQ_JSscHxQesvU/) for an overview of the changes required to migrate. [#320](https://github.com/webrtc-rs/webrtc/pull/320) by [@algesten](https://github.com/algesten).
22
29
* Removed 2nd argument from `RTCCertificate::from_pem` and guard it with `pem` feature [#333]
23
30
* Renamed `RTCCertificate::pem` to `serialize_pem` and guard it with `pem` feature [#333]
0 commit comments