Skip to content

Commit

Permalink
Version Packages (#957)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 7, 2025
1 parent f622cb1 commit 254e040
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-snails-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-turtles-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-forks-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-fans-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-humans-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-eggs-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-coats-wait.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.32.1",
"version": "1.33.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
14 changes: 14 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.32.1",
"version": "1.33.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down

0 comments on commit 254e040

Please sign in to comment.