Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cqnguy23 committed Nov 4, 2024
1 parent 419da6a commit 16c4227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdk/webpubsub/Azure.Messaging.WebPubSub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.5.0-beta.1 (Unreleased)

### Features Added
- Added support for SocketIO when generating ClientAccessURI

### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum WebPubSubClientProtocol
Mqtt,

/// <summary>
/// SocketIO client protocol, whose access endpoint starts with "/clients/mqtt".
/// SocketIO client protocol, whose access endpoint starts with "/clients/socketio".
/// </summary>
SocketIO,
}

0 comments on commit 16c4227

Please sign in to comment.