Skip to content

Commit f517a07

Browse files
Version Packages (#985)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d5bce9 commit f517a07

11 files changed

Lines changed: 34 additions & 41 deletions

.changeset/chilly-years-obey.md

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

.changeset/fifty-bears-sleep.md

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

.changeset/red-dogs-love.md

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

.changeset/sip-dispatch-info.md

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

.changeset/sip-domain-attr.md

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

.changeset/sip-num-norm.md

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

.changeset/wet-comics-cross.md

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

CHANGELOG.md

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

3+
## 1.35.0
4+
5+
### Minor Changes
6+
7+
- Add ForwardParticipant to room service - [#1011](https://github.com/livekit/protocol/pull/1011) ([@cnderrauber](https://github.com/cnderrauber))
8+
9+
- Move SIP call dispatch info into s separate type. - [#989](https://github.com/livekit/protocol/pull/989) ([@dennwc](https://github.com/dennwc))
10+
11+
- Handle SIP hostname in address filters. Expose attribute. - [#987](https://github.com/livekit/protocol/pull/987) ([@dennwc](https://github.com/dennwc))
12+
13+
- Expose and improve SIP number normalization. - [#986](https://github.com/livekit/protocol/pull/986) ([@dennwc](https://github.com/dennwc))
14+
15+
- More analytics fields for SIPCallInfo. - [#984](https://github.com/livekit/protocol/pull/984) ([@dennwc](https://github.com/dennwc))
16+
317
## 1.34.0
418

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

packages/javascript/CHANGELOG.md

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

3+
## 1.35.0
4+
5+
### Minor Changes
6+
7+
- Add ForwardParticipant to room service - [#1011](https://github.com/livekit/protocol/pull/1011) ([@cnderrauber](https://github.com/cnderrauber))
8+
9+
- Move SIP call dispatch info into s separate type. - [#989](https://github.com/livekit/protocol/pull/989) ([@dennwc](https://github.com/dennwc))
10+
11+
- Handle SIP hostname in address filters. Expose attribute. - [#987](https://github.com/livekit/protocol/pull/987) ([@dennwc](https://github.com/dennwc))
12+
13+
- More analytics fields for SIPCallInfo. - [#984](https://github.com/livekit/protocol/pull/984) ([@dennwc](https://github.com/dennwc))
14+
15+
### Patch Changes
16+
17+
- Move media related logging utilities from egress to protocol - [#990](https://github.com/livekit/protocol/pull/990) ([@biglittlebigben](https://github.com/biglittlebigben))
18+
19+
- Allow selecting the base logger used by the OverrideLogger - [#991](https://github.com/livekit/protocol/pull/991) ([@biglittlebigben](https://github.com/biglittlebigben))
20+
321
## 1.34.0
422

523
### Minor Changes

0 commit comments

Comments
 (0)