Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 1.69 KB

interceptor changelog

Unreleased

v0.9.0

  • Fix over-NACK due not resetting lost_packets bitmask #372.
  • Further extended stats interceptors to collect stats for RemoteOutoundRTPStats and improve RemoteInboundRTPStats 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 default MissedTickBehavior::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 to 0.7.0.

v0.8.0

Prior to 0.8.0

Before 0.8.0 there was no changelog, previous changes are sometimes, but not always, available in the GitHub Releases.