Skip to content

Releases: emiago/diago

v0.13.0

20 Jan 23:21
Compare
Choose a tag to compare

Highlights:

  • This diago release was more focused on optimizing media stack. Per some benches it removed lot of latency

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0 (Opus)

26 Dec 21:11
Compare
Choose a tag to compare

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

23 Dec 20:33
Compare
Choose a tag to compare

Highlights:

  • WavDecoder is removed.
  • Small work on late offer

Full Changelog: v0.10.0...v0.11.0

v0.10.0

23 Dec 20:31
Compare
Choose a tag to compare

Full Changelog: v0.9.1...v0.10.0

v0.9.1

04 Dec 08:46
Compare
Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

v0.9.0

01 Dec 20:09
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Nov 08:48
Compare
Choose a tag to compare

Highlights:

  • DTMF fired 000 is fixed #21
  • RTP writer stores header instead full packet
  • updating to latest sipgo

Full Changelog: v0.7.1...v0.8.0

v0.7.1

20 Nov 22:36
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v0.7.1

v0.7.0

14 Nov 23:33
Compare
Choose a tag to compare

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

03 Nov 21:37
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.6.0

This is stable released with fixed tests