Skip to content

Commit

Permalink
Release Azure WebPubsub (#30695)
Browse files Browse the repository at this point in the history
Release Azure WebPubsub

Co-authored-by: Chuong Nguyen <chuongnguyen@microsoft.com>
  • Loading branch information
cqnguy23 and cqnguy23 authored Aug 12, 2024
1 parent cf5394f commit 1aba4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions sdk/web-pubsub/web-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Release History

## 1.1.4 (Unreleased)

### Features Added
- Added a `clientProtocol` option to `GenerateClientTokenOptions` to specify the type of client protocol when generating token. This option can be used to generate token and client connection URL for a specific client protocol type, such as `Default` or `MQTT`.
- Update API version to `2024-01-01`

## 1.1.3 (Unreleased)
## 1.1.3 (2024-08-09)

### Features Added
- Added a `messageTtlSeconds` option to `serviceClient.sendToAll`, `serviceClient.sendToUser`, `serviceClient.sendToConnection` and `groupClient.sendToAll`. This option defines the expiration time for a message. Messages that are not consumed by the client within the specified TTL will be dropped by the service. This parameter helps when the client's bandwidth is limited.
- Added method `serviceClient.addConnectionsToGroups` to add connections to multiple groups. Target connections are specified by a filter string.
- Added method `serviceClient.removeConnectionsFromGroups` to remove connections from multiple groups. Target connections are specified by a filter string.
- Added a `clientProtocol` option to `GenerateClientTokenOptions` to specify the type of client protocol when generating token. This option can be used to generate token and client connection URL for a specific client protocol type, such as `Default` or `MQTT`.
- Update API version to `2024-01-01`

## 1.1.2 (2023-04-18)

Expand Down

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

0 comments on commit 1aba4dd

Please sign in to comment.