Skip to content

Releases: paullouisageneau/libjuice

Version 1.1.1

02 Apr 16:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

08 Dec 11:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.1.0

Version 1.0.6

13 Oct 09:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

Version 1.0.5

04 Oct 08:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

Version 1.0.4

23 Aug 22:37
Compare
Choose a tag to compare

What's Changed

  • Add oss-fuzz and fuzzer support by @0x34d in #167
  • Ignore duplicate TURN servers in agent config by @paullouisageneau in #166
  • Enhance STUN parsing to make it more resilient

New Contributors

Full Changelog: v1.0.3...v1.0.4

Version 1.0.3

25 Jul 09:22
Compare
Choose a tag to compare

What's Changed

  • Fix mux map count not incremented if replacing a deleted entry by @paullouisageneau in #164
  • Makefile: Add ability to compile for any 32-bit i386 system by @viordash in #161

New Contributors

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2

16 Jun 08:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

19 May 22:48
Compare
Choose a tag to compare

What's Changed

  • Fix inconsistent connectivity when setting remote description multiple times by @paullouisageneau in #157

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

14 Apr 14:53
Compare
Choose a tag to compare

What's Changed

  • Added support for multiple concurrency modes with runtime selection
  • Added single-threaded polling as default concurrency mode
  • Added UDP multiplexing on a single socket as alternative mode
  • Added ice2 option in SDP in accordance with RFC8445
  • Changed nomination to conform to regular nomination in RFC8445
  • Changed keepalives to use the opened TURN channel after completion
  • Enhanced fallback to IPv4 to be more resilient