Releases: paullouisageneau/libjuice
Releases · paullouisageneau/libjuice
Version 1.1.1
What's Changed
- Fix race condition potentially resulting in early prflx candidates by @paullouisageneau in #193
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
What's Changed
- Re-license under MPL 2.0 by @paullouisageneau in #191
- Fix export define for Windows by @paullouisageneau in #190
Full Changelog: v1.0.6...v1.1.0
Version 1.0.6
What's Changed
- Fix issues with juice_server_add_credentials() by @paullouisageneau in #185
Full Changelog: v1.0.5...v1.0.6
Version 1.0.5
What's Changed
- Change STUN and TURN servers in tests by @paullouisageneau in #170
- Fix automatic creation of peer reflexive candidate by @paullouisageneau in #173
- Fix memory leaks on error by @joshuadahlunr in #176
- Add option and initial config for clang-tidy by @VollmondT in #177
- Fix warnings from clang-tidy by @paullouisageneau in #178
- Do not limit retransmissions if selected pair is relayed by @paullouisageneau in #182
New Contributors
- @joshuadahlunr made their first contribution in #176
Full Changelog: v1.0.4...v1.0.5
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