Skip to content

Releases: pion/webrtc

v4.0.0-beta.32

06 Oct 04:13
Compare
Choose a tag to compare

Changelog

  • 3f084f2 Update module github.com/pion/dtls/v3 to v3.0.3
  • 891d96f Support more data from webrtc stats

v4.0.0-beta.31

05 Oct 05:06
Compare
Choose a tag to compare

Changelog

  • 5637661 Add E2E Test for RTX
  • 32f7063 Send FEC and RTX PayloadType into interceptor
  • a67587d Update module golang.org/x/net to v0.29.0
  • 4541b73 Add Retransmission and FEC to TrackLocal
  • bd2309f Update module github.com/pion/interceptor to v0.1.31
  • c27b269 Update module github.com/pion/srtp/v3 to v3.0.4

v4.0.0-beta.30

23 Sep 17:57
Compare
Choose a tag to compare

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

16 Sep 18:35
Compare
Choose a tag to compare

Changelog

v3.3.2

16 Sep 12:16
Compare
Choose a tag to compare

Changelog

  • 8bf9954 Return object icluding stat id for selected pair

v3.3.1

06 Sep 14:57
Compare
Choose a tag to compare

Changelog

  • f99d4ed Don't reuse transceiver in one round negotiation
  • 540af5b Prevent ICETransport start/stop deadlock
  • 6ac4b71 Fix concurrent pc.GracefulClose

v4.0.0-beta.29

17 Aug 06:33
Compare
Choose a tag to compare

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

15 Aug 14:23
a49914b
Compare
Choose a tag to compare

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

13 Aug 08:58
Compare
Choose a tag to compare

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

06 Aug 14:09
Compare
Choose a tag to compare

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

Full Changelog: v4.0.0-beta.26...v4.0.0-beta.27