Skip to content

Commit 74a0596

Browse files
chore: release (#660)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1e6a30 commit 74a0596

8 files changed

Lines changed: 50 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ members = [
1717
[workspace.dependencies]
1818
imgproc = { version = "0.3.12", path = "imgproc" }
1919
yuv-sys = { version = "0.3.7", path = "yuv-sys" }
20-
libwebrtc = { version = "0.3.10", path = "libwebrtc" }
20+
libwebrtc = { version = "0.3.11", path = "libwebrtc" }
2121
livekit-api = { version = "0.4.3", path = "livekit-api" }
2222
livekit-ffi = { version = "0.12.26", path = "livekit-ffi" }
2323
livekit-protocol = { version = "0.3.10", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
25-
livekit = { version = "0.7.11", path = "livekit" }
25+
livekit = { version = "0.7.12", path = "livekit" }
2626
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
2727
webrtc-sys-build = { version = "0.3.6", path = "webrtc-sys/build" }
28-
webrtc-sys = { version = "0.3.7", path = "webrtc-sys" }
28+
webrtc-sys = { version = "0.3.8", path = "webrtc-sys" }

libwebrtc/CHANGELOG.md

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

3+
## [0.3.11](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.10...rust-sdks/libwebrtc@0.3.11) - 2025-06-11
4+
5+
### Fixed
6+
7+
- fix uint32 overflow ([#615](https://github.com/livekit/rust-sdks/pull/615))
8+
9+
### Other
10+
11+
- remove ([#633](https://github.com/livekit/rust-sdks/pull/633))
12+
- expose apm stream_delay ([#616](https://github.com/livekit/rust-sdks/pull/616))
13+
- Add i420_to_nv12 ([#605](https://github.com/livekit/rust-sdks/pull/605))
14+
- ffi-v0.13.0 ([#590](https://github.com/livekit/rust-sdks/pull/590))
15+
- add AudioProcessingModule ([#580](https://github.com/livekit/rust-sdks/pull/580))
16+
317
## [0.3.10] - 2025-02-05
418

519
### 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.10"
3+
version = "0.3.11"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

livekit/CHANGELOG.md

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

3+
## [0.7.12](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.11...rust-sdks/livekit@0.7.12) - 2025-06-11
4+
5+
### Fixed
6+
7+
- fix duration overflow ([#654](https://github.com/livekit/rust-sdks/pull/654))
8+
9+
### Other
10+
11+
- Remove debouncer when fast_publish is enabled ([#649](https://github.com/livekit/rust-sdks/pull/649))
12+
313
## [0.7.9] - 2025-04-08
414

515
### Added

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.11"
3+
version = "0.7.12"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Rust Client SDK for LiveKit"

webrtc-sys/CHANGELOG.md

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

3+
## [0.3.8](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.7...rust-sdks/webrtc-sys@0.3.8) - 2025-06-11
4+
5+
### Fixed
6+
7+
- fix libwebrtc.jar build issue ([#586](https://github.com/livekit/rust-sdks/pull/586))
8+
9+
### Other
10+
11+
- bump version for webrtc (fix win CI) ([#650](https://github.com/livekit/rust-sdks/pull/650))
12+
- try to fix webrtc build for iOS/macOS. ([#646](https://github.com/livekit/rust-sdks/pull/646))
13+
- remove ([#633](https://github.com/livekit/rust-sdks/pull/633))
14+
- expose apm stream_delay ([#616](https://github.com/livekit/rust-sdks/pull/616))
15+
- Add i420_to_nv12 ([#605](https://github.com/livekit/rust-sdks/pull/605))
16+
- ffi-v0.13.0 ([#590](https://github.com/livekit/rust-sdks/pull/590))
17+
- add AudioProcessingModule ([#580](https://github.com/livekit/rust-sdks/pull/580))
18+
319
## [0.3.7] - 2025-02-05
420

521
### Added

webrtc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-sys"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)