Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

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

Release notes

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

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

Changelog

  • 99dcc6b7bf424140d0874dbd8c699c3b3449acb5 Add H265 payloader
  • 608d35f7bba10b3c4473db5ca431577fd9132c6d Update module github.com/pion/ice/v4 to v4.0.5
  • fe41afd3f2b76dfb2729384b283ea5ccf0b0bb42 Fix deadlock in DataChannel with mutex unlock
  • 49b555bbc14234a7a86e76220795d903e66eef24 Update module github.com/pion/ice/v4 to v4.0.4 (#3004)
  • f2191fbfa7f6ede87e3837cf6b1e5a4a92e18b62 Finish moving SDESRTPStreamIDURI (#3000)
  • cdacd1c3b07b18a269ec036a39aada547ef1d555 Rewrite VP8 isKeyFrame check (#2999)
  • 5edce958fdf13c03ede6d356cf042285dbb941a3 Include sdpMid and sdpMLineIndex for ICECandidates returned by OneICECandidate (#2990)
  • c50ca41e56d3943603c909ec1a7580105fc7d4c8 Improve documentation of ConfigureTWCCSender
  • 6f6231b062d01d780f220b368563b0b838a54d0e Minor fixes to TestInterceptorNack
  • b47fbb6b5e36bfafa2ba908cfff36457d1bfffe9 Implement more webrtc-stats
  • c895252d720d42a5303c1c3781b8d163a3e284cc Gracefully close connecting channels (#2991)
  • 1ee02999eb6ce157c291fc2dbf0d43bf5c700c71 Defense against timebase with denominator 0
  • 40358b3d1e0f7dbd402c12b44f4943cce9efd689 Defense against timebase with denominator 0
  • d5e07a1bcfde308a30cd3ed562556c2083323dfd Restore relative timestamp
  • 04b46212a917be93cb8a67564dbfcb8a08f99e75 Nits
  • 31d8dbc720f7a651876409aa1390949fa9acfcb1 Fix IVF timestamps
  • 8b3734e5d3fe324122aab0b7217526d541d6f3e7 Revert "Adapt an existing test to provide coverage"
  • 0ae39fd72a5fd1a17758a2958839fae9055cb247 Revert "IVF writer fix invalid timestamp into headers"
  • 92fce5ff179278f1497941e1c319a5063cda6574 Add an end-to-end test for the NACK sender
  • 92d573c35bd3c83123c72af60243daac6bebfa98 Fix broken links in save-to-disk examples
  • 384646e7d6903781623b9264df9867eaf9454dd4 Update module golang.org/x/net to v0.33.0
  • dca5d743cfdcf192746f9dc58b5c8bf86fcac6c0 Fix bandwidth-estimation-from-disk timestamping
  • 80b5649f43add48d899e37cb1ac6b9a6cc06421b Add Encoder/Decoder info to stats

v4.0.7

... (truncated)

Commits
  • 70f0211 Add GetRemoteParameters to ICETransport
  • 969ab68 Fix matching codecs with different rate or channels
  • 70d06fd Fix ivfwriter with VP9
  • ee669ca Update golang Docker tag to v1.24
  • bea7ae3 Add ivfwriter support for VP9
  • 306dc37 Fix error handling in RTPReceiver.Receive
  • 1c45355 Fix H264Writer writing 0 length payloads
  • 46565ff Cleanup PeerConnection in WriteRTCP Test
  • ae260d4 Assert that WriteRTCP works before connected
  • 99eb390 Implement JSValue for more structures
  • 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.10.
- [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.10)

---
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 Feb 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Superseded by #105.

@dependabot dependabot bot closed this Mar 3, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pion/webrtc/v4-4.0.10 branch March 3, 2025 13:34
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