Skip to content

Commit fed1a69

Browse files
chore: release (#892)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4705e51 commit fed1a69

12 files changed

Lines changed: 58 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ license = "Apache-2.0"
3939

4040
[workspace.dependencies]
4141
imgproc = { version = "0.3.18", path = "imgproc" }
42-
libwebrtc = { version = "0.3.25", path = "libwebrtc" }
43-
livekit = { version = "0.7.31", path = "livekit" }
44-
livekit-api = { version = "0.4.13", path = "livekit-api" }
42+
libwebrtc = { version = "0.3.26", path = "libwebrtc" }
43+
livekit = { version = "0.7.32", path = "livekit" }
44+
livekit-api = { version = "0.4.14", path = "livekit-api" }
4545
livekit-ffi = { version = "0.12.47", path = "livekit-ffi" }
46-
livekit-protocol = { version = "0.7.0", path = "livekit-protocol" }
46+
livekit-protocol = { version = "0.7.1", path = "livekit-protocol" }
4747
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
4848
soxr-sys = { version = "0.1.2", path = "soxr-sys" }
49-
webrtc-sys = { version = "0.3.22", path = "webrtc-sys" }
49+
webrtc-sys = { version = "0.3.23", path = "webrtc-sys" }
5050
webrtc-sys-build = { version = "0.3.13", path = "webrtc-sys/build" }
5151
yuv-sys = { version = "0.3.13", path = "yuv-sys" }
5252

libwebrtc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.26](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.25...rust-sdks/libwebrtc@0.3.26) - 2026-02-16
11+
12+
### Other
13+
14+
- add is_screencast to VideoSource ([#896](https://github.com/livekit/rust-sdks/pull/896))
15+
1016
## [0.3.25](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.24...rust-sdks/libwebrtc@0.3.25) - 2026-02-09
1117

1218
### Fixed

libwebrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libwebrtc"
3-
version = "0.3.25"
3+
version = "0.3.26"
44
edition.workspace = true
55
homepage = "https://livekit.io"
66
license.workspace = true

livekit-api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.14](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.13...rust-sdks/livekit-api@0.4.14) - 2026-02-16
11+
12+
### Fixed
13+
14+
- fix full_reconnect downgrade & don't ignore Leave messages ([#893](https://github.com/livekit/rust-sdks/pull/893))
15+
16+
### Other
17+
18+
- turn single peerconnection off by default ([#897](https://github.com/livekit/rust-sdks/pull/897))
19+
- ensure signal connections times out properly and retries ([#895](https://github.com/livekit/rust-sdks/pull/895))
20+
- added Single Peer Connection support to Rust ([#888](https://github.com/livekit/rust-sdks/pull/888))
21+
1022
## [0.4.13](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.12...rust-sdks/livekit-api@0.4.13) - 2026-02-09
1123

1224
### Other

livekit-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-api"
3-
version = "0.4.13"
3+
version = "0.4.14"
44
license.workspace = true
55
description = "Rust Server SDK for LiveKit"
66
edition.workspace = true

livekit-protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-protocol@0.7.0...rust-sdks/livekit-protocol@0.7.1) - 2026-02-16
4+
5+
### Other
6+
7+
- update Cargo.toml dependencies
8+
39
## [0.7.0](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-protocol@0.6.0...rust-sdks/livekit-protocol@0.7.0) - 2026-02-09
410

511
### Other

livekit-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-protocol"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition.workspace = true
55
license.workspace = true
66
description = "Livekit protocol and utilities for the Rust SDK"

livekit/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.32](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.31...rust-sdks/livekit@0.7.32) - 2026-02-16
11+
12+
### Fixed
13+
14+
- fix full_reconnect downgrade & don't ignore Leave messages ([#893](https://github.com/livekit/rust-sdks/pull/893))
15+
16+
### Other
17+
18+
- turn single peerconnection off by default ([#897](https://github.com/livekit/rust-sdks/pull/897))
19+
- ensure signal connections times out properly and retries ([#895](https://github.com/livekit/rust-sdks/pull/895))
20+
- added Single Peer Connection support to Rust ([#888](https://github.com/livekit/rust-sdks/pull/888))
21+
- set the simulcast codec & layers ([#891](https://github.com/livekit/rust-sdks/pull/891))
22+
1023
## [0.7.31](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.30...rust-sdks/livekit@0.7.31) - 2026-02-10
1124

1225
### Other

livekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit"
3-
version = "0.7.31"
3+
version = "0.7.32"
44
edition.workspace = true
55
license.workspace = true
66
description = "Rust Client SDK for LiveKit"

0 commit comments

Comments
 (0)