Releases: FelixMcFelix/discortp
Releases · FelixMcFelix/discortp
v0.5.0
v0.4.0
- Update
libpnet
version to 0.28. - All packet definitions have been converted to proc-macros.
- MSRV is now Rust 1.42.0+.
v0.3.0
- Update
libpnet
version to 0.27. - Make remaining (incomplete) packet variants non-exhaustive to allow non-breaking addition.
- Add
RtcpType
variants to simplify decoding of (as-yet unsupported) RTCP types without using the demux utilities.
v0.2.2
- Added RTCP packet view creation methods.
v0.2.1
- Documentation Fixes
v0.2.0
- Large-scale documentation cleanup.
- RTCP support for Sender/Receiver blocks.
- Demux'ing improvements.
- Discord Keepalives.
v0.1.1
Unbreak docs.rs
v0.1.0
Initial release.