Version 0.20.0
paullouisageneau
released this
20 Jan 20:21
·
210 commits
to master
since this release
What's Changed
- Allow setting CA certificate during TLS connection by @melpon in #1009
- Implement missing methods of RtcpReportBlock by @ognkrmms in #1013
- Add a media handler to respond to intra frame requests by @kuzux in #999
- Add PLI handler to C API by @chobie in #1019
- Add track and user pointer to PLI handler callback in C API by @paullouisageneau in #1021
- Refactor media handlers by @paullouisageneau in #929
- Rename Description::addAacCodec() to addAACCodec for consistency by @paullouisageneau in #1022
- Set SCTP zero checksum by @melpon in #1015
- Fix segfault caused by RtcpReceivingSession by @Sean-Der in #1027
- Correct NTP of Sender Report by @tljdebrouwer in #1028
- Refactor Data Channel reliability API by @paullouisageneau in #1031
- Forward RTP/RTCP messages unconditionally if there is only one track by @wusspuss in #1023
- Fix the target location of the FU header pointer by @melpon in #1037
- Access mbedtls private member via a portable macro by @realprocrastinator in #1040
- Set SNI for MbedTLS by @melpon in #1041
- Improve example command-line help by @lokenetwork in #1049
- Use caCertificatePemFile in OpenSSL backend by @sebihoefle in #1047
- WebSocket: allow clients to provide a TLS certificate by @ilsalvopss in #1062
- Fix RtcpReportBlock::setPacketsLost() by @ognkrmms in #1069
- Add maxMessageSize to Websocket configuration by @Nyran in #1086
- Support all Certificate Fingerprint Algorithms by @Sean-Der in #1077
- Configure datachannel target_properties for APPLE by @Sean-Der in #1091
- Enforce WebSocket max message size at reception by @paullouisageneau in #1094
- Move operator<< to rtc namespace by @paullouisageneau in #1096
- Unmap WebSocket remote IPv4-mapped IPv6 addresses by @paullouisageneau in #1097
- Add RtcpReceivingSession support to C API by @chobie in #1029
- libjuice v1.3.4: Fix misalignment issue during STUN data reading
New Contributors
- @melpon made their first contribution in #1009
- @ognkrmms made their first contribution in #1013
- @chobie made their first contribution in #1019
- @wusspuss made their first contribution in #1023
- @realprocrastinator made their first contribution in #1040
- @lokenetwork made their first contribution in #1049
- @sebihoefle made their first contribution in #1047
- @Nyran made their first contribution in #1086
Full Changelog: v0.19.5...v0.20.0