Skip to content

Commit 818c9b1

Browse files
Version Packages
1 parent 5934235 commit 818c9b1

File tree

9 files changed

+22
-27
lines changed

9 files changed

+22
-27
lines changed

.changeset/big-sloths-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-rats-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-geese-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-ghosts-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-teachers-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# github.com/livekit/protocol
22

3+
## 1.40.0
4+
5+
### Minor Changes
6+
7+
- Adding SIP Protocol generated call id to SipCall - [#1119](https://github.com/livekit/protocol/pull/1119) ([@nishadmusthafa](https://github.com/nishadmusthafa))
8+
9+
### Patch Changes
10+
11+
- Updating how ListSIPInboundTrunkRequest filtering occurs by normalising phone number that are being compared - [#1126](https://github.com/livekit/protocol/pull/1126) ([@nishadmusthafa](https://github.com/nishadmusthafa))
12+
313
## 1.39.3
414

515
## 1.39.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github.com/livekit/protocol",
33
"private": true,
4-
"version": "1.39.3",
4+
"version": "1.40.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @livekit/protocol
22

3+
## 1.40.0
4+
5+
### Patch Changes
6+
7+
- Add fields to support AssumeRole in egress S3 uploads - [#1124](https://github.com/livekit/protocol/pull/1124) ([@biglittlebigben](https://github.com/biglittlebigben))
8+
9+
- Add latest CreateRoomRequest fields to RoomConfiguration - [#1132](https://github.com/livekit/protocol/pull/1132) ([@biglittlebigben](https://github.com/biglittlebigben))
10+
11+
- update agent reporter for cloud agents - [#1128](https://github.com/livekit/protocol/pull/1128) ([@paulwe](https://github.com/paulwe))
12+
313
## 1.39.3
414

515
### Patch Changes

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/protocol",
3-
"version": "1.39.3",
3+
"version": "1.40.0",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)