Skip to content

Commit

Permalink
Release v1.11.1 (Azure#38602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo authored and yaotongms committed Oct 12, 2023
1 parent 7214e45 commit dfbbcb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Release History

## 1.12.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.11.1 (2023-09-11)

### Bugs Fixed
* Fixed the issue when using customized server endpoint with Azure AD credential.

### Other Changes
* Upgraded `Microsoft.Azure.SignalR`, `Microsoft.Azure.SignalR.Management`, `Microsoft.Azure.SignalR.Protocols` from 1.21.4 to 1.21.6

## 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
* Upgraded `Microsoft.Azure.SignalR`, `Microsoft.Azure.SignalR.Management`, `Microsoft.Azure.SignalR.Protocols` to 1.21.4

## 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.12.0-beta.1</Version>
<Version>1.11.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.11.0</ApiCompatVersion>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit dfbbcb7

Please sign in to comment.