Skip to content

Commit 2ddd8c5

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

File tree

10 files changed

+28
-33
lines changed

10 files changed

+28
-33
lines changed

.changeset/big-steaks-give.md

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

.changeset/cold-feet-worry.md

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

.changeset/giant-sloths-stare.md

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

.changeset/otel-tracing.md

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

.changeset/pretty-lobsters-reply.md

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

.changeset/sip-transport-name.md

Lines changed: 0 additions & 5 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+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- Adding public apis for Livekit Phone Numbers feature - [#1146](https://github.com/livekit/protocol/pull/1146) ([@nishadmusthafa](https://github.com/nishadmusthafa))
8+
9+
### Minor Changes
10+
11+
- Add encryption metadata for data packets - [#1127](https://github.com/livekit/protocol/pull/1127) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Use OpenTelemetry types. Pass tracer options. - [#1177](https://github.com/livekit/protocol/pull/1177) ([@dennwc](https://github.com/dennwc))
14+
15+
- Add a Name helper for SIPTransport. - [#1175](https://github.com/livekit/protocol/pull/1175) ([@dennwc](https://github.com/dennwc))
16+
317
## 1.40.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.40.0",
4+
"version": "2.0.0",
55
"scripts": {
66
"changeset": "changeset",
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"

packages/javascript/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Minor Changes
6+
7+
- Add encryption metadata for data packets - [#1127](https://github.com/livekit/protocol/pull/1127) ([@lukasIO](https://github.com/lukasIO))
8+
9+
### Patch Changes
10+
11+
- Add SIPHostnamePrefix - [#1155](https://github.com/livekit/protocol/pull/1155) ([@biglittlebigben](https://github.com/biglittlebigben))
12+
13+
- update agents observability codegen - [#1173](https://github.com/livekit/protocol/pull/1173) ([@paulwe](https://github.com/paulwe))
14+
315
## 1.40.0
416

517
### 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.40.0",
3+
"version": "2.0.0",
44
"description": "",
55
"type": "module",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)