Skip to content

Commit

Permalink
nanpa: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ilo-nanpa[bot] committed Jan 17, 2025
1 parent f162413 commit 3eb79a7
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .nanpa/data-stream-trailer.kdl

This file was deleted.

6 changes: 0 additions & 6 deletions .nanpa/dc-buffered-amount-low-threshold.kdl

This file was deleted.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ members = [
[workspace.dependencies]
imgproc = { version = "0.3.12", path = "imgproc" }
yuv-sys = { version = "0.3.7", path = "yuv-sys" }
libwebrtc = { version = "0.3.8", path = "libwebrtc" }
libwebrtc = { version = "0.3.9", path = "libwebrtc" }
livekit-api = { version = "0.4.1", path = "livekit-api" }
livekit-ffi = { version = "0.12.6", path = "livekit-ffi" }
livekit-protocol = { version = "0.3.6", path = "livekit-protocol" }
livekit-ffi = { version = "0.12.7", path = "livekit-ffi" }
livekit-protocol = { version = "0.3.7", path = "livekit-protocol" }
livekit-runtime = { version = "0.3.1", path = "livekit-runtime" }
livekit = { version = "0.7.2", path = "livekit" }
livekit = { version = "0.7.3", path = "livekit" }
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
webrtc-sys-build = { version = "0.3.6", path = "webrtc-sys/build" }
webrtc-sys = { version = "0.3.6", path = "webrtc-sys" }
2 changes: 1 addition & 1 deletion libwebrtc/.nanparc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 0.3.8
version 0.3.9
language rust
6 changes: 6 additions & 0 deletions libwebrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.9] - 2025-01-17

### Added

- Expose DataChannel.bufferedAmount property

## [0.3.8] - 2024-12-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion libwebrtc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libwebrtc"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
homepage = "https://livekit.io"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion livekit-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rustls-tls-webpki-roots = [
__rustls-tls = ["tokio-tungstenite?/__rustls-tls", "reqwest?/__rustls"]

[dependencies]
livekit-protocol = { path = "../livekit-protocol", version = "0.3.6" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.7" }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/.nanparc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 0.12.6
version 0.12.7
language rust
8 changes: 8 additions & 0 deletions livekit-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.12.7] - 2025-01-17

### Added

- Add DataStream.Trailer support
- Add an API to set buffer_amount_low_threshold for DataChannel
- Update RoomInfo to contain buffer_amount_low_threshold for DataChannel

## [0.12.6] - 2025-01-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-ffi"
version = "0.12.6"
version = "0.12.7"
edition = "2021"
license = "Apache-2.0"
description = "FFI interface for bindings in other languages"
Expand Down
2 changes: 1 addition & 1 deletion livekit-protocol/.nanparc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 0.3.6
version 0.3.7
language rust
7 changes: 7 additions & 0 deletions livekit-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [0.3.7] - 2025-01-17

### Changed

- Update protocol version to v1.31.0
2 changes: 1 addition & 1 deletion livekit-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-protocol"
version = "0.3.6"
version = "0.3.7"
edition = "2021"
license = "Apache-2.0"
description = "Livekit protocol and utilities for the Rust SDK"
Expand Down
2 changes: 1 addition & 1 deletion livekit/.nanparc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 0.7.2
version 0.7.3
language rust
11 changes: 11 additions & 0 deletions livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.3] - 2025-01-17

### Added

- Add an API to set buffer_amount_low_threshold for DataChannel
- Update RoomInfo to contain buffer_amount_low_threshold for DataChannel

### Fixed

- Wait for the buffered amount to become low before sending data during publish_data for Reliable Data Channel

## [0.7.2] - 2025-01-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion livekit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
license = "Apache-2.0"
description = "Rust Client SDK for LiveKit"
Expand Down

0 comments on commit 3eb79a7

Please sign in to comment.