Skip to content

Commit f6bdb85

Browse files
Release packages
1 parent e37adc1 commit f6bdb85

19 files changed

Lines changed: 50 additions & 29 deletions

File tree

.changeset/caching_of_tokio_backend_reqwest_http_client.md

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

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ 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" }
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" }
5555
livekit-datatrack = { version = "0.1.12", 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" }
58+
livekit-net = { version = "0.1.2", path = "livekit-net" }
5959
livekit-protocol = { version = "0.7.11", path = "livekit-protocol" }
6060
# default-features off so each consumer selects its runtime explicitly
6161
# (livekit-runtime/tokio | /async | /dispatcher); otherwise the default `tokio`

livekit-api/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.6.1 (2026-07-28)
11+
12+
### Fixes
13+
14+
- Caching of tokio backend reqwest http client - #1285 (@MaxHeimbrock)
15+
1016
## 0.6.0 (2026-07-27)
1117

1218
### 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-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
],

livekit-ffi-node-bindings/npm/darwin-x64/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-x64",
3-
"version": "0.12.72",
3+
"version": "0.12.73",
44
"cpu": [
55
"x64"
66
],

livekit-ffi-node-bindings/npm/linux-arm64-gnu/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-linux-arm64-gnu",
3-
"version": "0.12.72",
3+
"version": "0.12.73",
44
"cpu": [
55
"arm64"
66
],

livekit-ffi-node-bindings/npm/linux-x64-gnu/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-linux-x64-gnu",
3-
"version": "0.12.72",
3+
"version": "0.12.73",
44
"cpu": [
55
"x64"
66
],

livekit-ffi-node-bindings/npm/win32-x64-msvc/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-win32-x64-msvc",
3-
"version": "0.12.72",
3+
"version": "0.12.73",
44
"cpu": [
55
"x64"
66
],

0 commit comments

Comments
 (0)