Skip to content

Commit bdf33c4

Browse files
Version Packages
1 parent a21eb72 commit bdf33c4

38 files changed

+132
-62
lines changed

.changeset/chilly-otters-fly.md

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

.changeset/forty-melons-guess.md

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

.changeset/hungry-schools-think.md

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

.changeset/lemon-ties-try.md

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

.changeset/major-parks-behave.md

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

.changeset/orange-poems-smile.md

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

.changeset/shushing-streams-gently.md

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

.changeset/tiny-ads-study.md

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

.changeset/vast-colts-burn.md

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

agents/CHANGELOG.md

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

3+
## 1.0.25
4+
5+
### Patch Changes
6+
7+
- Rename pushedDurationMs to pushedDuration (was actually in seconds) - [#876](https://github.com/livekit/agents-js/pull/876) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Fix improper resource cleanup inside AgentActivity by not close global STT / TTS / VAD components - [#891](https://github.com/livekit/agents-js/pull/891) ([@toubatbrian](https://github.com/toubatbrian))
10+
11+
- Add Session Connection Options and Fix Blocking Speech from High-latency LLM Generation - [#880](https://github.com/livekit/agents-js/pull/880) ([@toubatbrian](https://github.com/toubatbrian))
12+
13+
- Add session shutdown API - [#866](https://github.com/livekit/agents-js/pull/866) ([@toubatbrian](https://github.com/toubatbrian))
14+
15+
- Add traces for `session.say` and `session.generateReply` - [#882](https://github.com/livekit/agents-js/pull/882) ([@toubatbrian](https://github.com/toubatbrian))
16+
17+
- Fix error spam during stream cleanup. Gracefully handle edge cases when detaching audio streams that were never initialized. - [#884](https://github.com/livekit/agents-js/pull/884) ([@Hormold](https://github.com/Hormold))
18+
19+
- Add RecorderIO for stereo audio recording - [#876](https://github.com/livekit/agents-js/pull/876) ([@toubatbrian](https://github.com/toubatbrian))
20+
321
## 1.0.24
422

523
### Patch Changes

0 commit comments

Comments
 (0)