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