Skip to content

Commit 254e040

Browse files
Version Packages (#957)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f622cb1 commit 254e040

File tree

11 files changed

+32
-39
lines changed

11 files changed

+32
-39
lines changed

.changeset/big-snails-type.md

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

.changeset/healthy-turtles-knock.md

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

.changeset/perfect-forks-draw.md

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

.changeset/red-fans-work.md

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

.changeset/six-humans-lick.md

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

.changeset/strong-eggs-grow.md

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

.changeset/thin-coats-wait.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.33.0
4+
5+
### Minor Changes
6+
7+
- Use SIP statuses as Go and gRPC errors. - [#960](https://github.com/livekit/protocol/pull/960) ([@dennwc](https://github.com/dennwc))
8+
9+
- Add flag to make CreateSIPParticipant synchronous. - [#952](https://github.com/livekit/protocol/pull/952) ([@dennwc](https://github.com/dennwc))
10+
11+
- Add Twirp options to preserve error details and client timeouts. - [#963](https://github.com/livekit/protocol/pull/963) ([@dennwc](https://github.com/dennwc))
12+
13+
### Patch Changes
14+
15+
- Add a workaround for invalid IP masks in SIP. - [#956](https://github.com/livekit/protocol/pull/956) ([@dennwc](https://github.com/dennwc))
16+
17+
- Add backup codec policy to AddTrackRequest - [#947](https://github.com/livekit/protocol/pull/947) ([@cnderrauber](https://github.com/cnderrauber))
18+
319
## 1.32.1
420

521
### Patch 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.32.1",
4+
"version": "1.33.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @livekit/protocol
22

3+
## 1.33.0
4+
5+
### Minor Changes
6+
7+
- Add flag to make CreateSIPParticipant synchronous. - [#952](https://github.com/livekit/protocol/pull/952) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- Proto to "report" different kinds of data. - [#962](https://github.com/livekit/protocol/pull/962) ([@boks1971](https://github.com/boks1971))
12+
13+
- Add backup codec policy to AddTrackRequest - [#947](https://github.com/livekit/protocol/pull/947) ([@cnderrauber](https://github.com/cnderrauber))
14+
15+
- 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))
16+
317
## 1.32.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)