Skip to content

Commit 02ee5e6

Browse files
Version Packages (#967)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 56028e9 commit 02ee5e6

File tree

11 files changed

+30
-38
lines changed

11 files changed

+30
-38
lines changed

.changeset/dry-camels-tie.md

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

.changeset/fix-empty-iters.md

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

.changeset/metal-sheep-dream.md

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

.changeset/shy-cooks-serve.md

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

.changeset/silly-tips-remain.md

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

.changeset/sip-match-report.md

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

.changeset/sip-outbound-identity-opt.md

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

CHANGELOG.md

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

3+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- Allow passing all SIP trunk options in CreateSIPParticipant. - [#961](https://github.com/livekit/protocol/pull/961) ([@dennwc](https://github.com/dennwc))
8+
9+
- Add egress audio mixing options - [#978](https://github.com/livekit/protocol/pull/978) ([@frostbyte73](https://github.com/frostbyte73))
10+
11+
- Expose hooks for SIP trunk and rule matching. - [#983](https://github.com/livekit/protocol/pull/983) ([@dennwc](https://github.com/dennwc))
12+
13+
### Patch Changes
14+
15+
- Fix iteration over empty and unsorted records. - [#971](https://github.com/livekit/protocol/pull/971) ([@dennwc](https://github.com/dennwc))
16+
17+
- Remove SIP outbound number normalization for Telnyx. - [#969](https://github.com/livekit/protocol/pull/969) ([@dennwc](https://github.com/dennwc))
18+
19+
- Remove SIP outbound number normalization for Telnyx. - [#982](https://github.com/livekit/protocol/pull/982) ([@dennwc](https://github.com/dennwc))
20+
321
## 1.33.0
422

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

packages/javascript/CHANGELOG.md

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

3+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- Allow passing all SIP trunk options in CreateSIPParticipant. - [#961](https://github.com/livekit/protocol/pull/961) ([@dennwc](https://github.com/dennwc))
8+
9+
### Patch Changes
10+
11+
- Proto for sending API call details to telemetry. - [#964](https://github.com/livekit/protocol/pull/964) ([@boks1971](https://github.com/boks1971))
12+
313
## 1.33.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)