Skip to content

chore(deps): bump github.com/pion/webrtc/v4 from 4.0.1 to 4.0.13 #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps github.com/pion/webrtc/v4 from 4.0.1 to 4.0.13.

Release notes

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

v4.0.13

Changelog

  • e4ff415b2bff31382bdb803b62e8b08d6d000911 Support DataChannel messages larger then MaxUint16

v4.0.12

We've added beta support for full AV1 handling! This includes AV1 RTP Depacketizer: #291 and AV1 RTP Packetizer: #295 Additional utilities: #294, allowing early testing before the final release in Pion 4.1.0.

What's Changed

Full Changelog: pion/webrtc@v4.0.11...v4.0.12

v4.0.11

Changelog

  • dae0af938b642456ab8300a2fa887e982e8b4408 Add Req/Res count/time to candidate stats (#3043)
  • 44062a7a78006d7e6b2f97d991ad3c12a648150c Missed Done when collecting ice stats (#3040)
  • 9f3df089acb44a1b76b624c646571b3ac74b853d Update module github.com/pion/sctp to v1.8.36 (#3039)

v4.0.10

Changelog

  • 70f0211065c83e75b9ce69dba554aa61b13988ec Add GetRemoteParameters to ICETransport
  • 969ab684e397cb50dde99043af148624c17e9d21 Fix matching codecs with different rate or channels
  • 70d06fd9f6264db8590ee45e52c3a003fca3c25c Fix ivfwriter with VP9
  • ee669ca89d83fc59438581d3b32520b6b6df1290 Update golang Docker tag to v1.24
  • bea7ae37455b4a7c4fc68d41f7e432227002df8e Add ivfwriter support for VP9
  • 306dc3776934194e66fc021700ddfe827105c5b3 Fix error handling in RTPReceiver.Receive

v4.0.9

Changelog

  • 1c45355b8cfee581ce80364448edaea981898137 Fix H264Writer writing 0 length payloads
  • 46565ffd954f7132c781617f44c67d6bd2027316 Cleanup PeerConnection in WriteRTCP Test
  • ae260d4eeb8b12475b75c000b3a76c55ac544e9a Assert that WriteRTCP works before connected
  • 99eb390362f706665cc8639ea5b148980bf73705 Implement JSValue for more structures
  • 4ee374714a4a793a2990507ec083bc0628b44824 Implement DataChannel OnError/OnClosing for WASM
  • 59c72707b437a5bcd3da1cd540d9ad0f1964911a Update module golang.org/x/net to v0.34.0
  • a0d7d022c098664944591eaa57e2d9ca4ca503de Preserve ICE candidate Extensions
  • 7c3b12817abc4793455e882fb2cd5dff3baf9bad Update module github.com/pion/ice/v4 to v4.0.6 (#3025)
  • 47bde056667df7176470a14d391bd05ad837dc66 Update module github.com/pion/logging to v0.2.3 (#3020)
  • 47c65c81e37ce49e720e48bc71dafe7ea8bc9574 Remove outdated safety comment in RegisterCodec
  • feeeebf251166faabdb00bd07b1ce2f6bd1064ad Upgrade golangci-lint, more linters

v4.0.8

... (truncated)

Commits
  • e4ff415 Support DataChannel messages larger then MaxUint16
  • 98a0025 Add support for AV1 and VP9 to play from disk
  • 8f8c232 Refactor Ivfwriter.WriteRTP implemention
  • fd7fe3f Fix AV1 IVF writer using RTP depacketizer
  • 38fdb70 Fix save to disk examples
  • bdfe07a Move ErrCodecAlreadyRegistered to errors.go
  • 1978944 Return error if payload type exists in codecs list
  • a80256e Update pion/rtp to v1.8.12
  • 61162f3 Update module golang.org/x/net to v0.35.0 (#3046)
  • dae0af9 Add Req/Res count/time to candidate stats (#3043)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1 to 4.0.13.
- [Release notes](https://github.com/pion/webrtc/releases)
- [Changelog](https://github.com/pion/webrtc/blob/master/.goreleaser.yml)
- [Commits](pion/webrtc@v4.0.1...v4.0.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants