Releases: paullouisageneau/libjuice
Releases · paullouisageneau/libjuice
Version 1.0.4
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
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
What's Changed
- Fix DSCP not set on outgoing IPv4 traffic by @paullouisageneau in #158
- Log user-friendly error when datagram is too large by @paullouisageneau in #159
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
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
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