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/clever-gifts-live.md b/.changeset/clever-gifts-live.md deleted file mode 100644 index a04d0fe7a..000000000 --- a/.changeset/clever-gifts-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -remove cloud only methods from reporter interface diff --git a/.changeset/fast-beans-deny.md b/.changeset/fast-beans-deny.md deleted file mode 100644 index cfd55c8b4..000000000 --- a/.changeset/fast-beans-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -do not log sip auth field lengths 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/gold-fishes-smash.md b/.changeset/gold-fishes-smash.md deleted file mode 100644 index bfcb43869..000000000 --- a/.changeset/gold-fishes-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add stack utility 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/popular-cats-pull.md b/.changeset/popular-cats-pull.md deleted file mode 100644 index 599511922..000000000 --- a/.changeset/popular-cats-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -remove last cloud only obs method 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..e4dfceb31 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,25 @@ # @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)) + +- remove cloud only methods from reporter interface - [#1423](https://github.com/livekit/protocol/pull/1423) ([@paulwe](https://github.com/paulwe)) + +- do not log sip auth field lengths - [#1421](https://github.com/livekit/protocol/pull/1421) ([@paulwe](https://github.com/paulwe)) + +- add stack utility - [#1422](https://github.com/livekit/protocol/pull/1422) ([@paulwe](https://github.com/paulwe)) + +- Changes for ingress observability support - [#1392](https://github.com/livekit/protocol/pull/1392) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- remove last cloud only obs method - [#1425](https://github.com/livekit/protocol/pull/1425) ([@paulwe](https://github.com/paulwe)) + +- 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",