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.

5 changes: 0 additions & 5 deletions .changeset/shy-rivers-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-birds-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-owls-deny.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
14 changes: 14 additions & 0 deletions packages/livekit-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @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))

- Close in-progress stream controllers on room disconnect to prevent FD leaks - [#633](https://github.com/livekit/node-sdks/pull/633) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

- Deduplicate getSid() listeners to prevent event listener leak on concurrent calls - [#635](https://github.com/livekit/node-sdks/pull/635) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

- Dispose track publication FfiHandles on participant disconnect to prevent FD leaks - [#634](https://github.com/livekit/node-sdks/pull/634) ([@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