Skip to content

Bump github.com/pion/webrtc/v4 from 4.0.13 to 4.1.1#321

Merged
Sean-Der merged 1 commit intomainfrom
dependabot/go_modules/github.com/pion/webrtc/v4-4.1.1
Jun 4, 2025
Merged

Bump github.com/pion/webrtc/v4 from 4.0.13 to 4.1.1#321
Sean-Der merged 1 commit intomainfrom
dependabot/go_modules/github.com/pion/webrtc/v4-4.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2025

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

Release notes

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

v4.1.1

Changelog

  • c5d629f4fc557a282eb006a5cf7e2d4646348cf0 Add methods for tweaking sctp cc to settingending
  • 6fd13444577ab26f131bf149fd90868a1acbd16b Enable certificate.go for WASM builds
  • d08789bd8fe48f26e070c5d2761085d2a1a9bee5 Solve data race in ReadSimulcast

v4.1.0

Pion v4.1.0

  • New release schedule – a fresh minor version will ship on the last weekend of every month.
  • AV1 support is complete and stable.
  • Data Channels now handle payloads larger than 65 535 bytes (MaxUint16) and parses a=max-message-size.
  • HEVC / H.265 RTP payloader added.
  • Multi-codec negotiation lets peers negotiate for media sections with different audio/video codecs.
  • ICE improvements
    • Add a ufrag extension to generated candidates.
    • ToICE converts webrtc.Candidate to ice.Candidate.
    • New APIs to add and retrieve ICE extensions.
    • AddCandidate rejects candidates from old generations.
  • SCTP – exposed SCTPTransport.BufferedAmount for better flow-control insight.
  • RTP tracksWithRTPTimestamp lets you set a custom initial RTP timestamp.
  • Codec matching fixes when peers advertise the same codec with different sample-rates or channel counts.
  • Test refactors and code enhancements.

Thanks to everyone who contributed since v4.0.0 (2024-10-11)! ❤️

@​0x34d @​3DRX @​5ur3 @​5xp @​aalekseevx @​abrender @​aler9 @​amanakin @​amincheloh @​andresmanelli @​at-wat @​boks1971 @​cnderrauber @​Dailor @​dkess @​edaniels @​evan-brass @​hateeyan @​hoihochan @​howjmay @​itzmanish @​jaystenmark @​jech @​jmelancongen @​JoeTurki @​kcaffrey @​kevmo314 @​KW-M @​LeeTeng2001 @​levaitamas @​mengelbart @​N1cOs @​nithu1991 @​Olex1313 @​oto313 @​pabloFuente @​paulwe @​rileym-arcules @​robfig @​RyanPotat @​San9H0 @​seaduboi-openai @​Sean-Der @​sirzooro @​skyfall2022 @​sterlingdeng @​strangesast @​strombergdev @​stv0g @​sukunrt @​tyohan @​ValorZard @​WofWca @​xdrudis @​y-kawawa @​YannSc @​zcc0077 @​zjzhang-cn Anton, ARJUN SHAJI, Brave Yao, Nils Ohlmeier, sterlingdeng

v4.0.16

Changelog

  • 705b728d289a92bc484c8c843a29b3fc51e4123d Pass Configured MTU into SCTP
  • 3017e688596b01b00fc847579d32477776d8b912 Remove TEST_EXTRA_ARGS and GOLANGCI_LINT_EXRA_ARGS
  • 2de1ac42857c953947dffae9b23f71e114279e61 Update CI configs to v0.11.19
  • 16d809cc6f3c6888c1764e876e5f6733bbb4f843 Add H265 to RegisterDefaultCodecs
  • 0fa49227e700e26079b7d57d424a37ed22fba6d4 Remove inaccurate comments
  • f03eb7351f0bbbf11cb52a480310680a4d0b263c Fix linter
  • 3d4c996abf93bff81458a989ed3f700833cf6599 Adressing linter errors
  • f153325514c3a05eb6a82c82c9f825ef186ed04d Replaced enable with isDisabled
  • 5676fa4d38e554adcaf6ed5cf3bec6cb2b4ddd01 Don't expose new MediaEngine functions
  • a9ff362d8950b0d592e5c065da02d7a87cddb276 Fixed lint error
  • a5613710280f2da30413b78ff5d7281180bf9e90 Made multi codec the default
  • be8800d52252db556435bbe2a2e26b80d799239b Implemented alternative proposal via SettingEngine
  • 1f393efc63da1d5d69247eb3933701294d2d6670 Fixed bug in copy()
  • 29d6e41b97110682135d566c2e137d68a6db6ed9 Add support for multi codec negotiation

v4.0.15

Changelog

  • c79463deab3f07226604da9304ebdc26213ecc6d Added SCTPTransport.BufferedAmount
  • 3e43ae91a8b6ef74619cbad921bd6a841e01ec41 Update module github.com/pion/sctp to v1.8.38
  • 8cda9b7d20f6a8e29bd14bdcd3cbcd57c289c639 Update module github.com/pion/ice/v4 to v4.0.10

... (truncated)

Commits
  • c5d629f Add methods for tweaking sctp cc to settingending
  • 6fd1344 Enable certificate.go for WASM builds
  • d08789b Solve data race in ReadSimulcast
  • 3e2a804 Fix MIME type comparisons to be case-insensitive
  • 788147d Fix flaky test, by adding a grace timestamp
  • 465d8bd Reject candidates from old generation
  • d6154f6 Add WithRTPTimestamp to set initial RTP timestamp
  • ac1a132 Update module github.com/pion/rtp to v1.8.15
  • 9f9911b Update module github.com/pion/rtp to v1.8.14
  • 705b728 Pass Configured MTU into SCTP
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2025
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/pion/webrtc/v4-4.1.1 branch from 4c7e00f to 989b219 Compare June 4, 2025 16:04
Bumps [github.com/pion/webrtc/v4](https://github.com/pion/webrtc) from 4.0.13 to 4.1.1.
- [Release notes](https://github.com/pion/webrtc/releases)
- [Changelog](https://github.com/pion/webrtc/blob/master/.goreleaser.yml)
- [Commits](pion/webrtc@v4.0.13...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/pion/webrtc/v4-4.1.1 branch from 989b219 to e8333dd Compare June 4, 2025 16:05
@Sean-Der Sean-Der merged commit 96e4645 into main Jun 4, 2025
1 check failed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/pion/webrtc/v4-4.1.1 branch June 4, 2025 16:07
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.

1 participant