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
5 changes: 0 additions & 5 deletions .changeset/afraid-garlics-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-dots-jump.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-buttons-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-timers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-cups-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-lamps-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-pens-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-timers-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-jars-flash.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.25

### Patch Changes

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

## 0.0.24

### 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.24",
"version": "0.0.25",
"description": "An example demonstrating dispatching agents with an API call",
"private": true,
"author": "LiveKit",
Expand Down
22 changes: 22 additions & 0 deletions packages/livekit-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @livekit/rtc-node

## 0.13.25

### Patch Changes

- Release reader lock on stream completion and clear receivedChunks to prevent memory leak - [#640](https://github.com/livekit/node-sdks/pull/640) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

- Dispose native handles on audio/video stream EOS to prevent FD leaks - [#637](https://github.com/livekit/node-sdks/pull/637) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

- ensure userdata is passed through when resampling - [#608](https://github.com/livekit/node-sdks/pull/608) ([@lukasIO](https://github.com/lukasIO))

- Add typeguards for frame processors in order to avoid dual package hazard - [#608](https://github.com/livekit/node-sdks/pull/608) ([@lukasIO](https://github.com/lukasIO))

- Add close() method to AudioResampler to release native handle - [#638](https://github.com/livekit/node-sdks/pull/638) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

- Update FFI bindings to latest and import them as a direct dependency - [#599](https://github.com/livekit/node-sdks/pull/599) ([@lukasIO](https://github.com/lukasIO))

- Clear pending timeout in AudioSource.close() to prevent use-after-free - [#639](https://github.com/livekit/node-sdks/pull/639) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))

- Bump FFI version to 0.12.52-patch.0 - [#644](https://github.com/livekit/node-sdks/pull/644) ([@lukasIO](https://github.com/lukasIO))

- Update node FFI bindings to 0.12.50 - [#621](https://github.com/livekit/node-sdks/pull/621) ([@lukasIO](https://github.com/lukasIO))

## 0.13.24

### 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.24",
"version": "0.13.25",
"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.1

### Patch Changes

- Add ringingTimeout option to transferSipParticipant - [#627](https://github.com/livekit/node-sdks/pull/627) ([@alexlivekit](https://github.com/alexlivekit))

## 2.15.0

### Minor 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.0",
"version": "2.15.1",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading