Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-steaks-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cold-feet-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-sloths-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/otel-tracing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-lobsters-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sip-transport-name.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# github.com/livekit/protocol

## 2.0.0

### Major Changes

- Adding public apis for Livekit Phone Numbers feature - [#1146](https://github.com/livekit/protocol/pull/1146) ([@nishadmusthafa](https://github.com/nishadmusthafa))

### Minor Changes

- Add encryption metadata for data packets - [#1127](https://github.com/livekit/protocol/pull/1127) ([@lukasIO](https://github.com/lukasIO))

- Use OpenTelemetry types. Pass tracer options. - [#1177](https://github.com/livekit/protocol/pull/1177) ([@dennwc](https://github.com/dennwc))

- Add a Name helper for SIPTransport. - [#1175](https://github.com/livekit/protocol/pull/1175) ([@dennwc](https://github.com/dennwc))

## 1.40.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.40.0",
"version": "2.0.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
12 changes: 12 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @livekit/protocol

## 2.0.0

### Minor Changes

- Add encryption metadata for data packets - [#1127](https://github.com/livekit/protocol/pull/1127) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Add SIPHostnamePrefix - [#1155](https://github.com/livekit/protocol/pull/1155) ([@biglittlebigben](https://github.com/biglittlebigben))

- update agents observability codegen - [#1173](https://github.com/livekit/protocol/pull/1173) ([@paulwe](https://github.com/paulwe))

## 1.40.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.40.0",
"version": "2.0.0",
"description": "",
"type": "module",
"require": "dist/index.cjs",
Expand Down