Skip to content

Commit b0401c3

Browse files
Version Packages (#1185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 338d14e commit b0401c3

44 files changed

Lines changed: 154 additions & 71 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/clever-feet-rush.md

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

.changeset/eighty-olives-tie.md

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

.changeset/honest-chicken-fly.md

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

.changeset/plenty-laws-hug.md

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

.changeset/rare-dryers-rush.md

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

.changeset/rotten-scissors-happen.md

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

.changeset/shy-pianos-sort.md

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

.changeset/tender-baboons-judge.md

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

agents/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @livekit/agents
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- Fix worker draining behaviour - [#1180](https://github.com/livekit/agents-js/pull/1180) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Fix Queue dropping falsy items - [#1190](https://github.com/livekit/agents-js/pull/1190) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- fix: Address 6 bugs from Detail scan (March 25) - [#1182](https://github.com/livekit/agents-js/pull/1182) ([@toubatbrian](https://github.com/toubatbrian))
12+
13+
- inference/llm: pass abort signal to OpenAI SDK and check abort in outer streaming loop
14+
- llm/fallback_adapter: call tryRecovery() before throwing on mid-stream failure
15+
- openai/realtime: clear responseCreatedFutures on reconnect to prevent generateReply() hang
16+
- deepgram/tts: reject on network errors instead of swallowing them
17+
- cpu: remove Math.max clamp in cgroup v1 so fractional CPU limits are reported correctly
18+
- openai/responses: handle response.failed event in HTTP streaming
19+
20+
- fix: address 5 Detail scan bugs from March 11 (reconnect, mutex leak, playout, ordering, retryability) - [#1188](https://github.com/livekit/agents-js/pull/1188) ([@toubatbrian](https://github.com/toubatbrian))
21+
22+
- fix(voice): reset VAD on premature STT EOT & guard empty recorder frames - [#1181](https://github.com/livekit/agents-js/pull/1181) ([@toubatbrian](https://github.com/toubatbrian))
23+
324
## 1.2.2
425

526
### Patch Changes

agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)