Skip to content

Releases: Azure/azure-signalr

V1.2.3 SDK for SignalR

26 Dec 04:32
e86fc66
Compare
Choose a tag to compare

General

Fix #777 to apply negotiation policy to RouteEndpoint only in ASP.NET 3.0.0 (#782)

V1.2.2 SDK for SignalR

17 Dec 09:21
61c060f
Compare
Choose a tag to compare

Feature

  1. Add proxy support for the ServiceManager from ServiceManagerOptions (#727) Thanks @tebeco for the contribution.

Bug Fixes:

  1. Fix #740 that SDK for ASP.NET is not compatible with Microsoft.Extensions.Logging.EventSource v3.0.0 (#746)
  2. Fix #756 that SDK for ASP.NET is not compatible with NewtonsoftJsonProtocol (#757)
  3. 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)
  4. Fix #675 by keeping the Status property in sync with the state of the connection (#763)

V1.2.1 SDK for SignalR

15 Nov 05:09
8c93b95
Compare
Choose a tag to compare

Management API

  1. Fix #733 that new version(4.6.0) of System.IO.Pipelines changed the default value of PipeOptions' .ctor, and causing PipeWriter.GetMemory to return null when in runtime time the version is rebinded to old version of System.IO.Pipelines, which is the case for Azure Function cli as it sticky to version 4.5.3.

V1.2.0 SDK for SignalR

07 Nov 07:00
782eaf1
Compare
Choose a tag to compare

General

  1. Upgrade System.IO.Pipelines depedency version to 4.6.0 (#671)
  2. Integrate with SignalR's option EnableDetailedErrors, only when it is enabled that clients can view detailed errors (#694)
  3. Improve ServiceConnectionBase logic to reduce task waiting (#672)

ASP.NET Core SignalR

  1. Fixes #693 when standard SignalR is used together with blazor (#695)

ASP.NET SignalR SDK

  1. Add EventSource provider to default logger factory for better debugging experience (#684)
  2. Fix #700 when the SDK is used together with 3.0 Microsoft.AspNetCore.Http.Connections.Client (#701)

Management API

  1. Fix #677 that connection reconnects right after StopAsync is called (#707)

V1.1.1 SDK for SignalR

30 Sep 05:43
e731ef9
Compare
Choose a tag to compare

General

  1. Fix #673 to use released package version(#670)

V1.1.0 SDK for SignalR

24 Sep 03:01
f450048
Compare
Choose a tag to compare

General

Support .NET Core 3.0.

V1.0.14 SDK for SignalR

11 Sep 06:26
368b665
Compare
Choose a tag to compare

General

  1. Fix #647 to avoid potential memory leak in Microsoft.IdentityModel.Tokens.JWT version 5.5.0. (#653)

V1.0.1 Management SDK for ASP.NET Core SignalR

03 Sep 05:42
50c0877
Compare
Choose a tag to compare

V1.0.13 SDK for SignalR

02 Sep 08:34
c764ee7
Compare
Choose a tag to compare

General

  1. Fix #632 to throw TimeOutException when JoinGroup/LeaveGroup actions timeout (#638)

V1.0.12 SDK for SignalR

14 Aug 03:20
b58ad94
Compare
Choose a tag to compare

General

  1. Fix #416, #539 that in some corner cases, OnDisconnected event is not invoked. #612

ASP.NET Core

  1. Fix #623: Improve the robustness of the logic getting Context.GetHttpContext().Connection.RemoteIpAddress. #626