interceptor 0.8.0

A pure Rust implementation of Pluggable RTP/RTCP processors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# interceptor changelog

## Unreleased

## v0.8.0

* [#14 Don't panic on seqnum rollover]https://github.com/webrtc-rs/interceptor/pull/14 contributed by by [@pthatcher]https://github.com/pthatcher.
* Add stats interceptor. Contributed by [@k0nserv]https://github.com/k0nserv in [#277]https://github.com/webrtc-rs/webrtc/pull/277/ and [#225]https://github.com/webrtc-rs/webrtc/pull/225.
* Increased min verison of `log` dependency to `0.4.16`. [#250 Fix log at ^0.4.16 to make tests compile]https://github.com/webrtc-rs/webrtc/pull/250 by [@k0nserv]https://github.com/k0nserv.

## 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](https://github.com/webrtc-rs/interceptor/releases).