Skip to content

Commit 0d5d7d7

Browse files
authored
yank interceptor 0.8.1 & 0.8.2 and rtcp 0.7.1 & 0.7.2 versions and release interceptor 0.9.0 and rtcp 0.8.0 (webrtc-rs#461)
Fixes webrtc-rs#412
1 parent 707c51c commit 0d5d7d7

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

data/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## v0.7.0
88

9+
* Increased required `webrtc-sctp` version to `0.8.0`.
10+
911
## v0.6.0
1012

1113
* Increased minimum support rust version to `1.60.0`.

interceptor/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22

33
## Unreleased
44

5-
## v0.8.2
6-
7-
* [#372 Fix over-NACK due not resetting lost_packets bitmask](https://github.com/webrtc-rs/webrtc/pull/372/).
8-
9-
## v0.8.1
5+
## v0.9.0
106

7+
* Fix over-NACK due not resetting lost_packets bitmask [\#372](https://github.com/webrtc-rs/webrtc/pull/372/).
118
* Further extended stats interceptors to collect stats for `RemoteOutoundRTPStats` and improve `RemoteInboundRTPStats` collection. [#282](https://github.com/webrtc-rs/webrtc/pull/282) by [@k0nserv](https://github.com/k0nserv).
129
* When generating periodic TWCC feedback packets we no longer burst several packets in a row to catch up, i.e., we now use `MissedTickBehavior::Skip` instead of the default `MissedTickBehavior::Burst` for the ticker in question. [#323](https://github.com/webrtc-rs/webrtc/pull/323) by [@k0nserv](https://github.com/k0nserv).
1310
* Don't generate empty TWCC packets that libWebRTC will ignore. [#324](https://github.com/webrtc-rs/webrtc/pull/324) by [@k0nserv](https://github.com/k0nserv).
1411
* Increased minimum support rust version to `1.60.0`.
1512
* Increased required `webrtc-util` version to `0.7.0`.
1613

17-
1814
## v0.8.0
1915

2016
* [#14 Don't panic on seqnum rollover](https://github.com/webrtc-rs/interceptor/pull/14) contributed by by [@pthatcher](https://github.com/pthatcher).

rtcp/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22

33
## Unreleased
44

5-
## v0.7.2
6-
7-
* [#372 Fix over-NACK due not resetting lost_packets bitmask](https://github.com/webrtc-rs/webrtc/pull/372/)
8-
9-
## v0.7.1
5+
## v0.8.0
106

7+
* Fix over-NACK due not resetting lost_packets bitmask [\#372](https://github.com/webrtc-rs/webrtc/pull/372/).
118
* Increased minimum support rust version to `1.60.0`.
129
* Increased required `webrtc-util` version to `0.7.0`.
1310

@@ -20,4 +17,3 @@
2017
## Prior to 0.7.0
2118

2219
Before 0.7.0 there was no changelog, previous changes are sometimes, but not always, available in the [GitHub Releases](https://github.com/webrtc-rs/rtcp/releases).
23-

0 commit comments

Comments
 (0)