Skip to content

Commit

Permalink
Update SignalR SDK to 1.21.4 (#37051)
Browse files Browse the repository at this point in the history
* Update SignalR SDK to 1.21.4

* Update sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/CHANGELOG.md

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>

---------

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
  • Loading branch information
Y-Sindo and JoshLove-msft committed Jun 16, 2023
1 parent dea6f2f commit 61cf335
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
<PackageReference Update="CloudNative.CloudEvents.SystemTextJson" Version="2.0.0" />
<PackageReference Update="MessagePack" Version="1.9.11" />
<PackageReference Update="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.1.5" />
<PackageReference Update="Microsoft.Azure.SignalR" Version="1.21.2" />
<PackageReference Update="Microsoft.Azure.SignalR.Management" Version="1.21.2" />
<PackageReference Update="Microsoft.Azure.SignalR.Protocols" Version="1.21.2" />
<PackageReference Update="Microsoft.Azure.SignalR" Version="1.21.4" />
<PackageReference Update="Microsoft.Azure.SignalR.Management" Version="1.21.4" />
<PackageReference Update="Microsoft.Azure.SignalR.Protocols" Version="1.21.4" />
<PackageReference Update="Microsoft.Azure.SignalR.Serverless.Protocols" Version="1.9.0" />
<PackageReference Update="Microsoft.Azure.WebJobs" Version="3.0.37" />
<PackageReference Update="Microsoft.Azure.WebJobs.Sources" Version="3.0.37" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.11.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.11.0 (2023-06-17)

### Bugs Fixed
* Fixed the bug that a wrong exception is thrown when the SignalR connection is not found using REST API to close a connection or add a connection to group.

### Other Changes
* Upgraded `Microsoft.Azure.SignalR`, `Microsoft.Azure.SignalR.Management`, `Microsoft.Azure.SignalR.Protocols` to 1.21.3

## 1.10.0 (2023-04-11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageId>Microsoft.Azure.WebJobs.Extensions.SignalRService</PackageId>
<Version>1.11.0-beta.1</Version>
<Version>1.11.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.10.0</ApiCompatVersion>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 61cf335

Please sign in to comment.