Skip to content

Releases: membraneframework/ex_libsrtp

v0.7.1

29 Nov 07:22
06e44f7
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.7.0

09 Oct 13:04
1659975
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Nov 05:17
Compare
Choose a tag to compare

What's Changed

  • [RTC-18] Don't raise in protect and unprotect by @daniel-jodlos in #14

    The behavior of ExLibSRTP.protect/3, ExLibSRTP.unprotect/3', 'ExLibSRTP.protect_rtcp/3 and ExLibSRTP.unprotect_rtcp/3 has been modified.
    They now indicate errors using {:ok, result} | {:error, reason} scheme, instead of raising.
    All errors are indicated this way, even the ones that indicate a failure in cryptographic mechanisms. It is now a responsibility of a caller to handle these errors as desired.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

07 Sep 13:07
35cc769
Compare
Choose a tag to compare

What's Changed

  • Improved policy window size in #13

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Sep 13:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Sep 13:01
3e0471e
Compare
Choose a tag to compare

What's Changed

  • Bump bundlex & unifex to 1.0 in #11

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Sep 12:29
Compare
Choose a tag to compare

Adjust to changes in UnifexPayload API (#9)