Skip to content
Open
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
21 changes: 2 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion sdk/web-pubsub/web-pubsub-client-protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Release History

## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.5 (Unreleased)

### Features Added

- Added protobuf protocol support for group state messages (`setGroupState`, `subscribeGroupState`, `unsubscribeGroupState`, `groupStateSnapshot`, `groupStateUpdate`).
- Updated dependency `@azure/web-pubsub-client` to workspace reference for using group state types.

Comment on lines +7 to +9
### Breaking Changes

### Bugs Fixed
Expand Down
4 changes: 2 additions & 2 deletions sdk/web-pubsub/web-pubsub-client-protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/web-pubsub-client-protobuf",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Azure Web PubSub Client Protobuf",
"sdk-type": "client",
"type": "module",
Expand Down Expand Up @@ -56,7 +56,7 @@
"sideEffects": false,
"dependencies": {
"@azure/logger": "^1.1.4",
"@azure/web-pubsub-client": "1.0.0-beta.2",
"@azure/web-pubsub-client": "workspace:^",
"long": "^5.3.1",
Comment on lines 56 to 60
"protobufjs": "^7.4.0",
"tslib": "^2.8.1"
Expand Down
5,343 changes: 3,779 additions & 1,564 deletions sdk/web-pubsub/web-pubsub-client-protobuf/src/generated/clientProto.cjs

Large diffs are not rendered by default.

Loading