Skip to content

Commit

Permalink
Update 1.4.0 release note for Azure.Messaging.WebPubSub (#45274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo authored Jul 31, 2024
1 parent 3e6be80 commit 8925600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions sdk/webpubsub/Azure.Messaging.WebPubSub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.4.0 (2024-07-31)

### Features Added

- Added method overloads `serviceClient.GetClientAccessUri`, `serviceClient.GetClientAccessUri` for MQTT clients.
- Added method `serviceClient.AddConnectionsToGroups` to add filtered connections to specified multiple groups.
- Added method `serviceClient.RemoveConnectionsFromGroups` to remove filtered connections from specified multiple groups.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0 (2022-11-20)

### Features Added
Expand All @@ -37,7 +31,7 @@
## 1.1.0-beta.1 (2022-08-06)

### Bugs Fixed
- Fix the issue that when `expiresAfter` is less than 1 minute it requests a token with 0 ttl
- Fix the issue that when `expiresAfter` is less than 1 minute it requests a token with 0 ttl

## 1.0.0 (2021-11-09)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Azure SDK client library for the WebPubSub service</Description>
<AssemblyTitle>Azure SDK for WebPubSub</AssemblyTitle>
<Version>1.4.0-beta.1</Version>
<Version>1.4.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.0</ApiCompatVersion>
<PackageTags>Azure, WebPubSub, SignalR</PackageTags>
Expand Down

0 comments on commit 8925600

Please sign in to comment.