- Fix over-NACK due not resetting lost_packets bitmask #372.
- Further extended stats interceptors to collect stats for
RemoteOutoundRTPStats
and improveRemoteInboundRTPStats
collection. #282 by @k0nserv. - 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 defaultMissedTickBehavior::Burst
for the ticker in question. #323 by @k0nserv. - Don't generate empty TWCC packets that libWebRTC will ignore. #324 by @k0nserv.
- Increased minimum support rust version to
1.60.0
. - Increased required
webrtc-util
version to0.7.0
.
- #14 Don't panic on seqnum rollover contributed by by @pthatcher.
- Add stats interceptor. Contributed by @k0nserv in #277 and #225.
- Increased min version of
log
dependency to0.4.16
. #250 Fix log at ^0.4.16 to make tests compile by @k0nserv.
Before 0.8.0 there was no changelog, previous changes are sometimes, but not always, available in the GitHub Releases.