From 90629da1f91c95a70eb81e4ae5c6a347bcf3d707 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:59:04 +0000 Subject: [PATCH] Version Packages --- .changeset/eager-foxes-allow.md | 5 ----- .changeset/light-apricots-act.md | 5 ----- .changeset/nine-falcons-explode.md | 6 ------ .changeset/proud-peas-smoke.md | 5 ----- .changeset/rich-places-move.md | 5 ----- .changeset/swift-vans-sneeze.md | 5 ----- .changeset/tall-dogs-notice.md | 5 ----- .changeset/tasty-jokes-move.md | 5 ----- .changeset/twelve-knives-knock.md | 5 ----- .changeset/warm-jokes-drive.md | 5 ----- .changeset/yellow-apples-punch.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 20 ++++++++++++++++++++ packages/javascript/package.json | 2 +- 15 files changed, 34 insertions(+), 58 deletions(-) delete mode 100644 .changeset/eager-foxes-allow.md delete mode 100644 .changeset/light-apricots-act.md delete mode 100644 .changeset/nine-falcons-explode.md delete mode 100644 .changeset/proud-peas-smoke.md delete mode 100644 .changeset/rich-places-move.md delete mode 100644 .changeset/swift-vans-sneeze.md delete mode 100644 .changeset/tall-dogs-notice.md delete mode 100644 .changeset/tasty-jokes-move.md delete mode 100644 .changeset/twelve-knives-knock.md delete mode 100644 .changeset/warm-jokes-drive.md delete mode 100644 .changeset/yellow-apples-punch.md diff --git a/.changeset/eager-foxes-allow.md b/.changeset/eager-foxes-allow.md deleted file mode 100644 index 7c2324637..000000000 --- a/.changeset/eager-foxes-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -add option to only use IPv4 for webhooks diff --git a/.changeset/light-apricots-act.md b/.changeset/light-apricots-act.md deleted file mode 100644 index 7288fa79c..000000000 --- a/.changeset/light-apricots-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add session features to room observability diff --git a/.changeset/nine-falcons-explode.md b/.changeset/nine-falcons-explode.md deleted file mode 100644 index 0da4994f4..000000000 --- a/.changeset/nine-falcons-explode.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Redact metadata, attribute, participant name from logs. diff --git a/.changeset/proud-peas-smoke.md b/.changeset/proud-peas-smoke.md deleted file mode 100644 index dd07066b9..000000000 --- a/.changeset/proud-peas-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -update room observability codegen diff --git a/.changeset/rich-places-move.md b/.changeset/rich-places-move.md deleted file mode 100644 index 17e34da0a..000000000 --- a/.changeset/rich-places-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Adding more SIP return codes and updating SIP-to-grpc return code mapping diff --git a/.changeset/swift-vans-sneeze.md b/.changeset/swift-vans-sneeze.md deleted file mode 100644 index 9406bfb28..000000000 --- a/.changeset/swift-vans-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Switch to new header validation for SIP commands diff --git a/.changeset/tall-dogs-notice.md b/.changeset/tall-dogs-notice.md deleted file mode 100644 index f2fca337b..000000000 --- a/.changeset/tall-dogs-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Add redacted field options to egress fields diff --git a/.changeset/tasty-jokes-move.md b/.changeset/tasty-jokes-move.md deleted file mode 100644 index d724fcf2c..000000000 --- a/.changeset/tasty-jokes-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -update psrpc diff --git a/.changeset/twelve-knives-knock.md b/.changeset/twelve-knives-knock.md deleted file mode 100644 index bbbbcf2a1..000000000 --- a/.changeset/twelve-knives-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -feat(connector): export protos from JS package diff --git a/.changeset/warm-jokes-drive.md b/.changeset/warm-jokes-drive.md deleted file mode 100644 index 30ec50cd7..000000000 --- a/.changeset/warm-jokes-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add test for client middleware options diff --git a/.changeset/yellow-apples-punch.md b/.changeset/yellow-apples-punch.md deleted file mode 100644 index fca7f048e..000000000 --- a/.changeset/yellow-apples-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add redact format option diff --git a/CHANGELOG.md b/CHANGELOG.md index 792d7d62c..22ab3b63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # github.com/livekit/protocol +## 1.43.1 + +### Patch Changes + +- add option to only use IPv4 for webhooks - [#1296](https://github.com/livekit/protocol/pull/1296) ([@davidzhao](https://github.com/davidzhao)) + +- Redact metadata, attribute, participant name from logs. - [#1309](https://github.com/livekit/protocol/pull/1309) ([@boks1971](https://github.com/boks1971)) + +- Adding more SIP return codes and updating SIP-to-grpc return code mapping - [#1305](https://github.com/livekit/protocol/pull/1305) ([@alexlivekit](https://github.com/alexlivekit)) + +- Switch to new header validation for SIP commands - [#1279](https://github.com/livekit/protocol/pull/1279) ([@alexlivekit](https://github.com/alexlivekit)) + ## 1.43.0 ### Patch Changes diff --git a/package.json b/package.json index aa9a96799..91f003dd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.43.0", + "version": "1.43.1", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index 700069e54..c96fbc5d8 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,25 @@ # @livekit/protocol +## 1.43.1 + +### Patch Changes + +- add session features to room observability - [#1298](https://github.com/livekit/protocol/pull/1298) ([@paulwe](https://github.com/paulwe)) + +- Redact metadata, attribute, participant name from logs. - [#1309](https://github.com/livekit/protocol/pull/1309) ([@boks1971](https://github.com/boks1971)) + +- update room observability codegen - [#1307](https://github.com/livekit/protocol/pull/1307) ([@paulwe](https://github.com/paulwe)) + +- Add redacted field options to egress fields - [#1286](https://github.com/livekit/protocol/pull/1286) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- update psrpc - [#1303](https://github.com/livekit/protocol/pull/1303) ([@paulwe](https://github.com/paulwe)) + +- feat(connector): export protos from JS package - [#1311](https://github.com/livekit/protocol/pull/1311) ([@anunaym14](https://github.com/anunaym14)) + +- add test for client middleware options - [#1306](https://github.com/livekit/protocol/pull/1306) ([@paulwe](https://github.com/paulwe)) + +- add redact format option - [#1308](https://github.com/livekit/protocol/pull/1308) ([@paulwe](https://github.com/paulwe)) + ## 1.43.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index fbec76cb0..e081a9a00 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.43.0", + "version": "1.43.1", "description": "", "type": "module", "require": "dist/index.cjs",