From 6861500a4794b7d871848b35e55ac4c0ca8b3dfc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 06:01:06 +0000 Subject: [PATCH] Version Packages --- .changeset/bitter-trains-dress.md | 5 ----- .changeset/calm-snails-fix.md | 5 ----- .changeset/free-moles-hug.md | 5 ----- .changeset/heavy-scissors-hear.md | 5 ----- .changeset/violet-kings-compare.md | 5 ----- .changeset/wet-peaches-check.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 12 ++++++++++++ packages/javascript/package.json | 2 +- 10 files changed, 22 insertions(+), 32 deletions(-) delete mode 100644 .changeset/bitter-trains-dress.md delete mode 100644 .changeset/calm-snails-fix.md delete mode 100644 .changeset/free-moles-hug.md delete mode 100644 .changeset/heavy-scissors-hear.md delete mode 100644 .changeset/violet-kings-compare.md delete mode 100644 .changeset/wet-peaches-check.md diff --git a/.changeset/bitter-trains-dress.md b/.changeset/bitter-trains-dress.md deleted file mode 100644 index 85b337ec3..000000000 --- a/.changeset/bitter-trains-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -update text message protocol for http endpoints diff --git a/.changeset/calm-snails-fix.md b/.changeset/calm-snails-fix.md deleted file mode 100644 index 882749991..000000000 --- a/.changeset/calm-snails-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Redact ice server credentials in logs diff --git a/.changeset/free-moles-hug.md b/.changeset/free-moles-hug.md deleted file mode 100644 index 96854807c..000000000 --- a/.changeset/free-moles-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Adding feature_flags field to InternalTransferSIPParticipantRequest, InternalCreateSIPParticipantRequest, and EvaluateSIPDispatchRulesResponse diff --git a/.changeset/heavy-scissors-hear.md b/.changeset/heavy-scissors-hear.md deleted file mode 100644 index 6b2159f08..000000000 --- a/.changeset/heavy-scissors-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Changes for ingress observability support diff --git a/.changeset/violet-kings-compare.md b/.changeset/violet-kings-compare.md deleted file mode 100644 index dd07066b9..000000000 --- a/.changeset/violet-kings-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -update room observability codegen diff --git a/.changeset/wet-peaches-check.md b/.changeset/wet-peaches-check.md deleted file mode 100644 index 347df220f..000000000 --- a/.changeset/wet-peaches-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Sync schema versions diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f642fcb8..db3818c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # github.com/livekit/protocol +## 1.44.1 + +### Patch Changes + +- update text message protocol for http endpoints - [#1407](https://github.com/livekit/protocol/pull/1407) ([@longcw](https://github.com/longcw)) + +- Adding feature_flags field to InternalTransferSIPParticipantRequest, InternalCreateSIPParticipantRequest, and EvaluateSIPDispatchRulesResponse - [#1382](https://github.com/livekit/protocol/pull/1382) ([@alexlivekit](https://github.com/alexlivekit)) + ## 1.44.0 ### Minor Changes diff --git a/package.json b/package.json index 4f379162b..812f860a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.44.0", + "version": "1.44.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 593602ecb..20c3d4287 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/protocol +## 1.44.1 + +### Patch Changes + +- Redact ice server credentials in logs - [#1408](https://github.com/livekit/protocol/pull/1408) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- Changes for ingress observability support - [#1392](https://github.com/livekit/protocol/pull/1392) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- update room observability codegen - [#1395](https://github.com/livekit/protocol/pull/1395) ([@paulwe](https://github.com/paulwe)) + +- Sync schema versions - [#1385](https://github.com/livekit/protocol/pull/1385) ([@paulwe](https://github.com/paulwe)) + ## 1.44.0 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index d61b1fdae..2ea0ba31b 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.44.0", + "version": "1.44.1", "description": "", "type": "module", "require": "dist/index.cjs",