Skip to content

Commit 8925600

Browse files
authored
Update 1.4.0 release note for Azure.Messaging.WebPubSub (#45274)
1 parent 3e6be80 commit 8925600

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

sdk/webpubsub/Azure.Messaging.WebPubSub/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Release History
22

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

55
### Features Added
66

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

11-
### Breaking Changes
12-
13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1711
## 1.3.0 (2022-11-20)
1812

1913
### Features Added
@@ -37,7 +31,7 @@
3731
## 1.1.0-beta.1 (2022-08-06)
3832

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

4236
## 1.0.0 (2021-11-09)
4337

sdk/webpubsub/Azure.Messaging.WebPubSub/src/Azure.Messaging.WebPubSub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Azure SDK client library for the WebPubSub service</Description>
44
<AssemblyTitle>Azure SDK for WebPubSub</AssemblyTitle>
5-
<Version>1.4.0-beta.1</Version>
5+
<Version>1.4.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.3.0</ApiCompatVersion>
88
<PackageTags>Azure, WebPubSub, SignalR</PackageTags>

0 commit comments

Comments
 (0)