Skip to content

Commit 6a32cbc

Browse files
Version Packages
1 parent fa169ac commit 6a32cbc

File tree

10 files changed

+22
-32
lines changed

10 files changed

+22
-32
lines changed

.changeset/good-jeans-check.md

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

.changeset/loud-flowers-sing.md

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

.changeset/ninety-trainers-remember.md

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

.changeset/shiny-geckos-pay.md

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

.changeset/sixty-years-occur.md

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

.changeset/sour-socks-care.md

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

CHANGELOG.md

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

3+
## 1.43.5
4+
5+
### Patch Changes
6+
7+
- Changing the wording on duplicate dispatch rule error message - [#1343](https://github.com/livekit/protocol/pull/1343) ([@alexlivekit](https://github.com/alexlivekit))
8+
39
## 1.43.4
410

511
### 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.43.4",
4+
"version": "1.43.5",
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.43.5
4+
5+
### Patch Changes
6+
7+
- skip logging redacted fields with zero values - [#1338](https://github.com/livekit/protocol/pull/1338) ([@paulwe](https://github.com/paulwe))
8+
9+
- redact metadata in agent protos - [#1344](https://github.com/livekit/protocol/pull/1344) ([@paulwe](https://github.com/paulwe))
10+
11+
- update observability codegen - [#1335](https://github.com/livekit/protocol/pull/1335) ([@paulwe](https://github.com/paulwe))
12+
13+
- feat(whatsapp): add disconnect reason field for disconnect request - [#1341](https://github.com/livekit/protocol/pull/1341) ([@anunaym14](https://github.com/anunaym14))
14+
15+
- redact egress assume_role_external_id in logs - [#1337](https://github.com/livekit/protocol/pull/1337) ([@paulwe](https://github.com/paulwe))
16+
317
## 1.43.4
418

519
### Patch Changes

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/protocol",
3-
"version": "1.43.4",
3+
"version": "1.43.5",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)