File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
sdk/webpubsub/Azure.Messaging.WebPubSub Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments