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
13 changes: 0 additions & 13 deletions .changeset/big-cars-join.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/blue-ants-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brave-sheep-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-walls-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-shrimps-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-lobsters-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-brooms-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-apricots-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-ears-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-eagles-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-dryers-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-birds-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openai-rerelease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-kiwis-grab.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/poor-dolphins-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-fans-care.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/tender-beds-chew.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/participant-entrypoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.12.16,<1.0.0
livekit-agents>=0.12.17
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.12.16,<1.0.0
livekit-agents>=0.12.17
python-dotenv~=1.0
4 changes: 2 additions & 2 deletions examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
livekit-agents>=0.12.16,<1.0.0
livekit-plugins-deepgram>=0.6.20,<1.0.0
livekit-agents>=0.12.17
livekit-plugins-deepgram>=0.7.0
python-dotenv~=1.0
8 changes: 4 additions & 4 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.12.16,<1.0.0
livekit-plugins-openai>=0.11.0,<1.0.0
livekit-plugins-cartesia>=0.4.8,<1.0.0
livekit-plugins-elevenlabs>=0.7.14,<1.0.0
livekit-agents>=0.12.17
livekit-plugins-openai>=1.0.1
livekit-plugins-cartesia>=0.4.9
livekit-plugins-elevenlabs>=0.8.0
python-dotenv~=1.0
10 changes: 5 additions & 5 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
livekit-agents>=0.12.16,<1.0.0
livekit-plugins-deepgram>=0.6.20,<1.0.0
livekit-plugins-google>=0.10.6,<1.0.0
livekit-agents>=0.12.17
livekit-plugins-deepgram>=0.7.0
livekit-plugins-google>=0.11.0
livekit-plugins-openai[vertex]>=0.10.10,<1.0.0
livekit-plugins-silero>=0.7.4,<1.0.0
livekit-plugins-rag>=0.2.3,<1.0.0
livekit-plugins-silero>=0.7.5
livekit-plugins-rag>=0.2.4
python-dotenv~=1.0
aiofile~=3.8.8
16 changes: 16 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# livekit-agents

## 0.12.17

### Patch Changes

- use streaming AudioDecoder to handle compressed encoding - [#1584](https://github.com/livekit/agents/pull/1584) ([@davidzhao](https://github.com/davidzhao))

- added a tts.prewarm method to start the connection pool early. - [#1587](https://github.com/livekit/agents/pull/1587) ([@davidzhao](https://github.com/davidzhao))

- Raise ValueError in FallbackAdapter when streaming is not supported - [#1609](https://github.com/livekit/agents/pull/1609) ([@jayeshp19](https://github.com/jayeshp19))

- fixed a bug in AudioStreamDecoder where it could fail on close - [#1587](https://github.com/livekit/agents/pull/1587) ([@davidzhao](https://github.com/davidzhao))

- support for livekit noise cancellation plugin in VoicePipelineAgent and MultimodalAgent - [#1551](https://github.com/livekit/agents/pull/1551) ([@bcherry](https://github.com/bcherry))

- fix: \_play_speech get stuck due to orphan speech handle - [#1555](https://github.com/livekit/agents/pull/1555) ([@SiyuanQi](https://github.com/SiyuanQi))

## 0.12.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.12.16"
__version__ = "0.12.17"
2 changes: 1 addition & 1 deletion livekit-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-agents",
"private": true,
"version": "0.12.16"
"version": "0.12.17"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-anthropic

## 0.2.13

### Patch Changes

- updated livekit-agent reference to <1.0 - [#1607](https://github.com/livekit/agents/pull/1607) ([@davidzhao](https://github.com/davidzhao))

## 0.2.12

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.12"
__version__ = "0.2.13"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-anthropic",
"private": true,
"version": "0.2.12"
"version": "0.2.13"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-assemblyai

## 0.2.3

### Patch Changes

- updated livekit-agent reference to <1.0 - [#1607](https://github.com/livekit/agents/pull/1607) ([@davidzhao](https://github.com/davidzhao))

## 0.2.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-assemblyai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-assemblyai",
"private": true,
"version": "0.2.2"
"version": "0.2.3"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# livekit-plugins-aws

## 0.1.1

### Patch Changes

- use streaming AudioDecoder to handle compressed encoding - [#1584](https://github.com/livekit/agents/pull/1584) ([@davidzhao](https://github.com/davidzhao))

- updated livekit-agent reference to <1.0 - [#1607](https://github.com/livekit/agents/pull/1607) ([@davidzhao](https://github.com/davidzhao))
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-aws",
"private": true,
"version": "0.1.0"
"version": "0.1.1"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-plugins-azure

## 0.5.5

### Patch Changes

- feat: Azure.STT support profanity_option - [#1540](https://github.com/livekit/agents/pull/1540) ([@shiftu](https://github.com/shiftu))

- updated livekit-agent reference to <1.0 - [#1607](https://github.com/livekit/agents/pull/1607) ([@davidzhao](https://github.com/davidzhao))

## 0.5.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.5.4"
__version__ = "0.5.5"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-azure",
"private": true,
"version": "0.5.4"
"version": "0.5.5"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-browser

## 0.0.6

### Patch Changes

- updated livekit-agent reference to <1.0 - [#1607](https://github.com/livekit/agents/pull/1607) ([@davidzhao](https://github.com/davidzhao))

## 0.0.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.5"
__version__ = "0.0.6"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-browser",
"private": true,
"version": "0.0.5"
"version": "0.0.6"
}
12 changes: 12 additions & 0 deletions livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# livekit-plugins-cartesia

## 0.4.9

### Patch Changes

- use streaming AudioDecoder to handle compressed encoding - [#1584](https://github.com/livekit/agents/pull/1584) ([@davidzhao](https://github.com/davidzhao))

- added a tts.prewarm method to start the connection pool early. - [#1587](https://github.com/livekit/agents/pull/1587) ([@davidzhao](https://github.com/davidzhao))

- update pool configuration for deepgram and cartesia - [#1605](https://github.com/livekit/agents/pull/1605) ([@jayeshp19](https://github.com/jayeshp19))

- updated livekit-agent reference to <1.0 - [#1607](https://github.com/livekit/agents/pull/1607) ([@davidzhao](https://github.com/davidzhao))

## 0.4.8

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.4.8"
__version__ = "0.4.9"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-cartesia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-cartesia",
"private": true,
"version": "0.4.8"
"version": "0.4.9"
}
Loading
Loading