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/egress-start-egress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-eagles-carry.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.32

### Patch Changes

- Updated dependencies [[`23b8652`](https://github.com/livekit/node-sdks/commit/23b865216727e5c3f355779f5466d1bef0990c20), [`05a3b5e`](https://github.com/livekit/node-sdks/commit/05a3b5ed2b59dbadf9d74ad8fbae17ca60ebdb78)]:
- livekit-server-sdk@2.18.0

## 0.0.31

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

## 0.13.34

### Patch Changes

- update e2ee defaults to confirm to required FFI fields and update protocol - [#708](https://github.com/livekit/node-sdks/pull/708) ([@lukasIO](https://github.com/lukasIO))

## 0.13.33

### 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.33",
"version": "0.13.34",
"main": "dist/index.cjs",
"types": "dist/index.d.cts",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/livekit-server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# livekit-server-sdk

## 2.18.0

### Minor Changes

- Add `EgressClient.startEgress()`, a unified convenience method that calls the v2 `Egress.StartEgress` RPC with a `StartEgressRequest` (or a partial init object). The existing per-type start helpers are unchanged. - [#706](https://github.com/livekit/node-sdks/pull/706) ([@frostbyte73](https://github.com/frostbyte73))

### Patch Changes

- update e2ee defaults to confirm to required FFI fields and update protocol - [#708](https://github.com/livekit/node-sdks/pull/708) ([@lukasIO](https://github.com/lukasIO))

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