Skip to content

Commit 512e236

Browse files
Release packages
1 parent 557f702 commit 512e236

25 files changed

Lines changed: 74 additions & 51 deletions

File tree

.changeset/caching_of_tokio_backend_reqwest_http_client.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/data_streams_v2.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/ensure_participant_disconnects_are_synthesized_after_connect.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ license = "Apache-2.0"
4949
device-info = { version = "0.1.1", path = "device-info" }
5050
imgproc = { version = "0.3.19", path = "imgproc" }
5151
libwebrtc = { version = "0.3.43", path = "libwebrtc" }
52-
livekit = { version = "0.8.0", path = "livekit" }
53-
livekit-api = { version = "0.6.0", path = "livekit-api" }
54-
livekit-ffi = { version = "0.12.72", path = "livekit-ffi" }
55-
livekit-datatrack = { version = "0.1.12", path = "livekit-datatrack" }
52+
livekit = { version = "0.8.1", path = "livekit" }
53+
livekit-api = { version = "0.6.1", path = "livekit-api" }
54+
livekit-ffi = { version = "0.12.73", path = "livekit-ffi" }
55+
livekit-datatrack = { version = "0.1.13", path = "livekit-datatrack" }
5656
livekit-common = { version = "0.1.0", path = "livekit-common" }
5757
livekit-data-stream = { version = "0.1.0", path = "livekit-data-stream" }
58-
livekit-net = { version = "0.1.1", path = "livekit-net" }
59-
livekit-protocol = { version = "0.7.11", path = "livekit-protocol" }
58+
livekit-net = { version = "0.1.2", path = "livekit-net" }
59+
livekit-protocol = { version = "0.7.12", path = "livekit-protocol" }
6060
# default-features off so each consumer selects its runtime explicitly
6161
# (livekit-runtime/tokio | /async | /dispatcher); otherwise the default `tokio`
6262
# feature is forced on everywhere and collides with `async`/`dispatcher` builds.

livekit-api/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## 0.6.1 (2026-07-28)
11+
12+
### Fixes
13+
14+
- Caching of tokio backend reqwest http client - #1285 (@MaxHeimbrock)
15+
- Add data streams v2 - #1192 (@1egoman)
16+
1017
## 0.6.0 (2026-07-27)
1118

1219
### Breaking Changes

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.6.0"
3+
version = "0.6.1"
44
license.workspace = true
55
description = "Rust Server SDK for LiveKit"
66
edition.workspace = true

livekit-datatrack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## 0.1.13 (2026-07-28)
3+
4+
### Fixes
5+
6+
- Add data streams v2 - #1192 (@1egoman)
7+
28
## 0.1.12 (2026-07-27)
39

410
### Features

livekit-datatrack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "livekit-datatrack"
33
description = "Data track core for LiveKit"
4-
version = "0.1.12"
4+
version = "0.1.13"
55
readme = "README.md"
66
license.workspace = true
77
edition.workspace = true

livekit-ffi-node-bindings/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-darwin-arm64",
3-
"version": "0.12.72",
3+
"version": "0.12.73",
44
"cpu": [
55
"arm64"
66
],

0 commit comments

Comments
 (0)