Releases: paullouisageneau/libjuice
Releases · paullouisageneau/libjuice
Version 1.4.0
What's Changed
- Replace export header with defines in juice.h by @paullouisageneau in #236
- Add juice_add_turn_server API by @Sean-Der in #239
New Contributors
Full Changelog: v1.3.4...v1.4.0
Version 1.3.4
What's Changed
- Fix misalignment issue during STUN data reading by @Abeja27 in #233
- Fix unuset label warning with release build by @paullouisageneau in #234
New Contributors
Full Changelog: v1.3.3...v1.3.4
Version 1.3.3
Version 1.3.2
What's Changed
- cmake: Use GNUInstallDirs to install files to the correct paths by @Conan-Kudo in #222
- Change STUN binding send failed warning on NETUNREACH to info by @paullouisageneau in #224
New Contributors
- @Conan-Kudo made their first contribution in #222
Full Changelog: v1.3.1...v1.3.2
Version 1.3.1
What's Changed
- Fix nomination logic for controlling agent by @paullouisageneau in #220
- Shorten nomination timeout for controlling agent by @paullouisageneau in #221
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
What's Changed
- Implement ICE Patiently Awaiting Connectivity by @paullouisageneau in #199
- Shorten STUN backoff for servers to make gathering time out faster by @paullouisageneau in #200
- Fix end-of-candidates attribute parsing in description by @paullouisageneau in #201
- Add nomination timeout by @paullouisageneau in #202
- Add support for thread names by @paullouisageneau in #207
- Move lock outside the loop in conn_poll_process() by @paullouisageneau in #209
- Set thread name on Windows if available by @paullouisageneau in #212
- Fix deadlock for log by @bright-pan in #215
- Add support for ice-lite in remote description by @paullouisageneau in #216
- Fix potential high cpu load of polling 0ms loop by @zhao85 in #217
- Fix handling of unrecoverable STUN error during check by @paullouisageneau in #218
New Contributors
- @bright-pan made their first contribution in #215
- @zhao85 made their first contribution in #217
Full Changelog: v1.2.3...v1.3.0
Version 1.2.3
What's Changed
- Fix allocation failure handling in config copy by @paullouisageneau in #205
- Fix SDP parsing error logging by @paullouisageneau in #206
Full Changelog: v1.2.2...v1.2.3
Version 1.2.2
What's Changed
- Fix triggered checks logic to match specification by @paullouisageneau in #197
- Prevent poll failure with WSAENOTSOCK on Windows by @paullouisageneau in #198
Full Changelog: v1.2.1...v1.2.2
Version 1.2.1
What's Changed
- Fix JLOG call missing parameter by @hongjunxin in #195
- Fix scheduled check without remote on nomination request by @paullouisageneau in #196
New Contributors
- @hongjunxin made their first contribution in #195
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
What's Changed
- Add support for Consent Freshness by @paullouisageneau in #194
Full Changelog: v1.1.1...v1.2.0