Skip to content

Bump livekit from 0.7.49 to 0.7.51#24

Merged
ladvoc merged 1 commit into
mainfrom
dependabot/cargo/livekit-0.7.51
Jul 10, 2026
Merged

Bump livekit from 0.7.49 to 0.7.51#24
ladvoc merged 1 commit into
mainfrom
dependabot/cargo/livekit-0.7.51

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps livekit from 0.7.49 to 0.7.51.

Release notes

Sourced from livekit's releases.

livekit 0.7.51 (2026-07-09)

Fixes

livekit 0.7.50 (2026-06-30)

Features

  • Add user_data support to frame metadata, allowing arbitrary application-supplied bytes to be attached to a video frame via the PTF_USER_DATA packet trailer feature.

Improve initial video quality by setting x-google-start-bitrate SDP hint for all video codecs (VP8, VP9, AV1, H264, H265) and defaulting to MaintainResolution degradation preference.

This addresses the issue where video starts blurry for several seconds before improving, by:

  1. Telling WebRTC's bandwidth estimator to start at 70% of target bitrate instead of ramping up from ~300kbps
  2. Preferring frame drops over resolution reduction when bandwidth is constrained

The DegradationPreference option is now exposed via FFI for Python, C++, Unity, and Node SDKs.

Add MaintainFramerateAndResolution to DegradationPreference enum to align with WebRTC M144.

  • MAINTAIN_FRAMERATE_AND_RESOLUTION is now the recommended value (replaces deprecated DISABLED)
  • DISABLED is deprecated but still supported for backwards compatibility
  • Both values map to the same behavior: maintain framerate and resolution, dropping frames if needed

Fixes

  • Fix AV1 subscriber decode when packet trailers are enabled.
  • Improve log messages around plugin loading - #1186 (@​lukasIO)
Commits
  • 267ebb8 Release packages (#1211)
  • 6df0f1a Handle data track SID reassignment (#1228)
  • 223305f Delete wgpu room example and redirect to new rust-dev-client (#1222)
  • 5f68616 fix x-google-start-bitrate for vp8 and other codex and make it adaptive to ne...
  • 91da27e Sxian/clt 3110/add compression to the url for single pc (#1232)
  • 91966b1 webrtc-sys: don't panic when C++ hands us a malformed RtcError string (#1098)
  • 3dafb1d introduce LiveKitAPI construct, added smoke tests (#1220)
  • a7f7269 Fix for dynacast error (#1213)
  • 9ff0554 Add dart/flutter bindings to livekit-uniffi (#1183)
  • 8ead5c3 feat: auto failover APIs with LK Cloud (#1196)
  • 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 [livekit](https://github.com/livekit/rust-sdks) from 0.7.49 to 0.7.51.
- [Release notes](https://github.com/livekit/rust-sdks/releases)
- [Commits](livekit/rust-sdks@livekit/v0.7.49...livekit/v0.7.51)

---
updated-dependencies:
- dependency-name: livekit
  dependency-version: 0.7.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 10, 2026
@dependabot dependabot Bot requested a review from ladvoc as a code owner July 10, 2026 02:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 10, 2026
@ladvoc ladvoc merged commit e661bbe into main Jul 10, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/livekit-0.7.51 branch July 10, 2026 04:05
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant