v0.20.0
- update example data-channels-flow-control by @zhao-gang in https://github.com/webrtc-rs/webrtc/pull/783
- perf: eliminate tokio scheduler overhead on the data-channel send path (#101) by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/813
- perf(driver): burst-read the udp socket to batch the SCTP receive path by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/815
- feat(datachannel): opt-in send back-pressure (writable / try_send) to bound peak RSS by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/817
- perf(driver): UDP GSO send + GRO receive batching via quinn-udp by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/820
- feat(runtime): bounded shared reactor pool + configurable SCTP receive window by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/819
- fix(driver): only announce peer-opened channels through on_data_channel by @yexiyue in https://github.com/webrtc-rs/webrtc/pull/825
- fix(peer_connection): export the stats types
get_statsnames by @yexiyue in https://github.com/webrtc-rs/webrtc/pull/828 - Fix ICE server updates after set_configuration by @alinejun in https://github.com/webrtc-rs/webrtc/pull/832
- clean up stale data channel event senders on drop by @dimitri-lenkov in https://github.com/webrtc-rs/webrtc/pull/833
- wake writes after create_data_channel by @dimitri-lenkov in https://github.com/webrtc-rs/webrtc/pull/834
- @zhao-gang made their first contribution in https://github.com/webrtc-rs/webrtc/pull/783
- @StefanoD made their first contribution in https://github.com/webrtc-rs/webrtc/pull/813
- @yexiyue made their first contribution in https://github.com/webrtc-rs/webrtc/pull/825
- @alinejun made their first contribution in https://github.com/webrtc-rs/webrtc/pull/832
- @dimitri-lenkov made their first contribution in https://github.com/webrtc-rs/webrtc/pull/833
Full Changelog: https://github.com/webrtc-rs/webrtc/compare/v0.17.0...v0.20.0
v0.20.0-rc.4
- perf(driver): burst-read the udp socket to batch the SCTP receive path by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/815
- feat(datachannel): opt-in send back-pressure (writable / try_send) to bound peak RSS by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/817
- perf(driver): UDP GSO send + GRO receive batching via quinn-udp by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/820
- feat(runtime): bounded shared reactor pool + configurable SCTP receive window by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/819
Full Changelog: https://github.com/webrtc-rs/webrtc/compare/v0.20.0-rc.3...v0.20.0-rc.4
v0.17.2
- ice: Release TURN allocation even if candidate was already closed by @marcin-p-porebski in https://github.com/webrtc-rs/webrtc/pull/799
- fix(ice): always send STUN consent checks (RFC 7675) by @brady-pplx in https://github.com/webrtc-rs/webrtc/pull/803
- util: don't tear down UDP listener read_loop on WSAECONNRESET (Windows) by @rwtd in https://github.com/webrtc-rs/webrtc/pull/812
- Release mDNS resources when connections close by @mmalmi in https://github.com/webrtc-rs/webrtc/pull/818
- sctp: lower INITIAL_MTU to 1191 and expose the MTU in association::Config by @phact in https://github.com/webrtc-rs/webrtc/pull/807
- @brady-pplx made their first contribution in https://github.com/webrtc-rs/webrtc/pull/803
- @rwtd made their first contribution in https://github.com/webrtc-rs/webrtc/pull/812
- @mmalmi made their first contribution in https://github.com/webrtc-rs/webrtc/pull/818
- @phact made their first contribution in https://github.com/webrtc-rs/webrtc/pull/807
Full Changelog: https://github.com/webrtc-rs/webrtc/compare/v0.17.1...v0.17.2
v0.20.0-rc.3
- perf: eliminate tokio scheduler overhead on the data-channel send path (#101) by @StefanoD in https://github.com/webrtc-rs/webrtc/pull/813
- @StefanoD made their first contribution in https://github.com/webrtc-rs/webrtc/pull/813
Full Changelog: https://github.com/webrtc-rs/webrtc/compare/v0.20.0-rc.2...v0.20.0-rc.3
0.20.0-alpha.2
- update example data-channels-flow-control by @zhao-gang in https://github.com/webrtc-rs/webrtc/pull/783
- @zhao-gang made their first contribution in https://github.com/webrtc-rs/webrtc/pull/783
Full Changelog: https://github.com/webrtc-rs/webrtc/compare/v0.20.0-alpha.1...0.20.0-alpha.2