Skip to content

v1.0.0 for ASP.NET SignalR

Compare
Choose a tag to compare
@vicancy vicancy released this 26 Apr 10:41
f184641

We are releasing the generally available version 1.0.0 for ASP.NET SignalR support.

Features:

  1. Simplify the trace source name to Microsoft.Azure.SignalR for Azure SignalR. #471
  2. For #373, downgrade some transient server connection errors to warnings to reduce noises. #482

Bug fixes:

  1. Fix the issue that user's aud claim is ignored when reconstructing the HttpContext for Hub. #465
  2. Fix #480 that connection strings customized is not overwriting the ones from configurations. #481
  3. Fix #452 that when using net462 or below, server connection fails with assembly not found error for System.Runtime.InteropServices.RuntimeInformation. #499