Version Packages (#1386)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d7fcc0ab41
commit
01baf2fa16
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"github.com/livekit/protocol": patch
|
||||
---
|
||||
|
||||
update text message protocol for http endpoints
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
Redact ice server credentials in logs
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
remove cloud only methods from reporter interface
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
do not log sip auth field lengths
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"github.com/livekit/protocol": patch
|
||||
---
|
||||
|
||||
Adding feature_flags field to InternalTransferSIPParticipantRequest, InternalCreateSIPParticipantRequest, and EvaluateSIPDispatchRulesResponse
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
add stack utility
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
Changes for ingress observability support
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
remove last cloud only obs method
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
update room observability codegen
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@livekit/protocol": patch
|
||||
---
|
||||
|
||||
Sync schema versions
|
||||
@@ -1,5 +1,13 @@
|
||||
# github.com/livekit/protocol
|
||||
|
||||
## 1.44.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- update text message protocol for http endpoints - [#1407](https://github.com/livekit/protocol/pull/1407) ([@longcw](https://github.com/longcw))
|
||||
|
||||
- Adding feature_flags field to InternalTransferSIPParticipantRequest, InternalCreateSIPParticipantRequest, and EvaluateSIPDispatchRulesResponse - [#1382](https://github.com/livekit/protocol/pull/1382) ([@alexlivekit](https://github.com/alexlivekit))
|
||||
|
||||
## 1.44.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "github.com/livekit/protocol",
|
||||
"private": true,
|
||||
"version": "1.44.0",
|
||||
"version": "1.44.1",
|
||||
"scripts": {
|
||||
"changeset": "changeset",
|
||||
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @livekit/protocol
|
||||
|
||||
## 1.44.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Redact ice server credentials in logs - [#1408](https://github.com/livekit/protocol/pull/1408) ([@biglittlebigben](https://github.com/biglittlebigben))
|
||||
|
||||
- remove cloud only methods from reporter interface - [#1423](https://github.com/livekit/protocol/pull/1423) ([@paulwe](https://github.com/paulwe))
|
||||
|
||||
- do not log sip auth field lengths - [#1421](https://github.com/livekit/protocol/pull/1421) ([@paulwe](https://github.com/paulwe))
|
||||
|
||||
- add stack utility - [#1422](https://github.com/livekit/protocol/pull/1422) ([@paulwe](https://github.com/paulwe))
|
||||
|
||||
- Changes for ingress observability support - [#1392](https://github.com/livekit/protocol/pull/1392) ([@biglittlebigben](https://github.com/biglittlebigben))
|
||||
|
||||
- remove last cloud only obs method - [#1425](https://github.com/livekit/protocol/pull/1425) ([@paulwe](https://github.com/paulwe))
|
||||
|
||||
- update room observability codegen - [#1395](https://github.com/livekit/protocol/pull/1395) ([@paulwe](https://github.com/paulwe))
|
||||
|
||||
- Sync schema versions - [#1385](https://github.com/livekit/protocol/pull/1385) ([@paulwe](https://github.com/paulwe))
|
||||
|
||||
## 1.44.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@livekit/protocol",
|
||||
"version": "1.44.0",
|
||||
"version": "1.44.1",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"require": "dist/index.cjs",
|
||||
|
||||
Reference in New Issue
Block a user