Skip to content

Commit a7d1276

Browse files
Version Packages
1 parent afef3ef commit a7d1276

File tree

10 files changed

+26
-33
lines changed

10 files changed

+26
-33
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/tall-worms-compare.md

Lines changed: 0 additions & 6 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
13+
- Allow adding, removing items and clearing list fields. - [#1142](https://github.com/livekit/protocol/pull/1142) ([@dennwc](https://github.com/dennwc))
14+
315
## 1.39.3
416

517
## 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
- Allow adding, removing items and clearing list fields. - [#1142](https://github.com/livekit/protocol/pull/1142) ([@dennwc](https://github.com/dennwc))
10+
11+
- Add latest CreateRoomRequest fields to RoomConfiguration - [#1132](https://github.com/livekit/protocol/pull/1132) ([@biglittlebigben](https://github.com/biglittlebigben))
12+
13+
- update agent reporter for cloud agents - [#1128](https://github.com/livekit/protocol/pull/1128) ([@paulwe](https://github.com/paulwe))
14+
315
## 1.39.3
416

517
### 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)