Releases: Azure/azure-signalr
Releases · Azure/azure-signalr
V1.2.3 SDK for SignalR
V1.2.2 SDK for SignalR
Feature
- Add proxy support for the ServiceManager from ServiceManagerOptions (#727) Thanks @tebeco for the contribution.
Bug Fixes:
- Fix #740 that SDK for ASP.NET is not compatible with Microsoft.Extensions.Logging.EventSource v3.0.0 (#746)
- Fix #756 that SDK for ASP.NET is not compatible with NewtonsoftJsonProtocol (#757)
- Fix #773 that SDK for ASP.NET workarounds the SignalR issue SignalR/SignalR#4435 that WebSocket can not be selected when using
net45
version of SignalR client (#774) - Fix #675 by keeping the Status property in sync with the state of the connection (#763)
V1.2.1 SDK for SignalR
Management API
- Fix #733 that new version(
4.6.0
) ofSystem.IO.Pipelines
changed the default value ofPipeOptions
'.ctor
, and causingPipeWriter.GetMemory
to return null when in runtime time the version is rebinded to old version ofSystem.IO.Pipelines
, which is the case for Azure Function cli as it sticky to version4.5.3
.
V1.2.0 SDK for SignalR
General
- Upgrade
System.IO.Pipelines
depedency version to4.6.0
(#671) - Integrate with SignalR's option
EnableDetailedErrors
, only when it is enabled that clients can view detailed errors (#694) - Improve ServiceConnectionBase logic to reduce task waiting (#672)
ASP.NET Core SignalR
ASP.NET SignalR SDK
- Add
EventSource
provider to default logger factory for better debugging experience (#684) - Fix #700 when the SDK is used together with
3.0
Microsoft.AspNetCore.Http.Connections.Client
(#701)
Management API
V1.1.1 SDK for SignalR
V1.1.0 SDK for SignalR
General
Support .NET Core 3.0.
V1.0.14 SDK for SignalR
V1.0.1 Management SDK for ASP.NET Core SignalR
Fix bug for reconnect issue #627 .