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
5 changes: 0 additions & 5 deletions .changeset/additional-metrics-fields.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/audio-sim-job-metrics.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-jokes-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-amber-wise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sip-codec-validation.md

This file was deleted.

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

## 1.50.0

### Minor Changes

- agent: add `llm_node_tps` and `llm_node_ttfs` to `MetricsReport`, and an `AgentFalseInterruption` event to `AgentSessionEvent` - [#1661](https://github.com/livekit/protocol/pull/1661) ([@Bobronium](https://github.com/Bobronium))

- agent_simulations: add JobMetrics/RunMetrics to SimulationRun — per-job quality metrics grouped by - [#1644](https://github.com/livekit/protocol/pull/1644) ([@Bobronium](https://github.com/Bobronium))
pipeline stage (stt/llm/tts/conversation, plus a per-turn timeline and headline
accuracy/experience scores) and run-level aggregates. Unset optional fields mean "not measured";

### Patch Changes

- add redaction flag in Job - [#1657](https://github.com/livekit/protocol/pull/1657) ([@chenghao-mou](https://github.com/chenghao-mou))

- Add wait_until_answered to ConnectWhatsAppCallRequest. - [#1653](https://github.com/livekit/protocol/pull/1653) ([@anunaym14](https://github.com/anunaym14))

- Relax SIP codec validation. - [#1656](https://github.com/livekit/protocol/pull/1656) ([@dennwc](https://github.com/dennwc))

## 1.49.0

### Minor 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.49.0",
"version": "1.50.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
8 changes: 8 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/protocol

## 1.50.0

### Patch Changes

- add redaction flag in Job - [#1657](https://github.com/livekit/protocol/pull/1657) ([@chenghao-mou](https://github.com/chenghao-mou))

- Add wait_until_answered to ConnectWhatsAppCallRequest. - [#1653](https://github.com/livekit/protocol/pull/1653) ([@anunaym14](https://github.com/anunaym14))

## 1.49.0

### Minor 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.49.0",
"version": "1.50.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down