Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/agent-job-webhooks.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/egress-passthrough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/psrpc-error-code-label.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-carrots-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/realtime-gateway-obs.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-cows-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-eggs-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-jokes-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-locks-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-horses-visit.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.50.4",
"version": "1.51.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
18 changes: 18 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.50.4",
"version": "1.51.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down