Skip to content

Releases: pion/webrtc

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

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

New Contributors

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

v3.2.51

06 Aug 14:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.50...v3.2.51

v4.0.0-beta.26

26 Jul 04:05
Compare
Choose a tag to compare

Changelog

  • 021c271 Fix our-of-order twcc fb cause by rtx blocked
  • bdbeb0c Update module github.com/pion/transport/v3 to v3.0.6

v3.2.50

26 Jul 04:06
Compare
Choose a tag to compare

Changelog

  • 2364173 Fix our-of-order twcc fb cause by rtx blocked
  • 69cd4e4 Close unhandled rtcp simulcast streams
  • a598bab Bump ice to v2.3.31

v4.0.0-beta.25

25 Jul 17:40
Compare
Choose a tag to compare

Changelog

  • f388de6 Update module github.com/pion/dtls/v2 to v3
  • 6a4a57a Update module github.com/pion/ice/v3 to v3.0.13
  • 05cafb3 Close unhandled rtcp simulcast streams
  • a930500 Bump ice to v3.0.12

v4.0.0-beta.24

21 Jul 02:32
Compare
Choose a tag to compare

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