Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/pion/webrtc/v4 v4.1.2 -> v4.1.5 age confidence

Release Notes

pion/webrtc (github.com/pion/webrtc/v4)

v4.1.5

Compare Source

Changelog

  • 0575dfb Add interface for getting media-playout stats
  • bf15721 Update module github.com/pion/transport/v3 to v3.0.8
  • 041211f Update module github.com/pion/interceptor to v0.1.41
  • 706c75b Update module github.com/pion/srtp/v3 to v3.0.8
  • 43976dc Update CI configs to v0.11.29
  • e0181e9 Update TestPeerConnection_SessionID to run on WASM
  • 5a0e56e Prefer makezero with a cap
  • 9acbc66 Cleanup statsGetter after peer is closed
  • 4c1261f Add inbound-rtp stats
  • 370412f Improve code cov
  • 7f1ab45 Remove unused file
  • 39d1b3c Apply go modernize suggestions
  • 781ff73 Create examples/data-channels-detach-create
  • f5fd0fa Update dependency @​roamhq/wrtc to v0.9.1
  • 6ef2888 Fix RTPSender.SetReadDeadline crash
  • 634a904 Fire OnBufferedAmountLow in a goroutine
  • 1527bfa Allow IVFWriter Framerate to be modified
  • cf7625d Allow IVFWriter Width/Height to be modified
  • 882f699 Update actions/setup-node action to v5
  • e9efed4 Fix trailing space in rtcp-fb with no Parameter
  • 457679c Update module github.com/pion/rtp to v1.8.22
  • 3bb8fce Update module github.com/pion/sdp/v3 to v3.0.16
  • 4eebb3e Update actions/checkout action to v5
  • 5b098de Update CI configs to v0.11.26
  • cda9130 Update CI configs to v0.11.25
  • e7183f9 Update CI configs to v0.11.24
  • c376d0e Match codec order of remote peer
  • 42b3cfd Update module github.com/stretchr/testify to v1.11.1
  • 2af60a4 Filter unattached RTX when getting codecs
  • 123f138 Update module github.com/stretchr/testify to v1.11.0
  • 4b37165 Tests to ensure proper direction in SDP
  • 6424d85 Consider remote direction in add track
  • 469ca2c Disallow incompatible transceiver directions
  • 2299a71 Add opt control transceiver re-use in recvonly
  • 3e84081 Add partialMatch codecs to transceiver from remote
  • c82d96c Remove RTX codec if no primary

v4.1.4

Compare Source

Changelog
  • 8efd17e Do not create receiver for ealy media in offerer
  • 29e1e00 Update module github.com/pion/turn/v4 to v4.1.1
  • afcb348 Add ice-proxy example
  • 1557d31 Update CI configs to v0.11.22
  • 22cf05c Upgrade to golangci-lint@​v2
  • 941b741 Update module github.com/pion/dtls/v3 to v3.0.7
  • bea05f6 Update module github.com/pion/srtp/v3 to v3.0.7
  • 4f1a287 Update golang Docker tag to v1.25
  • 7a94394 Log error when Read is used with simulcast
  • 5c3d582 WHIP-WHEP example improvements
  • f06b6bc Update module github.com/pion/sdp/v3 to v3.0.15
  • 1355f02 Update module github.com/pion/rtp to v1.8.21

v4.1.3

Compare Source

Changelog
  • 4c1af4c H265 reader & writer
  • e602e15 Update module github.com/pion/rtp to v1.8.20
  • 4f67c90 Replace custom atomicBool with sync/atomic.Bool
  • 887f5c6 Add sender receiver report
  • d3151fe Update module github.com/pion/logging to v0.2.4
  • 9b1ca73 Update dependency @​roamhq/wrtc to ^0.9.0
  • 6874548 Update CI configs to v0.11.20
  • 22dd7b7 Replace interface{} with any
  • f94e1be Update module github.com/pion/sdp/v3 to v3.0.14
  • 86e4719 Update module github.com/pion/srtp/v3 to v3.0.6
  • ddae46a Update module github.com/pion/rtp to v1.8.19

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 7, 2025

ℹ Artifact update notice

File name: examples/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/pion/dtls/v3 v3.0.6 -> v3.0.7
github.com/pion/interceptor v0.1.40 -> v0.1.41
github.com/pion/logging v0.2.3 -> v0.2.4
github.com/pion/rtp v1.8.18 -> v1.8.23
github.com/pion/sdp/v3 v3.0.13 -> v3.0.16
github.com/pion/srtp/v3 v3.0.5 -> v3.0.8
github.com/pion/transport/v3 v3.0.7 -> v3.0.8
github.com/pion/turn/v4 v4.0.0 -> v4.1.1
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/pion/dtls/v3 v3.0.6 -> v3.0.7
github.com/pion/sdp/v3 v3.0.13 -> v3.0.16
github.com/pion/srtp/v3 v3.0.5 -> v3.0.8
github.com/pion/transport/v3 v3.0.7 -> v3.0.8
github.com/pion/turn/v4 v4.0.0 -> v4.1.1

@codecov
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.27%. Comparing base (077ff4c) to head (d87571a).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #642   +/-   ##
=======================================
  Coverage   45.27%   45.27%           
=======================================
  Files          82       82           
  Lines        5661     5661           
=======================================
  Hits         2563     2563           
  Misses       2921     2921           
  Partials      177      177           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v4-4.x branch from 9303c24 to 21d2f46 Compare August 21, 2025 19:40
@renovate renovate bot changed the title fix(deps): update module github.com/pion/webrtc/v4 to v4.1.3 fix(deps): update module github.com/pion/webrtc/v4 to v4.1.4 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v4-4.x branch from 21d2f46 to 62ae95a Compare September 15, 2025 02:47
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v4-4.x branch from 62ae95a to bc30e5d Compare September 26, 2025 05:27
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v4-4.x branch from bc30e5d to 441dd1a Compare October 4, 2025 01:58
@renovate renovate bot changed the title fix(deps): update module github.com/pion/webrtc/v4 to v4.1.4 fix(deps): update module github.com/pion/webrtc/v4 to v4.1.5 Oct 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v4-4.x branch from 441dd1a to 0aa32b8 Compare October 7, 2025 15:06
@renovate renovate bot force-pushed the renovate/github.com-pion-webrtc-v4-4.x branch from 0aa32b8 to d87571a Compare October 7, 2025 15:08
@JoeTurki JoeTurki merged commit 799d1ef into master Oct 7, 2025
8 checks passed
@JoeTurki JoeTurki deleted the renovate/github.com-pion-webrtc-v4-4.x branch October 7, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants