Releases: paullouisageneau/libjuice
Releases · paullouisageneau/libjuice
Version 1.6.2
What's Changed
- Prevent agent starvation with heavy traffic in mux mode by @paullouisageneau in #315
- set AI_ADDRCONF hint only if exists by @nicosmd in #314
Full Changelog: v1.6.1...v1.6.2
Version 1.6.1
What's Changed
- Fix CRC32 table recalculation by @paullouisageneau in #303
- Prevent connectivity lost on non symmetric address by @paullouisageneau in #306
- Bump actions/checkout in workflows by @scribam in #308
- CMake: Fix deprecation warning by @scribam in #307
New Contributors
Full Changelog: v1.6.0...v1.6.1
Version 1.6.0
What's Changed
- Add more specific error codes to juice_send by @mojyack in #283
- Add callback to get unhandled STUN binding requests from mux by @xicilion in #248
- feat: support multiple juice_mux_listen callbacks for different ports by @achingbrain in #292
- Remove username from unauthenticated TURN allocate requests by @paullouisageneau in #298
Full Changelog: v1.5.10...v1.6.0
Version 1.5.10
What's Changed
- Fix peer reflexive candidate for TURN-relayed request by @paullouisageneau in #301
Full Changelog: v1.5.9...v1.5.10
Version 1.5.9
What's Changed
- Better warnings for invalid TURN credentials by @paullouisageneau in #289
- Fix intensive CPU usage when DISABLE_CONSENT_FRESHNESS=ON by @paullouisageneau in #290
- fix: prevent crash when hmac key is longer than 64 bytes in picohash by @achingbrain in #295
Full Changelog: v1.5.8...v1.5.9
Version 1.5.8
What's Changed
- Support multiple XOR-PEER-ADDRESS attributes in CreatePermission request by @paullouisageneau in #286
- Refactor STUN mask generation to use memcpy by @paullouisageneau in #287
- Fix TURN server permissions enforcement when relaying by @paullouisageneau in #288
Full Changelog: v1.5.7...v1.5.8
Version 1.5.7
What's Changed
Full Changelog: v1.5.6...v1.5.7
Version 1.5.6
What's Changed
- CMake: Fix JUICE_STATIC define when BUILD_SHARED_LIBS=OFF by @paullouisageneau in #276
Full Changelog: v1.5.5...v1.5.6
Version 1.5.5
What's Changed
- Fix crash and connection failure when invalid bind_address is set by @mojyack in #274
- CMake: Comply with BUILD_SHARED_LIBS option by @paullouisageneau in #275
New Contributors
Full Changelog: v1.5.4...v1.5.5
Version 1.5.4
What's Changed
- Prevent passing NULL buffer to sendto() for better compatibility with C standard libraries by @paullouisageneau in #270
- Prevent poll failure with WSAENOTSOCK on Windows by @Sniperlyf3 in #272
New Contributors
- @Sniperlyf3 made their first contribution in #272
Full Changelog: v1.5.3...v1.5.4