Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #302

Merged
merged 1 commit into from
Nov 1, 2024
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/dirty-experts-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-bottles-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-cheetahs-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-readers-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ads-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-turkeys-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-glasses-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-horses-agree.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/livekit-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @livekit/rtc-node

## 0.11.0

### Minor Changes

- Native RPC support - [#276](https://github.com/livekit/node-sdks/pull/276) ([@bcherry](https://github.com/bcherry))

### Patch Changes

- update to ffi-v0.12.2 - [#318](https://github.com/livekit/node-sdks/pull/318) ([@bcherry](https://github.com/bcherry))

- Enable strict type checking and update ffi to use proto2 syntax - [#303](https://github.com/livekit/node-sdks/pull/303) ([@lukasIO](https://github.com/lukasIO))

- Use shared mutex helper lib - [#301](https://github.com/livekit/node-sdks/pull/301) ([@lukasIO](https://github.com/lukasIO))

- Rename responseTimeoutMs to responseTimeout, other RPC updates - [#314](https://github.com/livekit/node-sdks/pull/314) ([@bcherry](https://github.com/bcherry))

- Send SDK override and version to FFI - [#305](https://github.com/livekit/node-sdks/pull/305) ([@bcherry](https://github.com/bcherry))

- Adopt FFI v0.12.1 - [#311](https://github.com/livekit/node-sdks/pull/311) ([@bcherry](https://github.com/bcherry))

## 0.10.4

### Patch Changes
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-darwin-arm64

## 0.11.0

## 0.10.4

## 0.10.3
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-node-darwin-arm64",
"version": "0.10.4",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-darwin-x64

## 0.11.0

## 0.10.4

## 0.10.3
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-darwin-x64",
"author": "LiveKit",
"version": "0.10.4",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/linux-arm64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-linux-arm64-gnu

## 0.11.0

## 0.10.4

## 0.10.3
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-linux-arm64-gnu",
"author": "LiveKit",
"version": "0.10.4",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/linux-x64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-linux-x64-gnu

## 0.11.0

## 0.10.4

## 0.10.3
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-linux-x64-gnu",
"author": "LiveKit",
"version": "0.10.4",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/win32-x64-msvc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-win32-x64-msvc

## 0.11.0

## 0.10.4

## 0.10.3
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-win32-x64-msvc",
"author": "LiveKit",
"version": "0.10.4",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
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.10.4",
"version": "0.11.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
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.7.3

### Patch Changes

- Allow requesting dialtone during transfer - [#307](https://github.com/livekit/node-sdks/pull/307) ([@biglittlebigben](https://github.com/biglittlebigben))

## 2.7.2

### 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.7.2",
"version": "2.7.3",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down