From 9adbf8c1962095f67cb89fa89e17f805bffb7379 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 14:03:13 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-plums-tie.md | 5 ----- .changeset/khaki-drinks-mate.md | 5 ----- .changeset/modern-fans-call.md | 5 ----- .changeset/quick-dogs-repair.md | 5 ----- .changeset/seven-lions-live.md | 5 ----- .changeset/spicy-teachers-tell.md | 5 ----- .changeset/ten-planets-listen.md | 5 ----- .changeset/tidy-goats-marry.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 18 ++++++++++++++++++ packages/javascript/package.json | 2 +- 12 files changed, 26 insertions(+), 42 deletions(-) delete mode 100644 .changeset/brown-plums-tie.md delete mode 100644 .changeset/khaki-drinks-mate.md delete mode 100644 .changeset/modern-fans-call.md delete mode 100644 .changeset/quick-dogs-repair.md delete mode 100644 .changeset/seven-lions-live.md delete mode 100644 .changeset/spicy-teachers-tell.md delete mode 100644 .changeset/ten-planets-listen.md delete mode 100644 .changeset/tidy-goats-marry.md diff --git a/.changeset/brown-plums-tie.md b/.changeset/brown-plums-tie.md deleted file mode 100644 index da5c07a39..000000000 --- a/.changeset/brown-plums-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -update observability codegen for ingress/egress diff --git a/.changeset/khaki-drinks-mate.md b/.changeset/khaki-drinks-mate.md deleted file mode 100644 index 1f95fccb2..000000000 --- a/.changeset/khaki-drinks-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add agents reporter with env diff --git a/.changeset/modern-fans-call.md b/.changeset/modern-fans-call.md deleted file mode 100644 index 0a7ef01ef..000000000 --- a/.changeset/modern-fans-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Fix the egress results serialization format diff --git a/.changeset/quick-dogs-repair.md b/.changeset/quick-dogs-repair.md deleted file mode 100644 index 5c5334170..000000000 --- a/.changeset/quick-dogs-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github.com/livekit/protocol": patch ---- - -feat(agents): add session events for amd diff --git a/.changeset/seven-lions-live.md b/.changeset/seven-lions-live.md deleted file mode 100644 index 58b6757c7..000000000 --- a/.changeset/seven-lions-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -update otel diff --git a/.changeset/spicy-teachers-tell.md b/.changeset/spicy-teachers-tell.md deleted file mode 100644 index 05dc97fa2..000000000 --- a/.changeset/spicy-teachers-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -Agent env diff --git a/.changeset/ten-planets-listen.md b/.changeset/ten-planets-listen.md deleted file mode 100644 index faf464d0d..000000000 --- a/.changeset/ten-planets-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -codegen observability parent tx accessors diff --git a/.changeset/tidy-goats-marry.md b/.changeset/tidy-goats-marry.md deleted file mode 100644 index 5b742edb5..000000000 --- a/.changeset/tidy-goats-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/protocol": patch ---- - -add duration seconds reporting diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5cc0517..dbaaeee51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github.com/livekit/protocol +## 1.45.7 + +### Patch Changes + +- feat(agents): add session events for amd - [#1526](https://github.com/livekit/protocol/pull/1526) ([@chenghao-mou](https://github.com/chenghao-mou)) + ## 1.45.6 ### Patch Changes diff --git a/package.json b/package.json index 8c31dd670..0b1343a21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.45.6", + "version": "1.45.7", "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 fa76e4611..8e0bcd4da 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,23 @@ # @livekit/protocol +## 1.45.7 + +### Patch Changes + +- update observability codegen for ingress/egress - [#1529](https://github.com/livekit/protocol/pull/1529) ([@paulwe](https://github.com/paulwe)) + +- add agents reporter with env - [#1525](https://github.com/livekit/protocol/pull/1525) ([@paulwe](https://github.com/paulwe)) + +- Fix the egress results serialization format - [#1521](https://github.com/livekit/protocol/pull/1521) ([@biglittlebigben](https://github.com/biglittlebigben)) + +- update otel - [#1524](https://github.com/livekit/protocol/pull/1524) ([@paulwe](https://github.com/paulwe)) + +- Agent env - [#1527](https://github.com/livekit/protocol/pull/1527) ([@paulwe](https://github.com/paulwe)) + +- codegen observability parent tx accessors - [#1522](https://github.com/livekit/protocol/pull/1522) ([@paulwe](https://github.com/paulwe)) + +- add duration seconds reporting - [#1528](https://github.com/livekit/protocol/pull/1528) ([@paulwe](https://github.com/paulwe)) + ## 1.45.6 ## 1.45.5 diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 11f47cea0..b8a657b8c 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.45.6", + "version": "1.45.7", "description": "", "type": "module", "require": "dist/index.cjs",