Releases: emiago/diago
Releases · emiago/diago
v0.13.0
Highlights:
- This diago release was more focused on optimizing media stack. Per some benches it removed lot of latency
What's Changed
- feat: Add RegisterOptions Proxy by @Catinsides in #35
New Contributors
- @Catinsides made their first contribution in #35
Full Changelog: v0.12.0...v0.13.0
v0.12.0 (Opus)
This release adds opus codec support!
With opus this makes now diago complete for handling audio media for nowdays standards.
For more how to compile and use opus here are docs
Others
- transcoding is simplified and refactored
- codecs now handle num channels and calculate sample size for correct buffering when transcoding
- RTCP unmarshaling errors are handled and should not stop listener
- playback had issue with reading wav
v0.11.0
v0.10.0
Full Changelog: v0.9.1...v0.10.0
v0.9.1
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Highlights
- Added digest auth server for authorizing requests
- Avoiding unspecified IP in Via header when Invite is used
- Transport parsing and better defaults
What's Changed
- Fix for usage of SIP URI by @DominikRidjic in #26
New Contributors
- @DominikRidjic made their first contribution in #26
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.1
Full Changelog: v0.7.0...v0.7.1
v0.7.0
NOTES:
- Previous release had some hardcoded media target on 127.0.0.1
- Refactored transport and media binding. Now more control on Transport level
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Full Changelog: v0.4.0...v0.6.0
This is stable released with fixed tests