Releases: pion/webrtc
Releases · pion/webrtc
v3.3.1
v4.0.0-beta.29
Changelog
- 4a97b7d Update golang Docker tag to v1.23
- 0824ea6 Update module github.com/pion/ice/v4 to v4.0.1
- 9de2880 Update module github.com/pion/datachannel to v1.5.9
- 752e442 Update CI configs to v0.11.15
- d54f787 Only send PLIs for video tracks in examples
- ddb9219 Bump sctp to v1.8.33
- d10ba36 Add TestPeerConnection_GracefulCloseWhileOpening
- 48a2e5a Revert "Run ops.GracefulClose earlier in pc.Close"
- 130b6ae Bump sctp to v1.8.22
- 1e76a83 Fix SCTPTransport OnClose test
- ec6b6f1 Run ops.GracefulClose earlier in pc.Close
v3.3.0
New Feature
peerconnection.SCTPTransport
now provides an OnClose
callback that can be used to detect remote peer connection close similar to the OnError
callback.
What's Changed
Full Changelog: v3.2.51...v3.3.0
v4.0.0-beta.28
What's Changed
- Update module github.com/pion/interceptor to v0.1.30 by @renovate in #2856
- Update module github.com/pion/rtp to v1.8.9 by @renovate in #2857
- SampleBuilder: add memory leak test by @at-wat in #2781
- Provide SCTP Association OnClose callback by @sukunrt in #2858
- Upgrade dtls, ice, stun and turn by @Sean-Der in #2862
- Update module github.com/pion/sctp to v1.8.21 by @renovate in #2865
Full Changelog: v4.0.0-beta.27...v4.0.0-beta.28
v4.0.0-beta.27
What's Changed
- Change time.Sleep to time.Ticker in insertable streams example by @AfonsoVilalonga in #2836
- RID order guaranteed by avoiding iteration over a map by @j1elo in #2840
- Avoid leaking tickers by @jech in #2843
- Avoid dropping packets immediately in mux by @lactyy in #2814
- Update module github.com/pion/rtp to v1.8.8 by @renovate in #2844
- Fix TestPeerConnection_EventHandlers flake by @edaniels in #2849
- Update module github.com/pion/ice/v3 to v3.0.15 by @renovate in #2845
- Update module github.com/pion/sctp to v1.8.20 by @renovate in #2846
- Fix: IVF writer writing invalid timestamp value into frame headers by @radekg in #2853
- Add PeerConnection.GracefulClose by @edaniels in #2847
New Contributors
- @AfonsoVilalonga made their first contribution in #2836
- @j1elo made their first contribution in #2840
- @lactyy made their first contribution in #2814
- @radekg made their first contribution in #2853
Full Changelog: v4.0.0-beta.26...v4.0.0-beta.27
v3.2.51
v4.0.0-beta.26
v3.2.50
v4.0.0-beta.25
v4.0.0-beta.24
Changelog
- c85269b Properly handle non-media probes
- 19d0224 Added support for SRTP_NULL_HMAC_SHA1_80 cipher
- 064006d Update module github.com/pion/dtls/v2 to v2.2.12
- 17d3e97 Hold pc.mu while populating local candidates
- b874788 Update module github.com/pion/srtp/v3 to v3.0.3
- 9c6604d Drop calls to RegisterDefaultCodecs in tests
- 8780e68 Add nolint to examples
- ce37669 Delete deadcode in pion-to-pion/answer
- 287d106 Match header extensions to remote media sections