Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release note for Azure.Messaging.WebPubSub #45274

Merged
merged 1 commit into from
Jul 31, 2024
Merged
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
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