Skip to content

Commit 94a893d

Browse files
Version Packages
1 parent 0f86fd3 commit 94a893d

10 files changed

Lines changed: 22 additions & 32 deletions

.changeset/khaki-drinks-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-fans-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-dogs-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-lions-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-teachers-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-planets-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# github.com/livekit/protocol
22

3+
## 1.45.7
4+
5+
### Patch Changes
6+
7+
- feat(agents): add session events for amd - [#1526](https://github.com/livekit/protocol/pull/1526) ([@chenghao-mou](https://github.com/chenghao-mou))
8+
39
## 1.45.6
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github.com/livekit/protocol",
33
"private": true,
4-
"version": "1.45.6",
4+
"version": "1.45.7",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @livekit/protocol
22

3+
## 1.45.7
4+
5+
### Patch Changes
6+
7+
- add agents reporter with env - [#1525](https://github.com/livekit/protocol/pull/1525) ([@paulwe](https://github.com/paulwe))
8+
9+
- Fix the egress results serialization format - [#1521](https://github.com/livekit/protocol/pull/1521) ([@biglittlebigben](https://github.com/biglittlebigben))
10+
11+
- update otel - [#1524](https://github.com/livekit/protocol/pull/1524) ([@paulwe](https://github.com/paulwe))
12+
13+
- Agent env - [#1527](https://github.com/livekit/protocol/pull/1527) ([@paulwe](https://github.com/paulwe))
14+
15+
- codegen observability parent tx accessors - [#1522](https://github.com/livekit/protocol/pull/1522) ([@paulwe](https://github.com/paulwe))
16+
317
## 1.45.6
418

519
## 1.45.5

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/protocol",
3-
"version": "1.45.6",
3+
"version": "1.45.7",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)