Skip to content

build(deps): bump github.com/pion/webrtc/v4 from 4.0.12 to 4.2.16 in /examples/webrtc-control#492

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/examples/webrtc-control/github.com/pion/webrtc/v4-4.2.16
Open

build(deps): bump github.com/pion/webrtc/v4 from 4.0.12 to 4.2.16 in /examples/webrtc-control#492
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/examples/webrtc-control/github.com/pion/webrtc/v4-4.2.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown

Bumps github.com/pion/webrtc/v4 from 4.0.12 to 4.2.16.

Release notes

Sourced from github.com/pion/webrtc/v4's releases.

v4.2.16

Changelog

  • 3acb04c0bedcc57d2b9ddea102cb7b3787179400 Add the ability to write tracks OpusTags
  • b1b0614cd458f580409fa2d3bdea7928d4a2e544 Add multi-track ogg writing API
  • 5636863a5e2f2f071fb7786bc14e28b55b538d86 Update module github.com/pion/sctp to v1.10.3
  • 43b3d65247e68fb76deba94e2fd37a21016b664c Fix flaky test detach race
  • 7a223a6f4d4fed5dcfa8f7749604ff7e72fd2f33 Add StartContext to ICE and DTLS Transport (#3371)
  • 979fc8416aa9b1cf66c7d4eade3822ab769f5be1 Update module github.com/pion/sctp to v1.10.2 (#3457)
  • 730635086cc80b614797f74ec6fa31f7150933dc Update module github.com/pion/datachannel to v1.6.2 (#3456)
  • 0b2fda9d73f83479868ee8c06a7d2e33c90e2845 Update module github.com/pion/sctp to v1.10.1 (#3455)
  • 7a9d72c9b35af9a11384eae393290a586cee8015 Update module github.com/pion/stun/v3 to v3.1.6 (#3452)
  • 7991a3a15b0602043b33113acb878509ba2a4d66 Update module github.com/pion/sdp/v3 to v3.0.19 (#3454)
  • ea2897fb6dc2eeeec2c38441ceb134c2047be4dd Update module github.com/pion/srtp/v3 to v3.0.12 (#3448)
  • 7c9521bd5656abe794a9e26424bf7ff0acca7a51 Update module github.com/pion/datachannel to v1.6.1 (#3451)
  • 3a57b45bb11c863f76234401bb1a75d0e3dcee6b Fix wasm null JS event handlers before release (#3432)
  • ec1dd730986df3d129c96f3691be04145d23259a Fix bundle-only data channel startup (#3447)
  • 6a5d2f84f74f7db9044ffdc1f2f5403985f50cae Update module github.com/pion/turn/v5 to v5.0.10 (#3444)

v4.2.15

Changelog

  • a323cae9557309a22eaa1cf78cfffe83ca463093 Upgrade dtls to fix compatibility with firefox
  • bb1c6843124045f4d06cd8acfb9c7c620958f6e5 SNAP: fix renegotiation bug (#3443)
  • 898d90d1ed5e4ac9191490c7b5a1c659c3bf4c95 Remove redundant lock guarding atomic

v4.2.14

Changelog

  • b5b06e4f039af5c3c02bc22d5358a34f14b772e7 Update dtls, ice, stun, turn
  • 862b836e80ec84a187e87441394fa7bf65100c3f Update module github.com/pion/ice/v4 to v4.2.6 (#3437)
  • 0406280048b573542cb7b6502157196244ff89d2 Update module github.com/pion/srtp/v3 to v3.0.11 (#3436)
  • 2eab7b01fdbb9fe49dca8e7cb6083bcbf85969e4 Update module github.com/pion/turn/v5 to v5.0.5 (#3435)
  • 4cda4cb03c459365dd1557ef2450bb57c9ad87d4 Update module github.com/pion/transport/v4 to v4.0.2 (#3433)
  • f52b36de1e39c6f98d0ba58ee5fcd3c7dbf5179c Make RID parsing more robust

v4.2.13

Changelog

  • 5eeb68efae547286a2112fece8c6fa6fc38c1131 Expose SCTP assoc metadata in getStats
  • a9822d3f4e810af2c9ab1c6f7ccc74b9fd7b7143 Fix DC send benchmark race on x386
  • e116405a6ad54871787d06f876d51bc0bcadd55b Fix mDNS connection tests on macOS
  • 2ebb5663c06fb42fa2e6dc11170e6d579fa0a169 Fix a race in benchmark
  • 064de24212cf4d997bdd9d5406cd89de12dd1af3 Fix DC OnClose race, add default DC open handler
  • 0607a804ad6bf42758b250dca05c91ece7573bc4 Add SCTP interleaving-inspection example
  • fa46152405dff75060146611914120d00308a418 Update module github.com/pion/turn/v5 to v5.0.4 (#3422)
  • 9654161f9b698b2d9a2df3dd5a676b20e881a7b3 Update module github.com/pion/rtp to v1.10.2 (#3421)
  • c96c16648cc994f0d425a1c58c725b49407852c3 Upgrade to turn/v5
  • 32341d78118c6f579e2195956003b36b37e5a393 Update module github.com/pion/interceptor to v0.1.45

v4.2.12

Changelog

  • 8e210ec049571680cdd1a4543c6456610e68f88e Update module github.com/pion/sctp to v1.9.5 (#3418)
  • aa8d6aa6c8300d38d4ee48fd030b1956c3ce4c06 Update module github.com/pion/ice/v4 to v4.2.5 (#3411)

... (truncated)

Commits
  • 3acb04c Add the ability to write tracks OpusTags
  • b1b0614 Add multi-track ogg writing API
  • 5636863 Update module github.com/pion/sctp to v1.10.3
  • 43b3d65 Fix flaky test detach race
  • 7a223a6 Add StartContext to ICE and DTLS Transport (#3371)
  • 979fc84 Update module github.com/pion/sctp to v1.10.2 (#3457)
  • 7306350 Update module github.com/pion/datachannel to v1.6.2 (#3456)
  • 0b2fda9 Update module github.com/pion/sctp to v1.10.1 (#3455)
  • 7a9d72c Update module github.com/pion/stun/v3 to v3.1.6 (#3452)
  • 7991a3a Update module github.com/pion/sdp/v3 to v3.0.19 (#3454)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/pion/webrtc/v4](https://github.com/pion/webrtc) from 4.0.12 to 4.2.16.
- [Release notes](https://github.com/pion/webrtc/releases)
- [Commits](pion/webrtc@v4.0.12...v4.2.16)

---
updated-dependencies:
- dependency-name: github.com/pion/webrtc/v4
  dependency-version: 4.2.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants