Version Packages (#957)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f622cb15cd
commit
254e040b44
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"github.com/livekit/protocol": patch
|
||||
---
|
||||
|
||||
Add a workaround for invalid IP masks in SIP.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"github.com/livekit/protocol": minor
|
||||
---
|
||||
|
||||
Use SIP statuses as Go and gRPC errors.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": minor
|
||||
"github.com/livekit/protocol": minor
|
||||
---
|
||||
|
||||
Add flag to make CreateSIPParticipant synchronous.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"github.com/livekit/protocol": minor
|
||||
---
|
||||
|
||||
Add Twirp options to preserve error details and client timeouts.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
Proto to "report" different kinds of data.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"github.com/livekit/protocol": patch
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
Add backup codec policy to AddTrackRequest
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
Add Ingress OutOfNetwork attribute keys. Add the CanUpdateOwnMetadata claim to the ingress token
|
||||
16
CHANGELOG.md
16
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@livekit/protocol",
|
||||
"version": "1.32.1",
|
||||
"version": "1.33.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"require": "dist/index.cjs",
|
||||
|
||||
Reference in New Issue
Block a user