From 00a4f019708c6bb3dee98dcf0a356d25bcb43179 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 15:18:48 +0000 Subject: [PATCH] Version Packages --- .changeset/agent-job-webhooks.md | 6 ------ .changeset/egress-passthrough.md | 6 ------ .changeset/psrpc-error-code-label.md | 5 ----- .changeset/rare-carrots-grab.md | 5 ----- .changeset/realtime-gateway-obs.md | 5 ----- .changeset/slimy-cows-shake.md | 6 ------ .changeset/small-eggs-itch.md | 6 ------ .changeset/spotty-jokes-shake.md | 6 ------ .changeset/tough-locks-talk.md | 5 ----- .changeset/wise-horses-visit.md | 6 ------ CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 18 ++++++++++++++++++ packages/javascript/package.json | 2 +- 14 files changed, 44 insertions(+), 58 deletions(-) delete mode 100644 .changeset/agent-job-webhooks.md delete mode 100644 .changeset/egress-passthrough.md delete mode 100644 .changeset/psrpc-error-code-label.md delete mode 100644 .changeset/rare-carrots-grab.md delete mode 100644 .changeset/realtime-gateway-obs.md delete mode 100644 .changeset/slimy-cows-shake.md delete mode 100644 .changeset/small-eggs-itch.md delete mode 100644 .changeset/spotty-jokes-shake.md delete mode 100644 .changeset/tough-locks-talk.md delete mode 100644 .changeset/wise-horses-visit.md diff --git a/.changeset/agent-job-webhooks.md b/.changeset/agent-job-webhooks.md deleted file mode 100644 index 0d1bfec68..000000000 --- a/.changeset/agent-job-webhooks.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add `agent_job_started` / `agent_job_ended` webhook events and a `job` field on `WebhookEvent` diff --git a/.changeset/egress-passthrough.md b/.changeset/egress-passthrough.md deleted file mode 100644 index af02206ba..000000000 --- a/.changeset/egress-passthrough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -egress v2: add `passthrough` to the `encoding` oneof on `StartEgressRequest` and `ExportReplayRequest`; remove the unused `EgressHandler.UpdateEgress` RPC and the `livekit.UpdateEgressRequest` message diff --git a/.changeset/psrpc-error-code-label.md b/.changeset/psrpc-error-code-label.md deleted file mode 100644 index 5637b4fe5..000000000 --- a/.changeset/psrpc-error-code-label.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add an `error_code` label to the `livekit_psrpc_error_total` metric. diff --git a/.changeset/rare-carrots-grab.md b/.changeset/rare-carrots-grab.md deleted file mode 100644 index e2c208ea0..000000000 --- a/.changeset/rare-carrots-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- - ---- - -Consolidate on go.yaml.in/yaml/v3 diff --git a/.changeset/realtime-gateway-obs.md b/.changeset/realtime-gateway-obs.md deleted file mode 100644 index fcd7c23cb..000000000 --- a/.changeset/realtime-gateway-obs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Add realtime (speech-to-speech) reporter methods to gatewayobs, regenerated from cloud-observability schema/gateway.yaml realtime billing columns (#502). diff --git a/.changeset/slimy-cows-shake.md b/.changeset/slimy-cows-shake.md deleted file mode 100644 index a680cffe1..000000000 --- a/.changeset/slimy-cows-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": minor -"@livekit/protocol": minor ---- - -Moved egress passthrough option to an encoding preset. diff --git a/.changeset/small-eggs-itch.md b/.changeset/small-eggs-itch.md deleted file mode 100644 index edabfd0c1..000000000 --- a/.changeset/small-eggs-itch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Remove extraneous format specifier from log string. diff --git a/.changeset/spotty-jokes-shake.md b/.changeset/spotty-jokes-shake.md deleted file mode 100644 index fa04abcf8..000000000 --- a/.changeset/spotty-jokes-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Move the config observer into utils/configutil and drop the stuttering Config prefix. utils.ConfigObserver, utils.ConfigBuilder, utils.ConfigDefaulter and utils.NewConfigObserver remain as aliases. diff --git a/.changeset/tough-locks-talk.md b/.changeset/tough-locks-talk.md deleted file mode 100644 index 8ebacbba0..000000000 --- a/.changeset/tough-locks-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -Track holder goroutines of stuck locks (all RWMutex readers up to 8) and resolve their current stacks diff --git a/.changeset/wise-horses-visit.md b/.changeset/wise-horses-visit.md deleted file mode 100644 index b94b157cc..000000000 --- a/.changeset/wise-horses-visit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add data track subscription to sync state diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b322a98..d7d72c41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # github.com/livekit/protocol +## 1.51.0 + +### Minor Changes + +- egress v2: add `passthrough` to the `encoding` oneof on `StartEgressRequest` and `ExportReplayRequest`; remove the unused `EgressHandler.UpdateEgress` RPC and the `livekit.UpdateEgressRequest` message - [#1716](https://github.com/livekit/protocol/pull/1716) ([@frostbyte73](https://github.com/frostbyte73)) + +- Moved egress passthrough option to an encoding preset. - [#1718](https://github.com/livekit/protocol/pull/1718) ([@frostbyte73](https://github.com/frostbyte73)) + +### Patch Changes + +- Add `agent_job_started` / `agent_job_ended` webhook events and a `job` field on `WebhookEvent` - [#1711](https://github.com/livekit/protocol/pull/1711) ([@erikhortsch](https://github.com/erikhortsch)) + +- Add an `error_code` label to the `livekit_psrpc_error_total` metric. - [#1699](https://github.com/livekit/protocol/pull/1699) ([@paulwe](https://github.com/paulwe)) + +- Add realtime (speech-to-speech) reporter methods to gatewayobs, regenerated from cloud-observability schema/gateway.yaml realtime billing columns (#502). - [#1663](https://github.com/livekit/protocol/pull/1663) ([@russellmartin-livekit](https://github.com/russellmartin-livekit)) + +- Remove extraneous format specifier from log string. - [#1682](https://github.com/livekit/protocol/pull/1682) ([@alexfish8](https://github.com/alexfish8)) + +- Move the config observer into utils/configutil and drop the stuttering Config prefix. utils.ConfigObserver, utils.ConfigBuilder, utils.ConfigDefaulter and utils.NewConfigObserver remain as aliases. - [#1712](https://github.com/livekit/protocol/pull/1712) ([@paulwe](https://github.com/paulwe)) + +- Track holder goroutines of stuck locks (all RWMutex readers up to 8) and resolve their current stacks - [#1701](https://github.com/livekit/protocol/pull/1701) ([@erikhortsch](https://github.com/erikhortsch)) + +- Add data track subscription to sync state - [#1703](https://github.com/livekit/protocol/pull/1703) ([@boks1971](https://github.com/boks1971)) + ## 1.50.4 ### Patch Changes diff --git a/package.json b/package.json index 670db4e35..1424e5b0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.50.4", + "version": "1.51.0", "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 e0c411aec..d487f0b59 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,23 @@ # @livekit/protocol +## 1.51.0 + +### Minor Changes + +- egress v2: add `passthrough` to the `encoding` oneof on `StartEgressRequest` and `ExportReplayRequest`; remove the unused `EgressHandler.UpdateEgress` RPC and the `livekit.UpdateEgressRequest` message - [#1716](https://github.com/livekit/protocol/pull/1716) ([@frostbyte73](https://github.com/frostbyte73)) + +- Moved egress passthrough option to an encoding preset. - [#1718](https://github.com/livekit/protocol/pull/1718) ([@frostbyte73](https://github.com/frostbyte73)) + +### Patch Changes + +- Add `agent_job_started` / `agent_job_ended` webhook events and a `job` field on `WebhookEvent` - [#1711](https://github.com/livekit/protocol/pull/1711) ([@erikhortsch](https://github.com/erikhortsch)) + +- Remove extraneous format specifier from log string. - [#1682](https://github.com/livekit/protocol/pull/1682) ([@alexfish8](https://github.com/alexfish8)) + +- Move the config observer into utils/configutil and drop the stuttering Config prefix. utils.ConfigObserver, utils.ConfigBuilder, utils.ConfigDefaulter and utils.NewConfigObserver remain as aliases. - [#1712](https://github.com/livekit/protocol/pull/1712) ([@paulwe](https://github.com/paulwe)) + +- Add data track subscription to sync state - [#1703](https://github.com/livekit/protocol/pull/1703) ([@boks1971](https://github.com/boks1971)) + ## 1.50.4 ### Patch Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 0eaaa38c1..5f4d6d1a5 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.50.4", + "version": "1.51.0", "description": "", "type": "module", "require": "dist/index.cjs",