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/kind-foxes-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-keys-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-donkeys-tap.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/agent-dispatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# agent-dispatch

## 0.0.26

### Patch Changes

- Updated dependencies [[`75824e563a6dd11e843226d7cb5c331e421acb43`](https://github.com/livekit/node-sdks/commit/75824e563a6dd11e843226d7cb5c331e421acb43)]:
- livekit-server-sdk@2.15.2

## 0.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/agent-dispatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-dispatch",
"version": "0.0.25",
"version": "0.0.26",
"description": "An example demonstrating dispatching agents with an API call",
"private": true,
"author": "LiveKit",
Expand Down
8 changes: 8 additions & 0 deletions packages/livekit-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/rtc-node

## 0.13.26

### Patch Changes

- Add AbortSignal to waitFor() to clean up listeners on disconnect and send trailer on stream abort - [#636](https://github.com/livekit/node-sdks/pull/636) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

- Cancel losing timeout in AudioMixer race to prevent orphaned timers - [#641](https://github.com/livekit/node-sdks/pull/641) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

## 0.13.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "LiveKit RTC Node",
"license": "Apache-2.0",
"author": "LiveKit",
"version": "0.13.25",
"version": "0.13.26",
"main": "dist/index.js",
"require": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/livekit-server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-server-sdk

## 2.15.2

### Patch Changes

- add ringingTimeput field to SIP inbound create api - [#645](https://github.com/livekit/node-sdks/pull/645) ([@s-hamdananwar](https://github.com/s-hamdananwar))

## 2.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-server-sdk",
"version": "2.15.1",
"version": "2.15.2",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading