Skip to content

Commit aa709e4

Browse files
Version Packages
1 parent 068bcea commit aa709e4

File tree

11 files changed

+26
-38
lines changed

11 files changed

+26
-38
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/sip-proj-id.md

Lines changed: 0 additions & 6 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
9+
- Add project ID to internal SIPCall info. - [#1346](https://github.com/livekit/protocol/pull/1346) ([@dennwc](https://github.com/dennwc))
10+
311
## 1.43.4
412

513
### 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- Add project ID to internal SIPCall info. - [#1346](https://github.com/livekit/protocol/pull/1346) ([@dennwc](https://github.com/dennwc))
14+
15+
- feat(whatsapp): add disconnect reason field for disconnect request - [#1341](https://github.com/livekit/protocol/pull/1341) ([@anunaym14](https://github.com/anunaym14))
16+
17+
- redact egress assume_role_external_id in logs - [#1337](https://github.com/livekit/protocol/pull/1337) ([@paulwe](https://github.com/paulwe))
18+
319
## 1.43.4
420

521
### Patch Changes

0 commit comments

Comments
 (0)