Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eager-foxes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-apricots-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-falcons-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-peas-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-places-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-vans-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-dogs-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-jokes-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-knives-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-jokes-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-apples-punch.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# github.com/livekit/protocol

## 1.43.1

### Patch Changes

- add option to only use IPv4 for webhooks - [#1296](https://github.com/livekit/protocol/pull/1296) ([@davidzhao](https://github.com/davidzhao))

- Redact metadata, attribute, participant name from logs. - [#1309](https://github.com/livekit/protocol/pull/1309) ([@boks1971](https://github.com/boks1971))

- Adding more SIP return codes and updating SIP-to-grpc return code mapping - [#1305](https://github.com/livekit/protocol/pull/1305) ([@alexlivekit](https://github.com/alexlivekit))

- Switch to new header validation for SIP commands - [#1279](https://github.com/livekit/protocol/pull/1279) ([@alexlivekit](https://github.com/alexlivekit))

## 1.43.0

### 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.43.0",
"version": "1.43.1",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
20 changes: 20 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @livekit/protocol

## 1.43.1

### Patch Changes

- add session features to room observability - [#1298](https://github.com/livekit/protocol/pull/1298) ([@paulwe](https://github.com/paulwe))

- Redact metadata, attribute, participant name from logs. - [#1309](https://github.com/livekit/protocol/pull/1309) ([@boks1971](https://github.com/boks1971))

- update room observability codegen - [#1307](https://github.com/livekit/protocol/pull/1307) ([@paulwe](https://github.com/paulwe))

- Add redacted field options to egress fields - [#1286](https://github.com/livekit/protocol/pull/1286) ([@biglittlebigben](https://github.com/biglittlebigben))

- update psrpc - [#1303](https://github.com/livekit/protocol/pull/1303) ([@paulwe](https://github.com/paulwe))

- feat(connector): export protos from JS package - [#1311](https://github.com/livekit/protocol/pull/1311) ([@anunaym14](https://github.com/anunaym14))

- add test for client middleware options - [#1306](https://github.com/livekit/protocol/pull/1306) ([@paulwe](https://github.com/paulwe))

- add redact format option - [#1308](https://github.com/livekit/protocol/pull/1308) ([@paulwe](https://github.com/paulwe))

## 1.43.0

### Minor 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.43.0",
"version": "1.43.1",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down
Loading