Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-forks-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pans-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-rock-clouds.md

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# github.com/livekit/protocol

## 1.45.2

## 1.45.1

### Patch Changes
Expand Down
25 changes: 17 additions & 8 deletions livekit/livekit_cloud_agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

279 changes: 140 additions & 139 deletions livekit/livekit_cloud_agent.twirp.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.45.1",
"version": "1.45.2",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
10 changes: 10 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/protocol

## 1.45.2

### Patch Changes

- add room name and start time to agent MetricsRecordingHeader - [#1474](https://github.com/livekit/protocol/pull/1474) ([@paulwe](https://github.com/paulwe))

- feat(rpc/room): add `ListParticipants` and `GetParticipant` - [#1459](https://github.com/livekit/protocol/pull/1459) ([@sohbit](https://github.com/sohbit))

- add `Frame ID` packet trailer feature - [#1453](https://github.com/livekit/protocol/pull/1453) ([@chenosaurus](https://github.com/chenosaurus))

## 1.45.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.45.1",
"version": "1.45.2",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions protobufs/livekit_cloud_agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ message PrivateLink {
string region = 4;
uint32 port = 5;
string endpoint = 6;
string connection_endpoint = 7;

oneof config {
AWSConfig aws = 3 [deprecated=true];
Expand Down
Loading