Releases: Azure/azure-signalr
Releases · Azure/azure-signalr
V1.0.0-preview1-10420 Management SDK for ASP.NET Core SignalR
SDK for Microsoft.Azure.SignalR.Management
Install-Package Microsoft.Azure.SignalR.Management -Version 1.0.0-preview1-10420
Features:
- Support removing a specific user from all groups.
Bug fixes:
- Send correct user-agent header to Azure SignalR Service.
v1.0.9 for ASP.NET Core SignalR
Features:
- Add an
ApplicationName
option toServiceOptions
so that user now can share one Azure endpoint for different environments, as described in #348. Thanks @steverash for providing this cool feature #449
Bug fixes:
v1.0.0 for ASP.NET SignalR
We are releasing the generally available version 1.0.0 for ASP.NET SignalR support.
Features:
- Simplify the trace source name to
Microsoft.Azure.SignalR
for Azure SignalR. #471 - For #373, downgrade some transient server connection errors to warnings to reduce noises. #482
Bug fixes:
- Fix the issue that user's aud claim is ignored when reconstructing the HttpContext for Hub. #465
- Fix #480 that connection strings customized is not overwriting the ones from configurations. #481
- Fix #452 that when using net462 or below, server connection fails with assembly not found error for
System.Runtime.InteropServices.RuntimeInformation
. #499
v1.1.0-preview1-10384 for ASP.NET Core SignalR
Feature:
Add ASP.NET Core 3.0 Preview support with Azure SignalR Service.
From ASP.NET Core 3.0, switching between local SignalR and Azure SignalR Service could be easier by simply assign HostingStartupAssembly in the launch settings or a call to AddAzureSignalR()
. Check Server-side Blazor Sample for details.
v1.0.8 for ASP.NET Core SignalR
Bug fixes:
- Fix dead client connections didn't remove from manager. (#402)
- Fix router bug when
SendToConnection
for multi-endpoints - Fix the
duplicate endpoint
false alert as described in #439
Feature:
- Releasing Management SDK for Azure SignalR Service. You can use this SDK to manage your SignalR clients connected to your Azure SignalR Service directly such as broadcast messages. You can refer to Management Samples for more information about this SDK.
Breaking changes:
- Interface update for sharding usage, adding
HttpContext
as input parameters when negotiate
v1.0.0-preview1-10351 for ASP.NET SignalR
Bug fixes:
- Fix router bug when
SendToConnection
for multi-endpoints - Move authorization check in negotiate stage for ASP.NET (#419)
Breaking changes:
- Interface update for sharding usage, adding
IOwinContext
as input parameters when negotiate
v1.0.7 for ASP.NET Core SignalR
Improvements:
- Simplify IEndpointRouter
- Provide an EndpointRouterDecorator to use.
- Enable server connections re-balance with on-demand connections #355
v1.0.0-preview1-10330 for ASP.NET SignalR
Improvements:
- Simplify IEndpointRouter
- Provide an EndpointRouterDecorator to use.
- Enable server connections re-balance with on-demand connections #355
Bug fixes:
v1.0.0-preview1-10317 for ASP.NET SignalR
Improvements:
- Add limitation check for AccessKey length #303
- Skip not-connected service connections when writing message (#308)
- Remove preview endpoint support (#318)
- Support multiple Azure SignalR endpoints #243
- For ASP.NET, directly write back to the server connection for self-owned client connections (#336)
Bug fixes:
- For ASP.NET, fix the logging issue #349