Version Packages (#957)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-02-07 13:20:18 +08:00
committed by GitHub
parent f622cb15cd
commit 254e040b44
11 changed files with 32 additions and 39 deletions

View File

@@ -1,5 +0,0 @@
---
"github.com/livekit/protocol": patch
---
Add a workaround for invalid IP masks in SIP.

View File

@@ -1,5 +0,0 @@
---
"github.com/livekit/protocol": minor
---
Use SIP statuses as Go and gRPC errors.

View File

@@ -1,6 +0,0 @@
---
"@livekit/protocol": minor
"github.com/livekit/protocol": minor
---
Add flag to make CreateSIPParticipant synchronous.

View File

@@ -1,5 +0,0 @@
---
"github.com/livekit/protocol": minor
---
Add Twirp options to preserve error details and client timeouts.

View File

@@ -1,5 +0,0 @@
---
"@livekit/protocol": patch
---
Proto to "report" different kinds of data.

View File

@@ -1,6 +0,0 @@
---
"github.com/livekit/protocol": patch
"@livekit/protocol": patch
---
Add backup codec policy to AddTrackRequest

View File

@@ -1,5 +0,0 @@
---
"@livekit/protocol": patch
---
Add Ingress OutOfNetwork attribute keys. Add the CanUpdateOwnMetadata claim to the ingress token

View File

@@ -1,5 +1,21 @@
# github.com/livekit/protocol
## 1.33.0
### Minor Changes
- Use SIP statuses as Go and gRPC errors. - [#960](https://github.com/livekit/protocol/pull/960) ([@dennwc](https://github.com/dennwc))
- Add flag to make CreateSIPParticipant synchronous. - [#952](https://github.com/livekit/protocol/pull/952) ([@dennwc](https://github.com/dennwc))
- Add Twirp options to preserve error details and client timeouts. - [#963](https://github.com/livekit/protocol/pull/963) ([@dennwc](https://github.com/dennwc))
### Patch Changes
- Add a workaround for invalid IP masks in SIP. - [#956](https://github.com/livekit/protocol/pull/956) ([@dennwc](https://github.com/dennwc))
- Add backup codec policy to AddTrackRequest - [#947](https://github.com/livekit/protocol/pull/947) ([@cnderrauber](https://github.com/cnderrauber))
## 1.32.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.32.1",
"version": "1.33.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

View File

@@ -1,5 +1,19 @@
# @livekit/protocol
## 1.33.0
### Minor Changes
- Add flag to make CreateSIPParticipant synchronous. - [#952](https://github.com/livekit/protocol/pull/952) ([@dennwc](https://github.com/dennwc))
### Patch Changes
- Proto to "report" different kinds of data. - [#962](https://github.com/livekit/protocol/pull/962) ([@boks1971](https://github.com/boks1971))
- Add backup codec policy to AddTrackRequest - [#947](https://github.com/livekit/protocol/pull/947) ([@cnderrauber](https://github.com/cnderrauber))
- Add Ingress OutOfNetwork attribute keys. Add the CanUpdateOwnMetadata claim to the ingress token - [#965](https://github.com/livekit/protocol/pull/965) ([@biglittlebigben](https://github.com/biglittlebigben))
## 1.32.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.32.1",
"version": "1.33.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",