Releases: pion/webrtc
Releases · pion/webrtc
v4.0.0-beta.33
Changelog
- d6141bd Update module github.com/pion/interceptor to v0.1.37
v3.3.4
v4.0.0-beta.32
v4.0.0-beta.31
Changelog
v4.0.0-beta.30
Changelog
- 5bf7c94 Send Abort In SCTP Close
- a857d57 Return object icluding stat id for selected pair
- 28adb77 Fix Mux logging on Close
- 1a214d2 Use Mutex for Mux
- e6a86e7 Don't reuse transceiver in one round negotiation
- 9a71f69 Prevent ICETransport start/stop deadlock
- 4ef00e6 Update module golang.org/x/net to v0.28.0
- 3147b45 Improve examples/stats
- 661a92f Update module github.com/pion/dtls/v3 to v3.0.2
- b55d6d1 Update go.mod version to 1.20
- 9a61d68 Fix concurrent pc.GracefulClose
- 64a837f Add DTLS Handshake hooks to SettingEngine
v3.3.3
v3.3.2
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