Skip to content

Commit 0637c72

Browse files
Version Packages
1 parent f44a41e commit 0637c72

12 files changed

+30
-43
lines changed

.changeset/big-sloths-accept.md

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

.changeset/go-sdk-chat.md

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

.changeset/go-sdk-streams.md

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

.changeset/late-rats-cheat.md

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

.changeset/tall-worms-compare.md

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

.changeset/tasty-geese-cross.md

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

.changeset/twelve-ghosts-warn.md

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

.changeset/twelve-teachers-sleep.md

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

CHANGELOG.md

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

3+
## 1.40.0
4+
5+
### Minor Changes
6+
7+
- Adding SIP Protocol generated call id to SipCall - [#1119](https://github.com/livekit/protocol/pull/1119) ([@nishadmusthafa](https://github.com/nishadmusthafa))
8+
9+
### Patch Changes
10+
11+
- Go SDK support for chat messages. - [#1147](https://github.com/livekit/protocol/pull/1147) ([@dennwc](https://github.com/dennwc))
12+
13+
- Go SDK support for stream data messages. - [#1148](https://github.com/livekit/protocol/pull/1148) ([@dennwc](https://github.com/dennwc))
14+
15+
- Updating how ListSIPInboundTrunkRequest filtering occurs by normalising phone number that are being compared - [#1126](https://github.com/livekit/protocol/pull/1126) ([@nishadmusthafa](https://github.com/nishadmusthafa))
16+
17+
- Allow adding, removing items and clearing list fields. - [#1142](https://github.com/livekit/protocol/pull/1142) ([@dennwc](https://github.com/dennwc))
18+
319
## 1.39.3
420

521
## 1.39.2

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

0 commit comments

Comments
 (0)