Skip to content

Commit 820a1e7

Browse files
Version Packages
1 parent 151b070 commit 820a1e7

File tree

11 files changed

+30
-38
lines changed

11 files changed

+30
-38
lines changed

.changeset/beige-impalas-judge.md

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

.changeset/green-groups-unite.md

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

.changeset/heavy-dodos-act.md

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

.changeset/mean-poems-mix.md

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

.changeset/neat-mirrors-move.md

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

.changeset/sixty-numbers-lick.md

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

.changeset/spotty-spies-dance.md

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

CHANGELOG.md

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

3+
## 1.42.0
4+
5+
### Minor Changes
6+
7+
- rename ListUpdate "del" field to "rename" - [#1203](https://github.com/livekit/protocol/pull/1203) ([@rektdeckard](https://github.com/rektdeckard))
8+
9+
- Adding a call_context field to SIPCallInfo - [#1188](https://github.com/livekit/protocol/pull/1188) ([@nishadmusthafa](https://github.com/nishadmusthafa))
10+
11+
### Patch Changes
12+
13+
- Adding get and update apis for livekit phone numbers - [#1179](https://github.com/livekit/protocol/pull/1179) ([@nishadmusthafa](https://github.com/nishadmusthafa))
14+
15+
- Unifying data types for phone numbers - [#1190](https://github.com/livekit/protocol/pull/1190) ([@nishadmusthafa](https://github.com/nishadmusthafa))
16+
17+
- Adding an rpc to record call context using SipCallInfo - [#1189](https://github.com/livekit/protocol/pull/1189) ([@nishadmusthafa](https://github.com/nishadmusthafa))
18+
319
## 1.41.0
420

521
### Minor Changes

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.41.0",
4+
"version": "1.42.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.42.0
4+
5+
### Minor Changes
6+
7+
- rename ListUpdate "del" field to "rename" - [#1203](https://github.com/livekit/protocol/pull/1203) ([@rektdeckard](https://github.com/rektdeckard))
8+
9+
### Patch Changes
10+
11+
- update psrpc - [#1204](https://github.com/livekit/protocol/pull/1204) ([@paulwe](https://github.com/paulwe))
12+
13+
- Add fields needed for WHIP to SFU support - [#1183](https://github.com/livekit/protocol/pull/1183) ([@biglittlebigben](https://github.com/biglittlebigben))
14+
315
## 1.41.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)