Skip to content
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/beige-impalas-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-jokes-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-buttons-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-groups-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-dodos-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-flowers-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/legal-paths-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-poems-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-mirrors-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-numbers-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slick-facts-shine.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-spies-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-facts-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-mayflies-wash.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# github.com/livekit/protocol

## 1.42.0

### Minor Changes

- rename ListUpdate "del" field to "rename" - [#1203](https://github.com/livekit/protocol/pull/1203) ([@rektdeckard](https://github.com/rektdeckard))

- Utilities for phone number functionality - [#1206](https://github.com/livekit/protocol/pull/1206) ([@nishadmusthafa](https://github.com/nishadmusthafa))

- Adding a call_context field to SIPCallInfo - [#1188](https://github.com/livekit/protocol/pull/1188) ([@nishadmusthafa](https://github.com/nishadmusthafa))

- Added DisplayName field to CreateSIPParticipantRequest - [#1216](https://github.com/livekit/protocol/pull/1216) ([@alexlivekit](https://github.com/alexlivekit))

### Patch Changes

- Adding get and update apis for livekit phone numbers - [#1179](https://github.com/livekit/protocol/pull/1179) ([@nishadmusthafa](https://github.com/nishadmusthafa))

- allow credentials to be stored in SIP tokens - [#1213](https://github.com/livekit/protocol/pull/1213) ([@davidzhao](https://github.com/davidzhao))

- Unifying data types for phone numbers - [#1190](https://github.com/livekit/protocol/pull/1190) ([@nishadmusthafa](https://github.com/nishadmusthafa))

- Adding an rpc to record call context using SipCallInfo - [#1189](https://github.com/livekit/protocol/pull/1189) ([@nishadmusthafa](https://github.com/nishadmusthafa))

## 1.41.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.41.0",
"version": "1.42.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
20 changes: 20 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @livekit/protocol

## 1.42.0

### Minor Changes

- rename ListUpdate "del" field to "rename" - [#1203](https://github.com/livekit/protocol/pull/1203) ([@rektdeckard](https://github.com/rektdeckard))

### Patch Changes

- update psrpc - [#1204](https://github.com/livekit/protocol/pull/1204) ([@paulwe](https://github.com/paulwe))

- add observability grant setter - [#1214](https://github.com/livekit/protocol/pull/1214) ([@paulwe](https://github.com/paulwe))

- Add feature flags to GetIngressInfoResponse - [#1218](https://github.com/livekit/protocol/pull/1218) ([@biglittlebigben](https://github.com/biglittlebigben))

- Add fields needed for WHIP to SFU support - [#1183](https://github.com/livekit/protocol/pull/1183) ([@biglittlebigben](https://github.com/biglittlebigben))

- Add new TokenSourceRequest / TokenSourceResponse message types - [#1224](https://github.com/livekit/protocol/pull/1224) ([@1egoman](https://github.com/1egoman))

- Suport for simulcast codec of audio. - [#1207](https://github.com/livekit/protocol/pull/1207) ([@boks1971](https://github.com/boks1971))

## 1.41.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.41.0",
"version": "1.42.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down
Loading