From ecc99152dff423f10e0547f379fa66bc717b79bd Mon Sep 17 00:00:00 2001 From: Chuong Nguyen Date: Thu, 8 Aug 2024 18:31:50 +0700 Subject: [PATCH] release azure webpubsub --- sdk/web-pubsub/web-pubsub/CHANGELOG.md | 10 +++------- .../web-pubsub/src/generated/generatedClientContext.ts | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sdk/web-pubsub/web-pubsub/CHANGELOG.md b/sdk/web-pubsub/web-pubsub/CHANGELOG.md index ef648ed21c14..9d83b368be40 100644 --- a/sdk/web-pubsub/web-pubsub/CHANGELOG.md +++ b/sdk/web-pubsub/web-pubsub/CHANGELOG.md @@ -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) diff --git a/sdk/web-pubsub/web-pubsub/src/generated/generatedClientContext.ts b/sdk/web-pubsub/web-pubsub/src/generated/generatedClientContext.ts index 6f289c00ea44..daae8ae8f83d 100644 --- a/sdk/web-pubsub/web-pubsub/src/generated/generatedClientContext.ts +++ b/sdk/web-pubsub/web-pubsub/src/generated/generatedClientContext.ts @@ -32,7 +32,7 @@ export class GeneratedClientContext extends coreClient.ServiceClient { requestContentType: "application/json; charset=utf-8" }; - const packageDetails = `azsdk-js-web-pubsub/1.1.2`; + const packageDetails = `azsdk-js-web-pubsub/1.1.3`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`