Skip to content

Releases: pion/webrtc

v4.2.9

21 Feb 13:52

Choose a tag to compare

Changelog

v4.2.8

19 Feb 18:30
e6e7e29

Choose a tag to compare

Changelog

  • e6e7e29 Upgrade ICE to fix a NOMINATION bug

v4.2.7

18 Feb 19:40

Choose a tag to compare

Changelog

  • 9850c0e Fix nil panic in ICECandidatePair.String()
  • 3b86589 Update module github.com/pion/sdp/v3 to v3.0.18 (#3378)

v4.2.6

12 Feb 08:39
d011902

Choose a tag to compare

Changelog

  • d011902 Upgrade dtls to v3.1.2
  • 2c946da Upgrade dtls to fix interop with OpenSSL
  • 3f7c17e Update module golang.org/x/net to v0.50.0 (#3336)
  • bfe4d13 Update CI configs to v0.11.39
  • 65bfa39 Update module github.com/pion/interceptor to v0.1.44 (#3369)

v4.2.5

12 Feb 08:32

Choose a tag to compare

Changelog

  • 87533df Upgrade dtls to fix interop with OpenSSL

v4.2.3-securityfix

12 Feb 20:53
d9214eb

Choose a tag to compare

d9214eb - Upgrade dtls to backported version with fix for CVE-2026-26014

v4.2.4

11 Feb 05:33
d4e4eaa

Choose a tag to compare

Changelog

  • d4e4eaa Upgrade to dtls options
  • 8b9515c Update golang Docker tag to v1.26 (#3372)
  • 374c864 Do not register duplicate RTCP feedbacks
  • 03d247f Update module github.com/pion/rtp to v1.10.1 (#3367)
  • 9228f06 Add support for ICECandidatePoolSize
  • 1aaeffe Remove double base64 encoding of certificate.PEM()
  • 3f017b4 Fix data race in RTPSender.configureRTXAndFEC
  • 8ae4e83 Use LoggerFactory when interceptors are registered
  • 332878f AlwaysNegotiateDataChannels configuration flag
  • 66e3e51 Update CI configs to v0.11.37
  • f359e50 Add examples/quick-switch
  • 404c7f7 Add WARP example

v4.2.3

12 Jan 14:38
0425062

Choose a tag to compare

Changelog

  • 0425062 Update sctp to fix regression

v4.2.2

09 Jan 16:41

Choose a tag to compare

What's Changed

Special thanks to @AkshayJainG for reporting and diagnosing several panic conditions in the IVF and OGG readers caused by malformed inputs. these fixes improve robustness when handling untrusted or malformed media inputs using ogg reader or ivf reader.

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.2.1

24 Dec 11:36

Choose a tag to compare

Changelog

  • a5ce252 Assert no repair after stop
  • 48f7ac7 Check for closed receiver before setting up rid