Releases: Azure/azure-signalr
Releases · Azure/azure-signalr
v1.0.0-preview1-10264 for ASP.NET SignalR
v1.0.4 for ASP.NET Core SignalR
Improvements
- Add a random asrs.idrequest id in JWT token to improve traffic load balancing, because Azure SignalR uses jwt token to do sticky session now.
v1.0.3 for ASP.NET Core SignalR
v1.0.0-preview1-10259 for ASP.NET SignalR
Improvements
- MapAzureSignalRis also able to custom- ServiceOptionsthrough- Action<ServiceOptions>now. #240
- Trace is now enabled, set the trace level to Informationfor more logs from server side, tryGlobalHost.TraceManager.Switch.Level = SourceLevels.Information;#247
- Server connections will always try reconnecting to Azure Service, with frequency up to one minute at most. #233
- A new ServerCloseMessagemessage type is introduced. Now server side can report much more detailed error message from service side. #236
Fixes
- Fix a false warning when dispatching message #248
v1.0.2 for ASP.NET Core SignalR
Fixes
- Fix the issue that user claims are not included in jwt token (#235)
v1.0.1 for ASP.NET Core SignalR
Fixes
- Custom NameClaimTypeandRoleClaimTypewill be preserved. (#223 )
v1.0.0-preview1-10247 for ASP.NET SignalR
Fixes
- Custom NameClaimTypeandRoleClaimTypewill be preserved. (#223 )
v1.0.0-preview1-10233 for ASP.NET SignalR
This is the first preview for supporting ASP.NET SignalR on Azure SignalR Service.
This version of Azure ASP.NET SignalR SDK supports Hubs. Persistent Connections are not yet supported.
Enabling Azure SignalR for your ASP.NET SignalR is very simple, ChatSample shows detailed steps on how to.
The following package has been released to NuGet.org:
| Package ID | Version | 
|---|---|
| Microsoft.Azure.SignalR.AspNet | 1.0.0-preview1-10233 | 
v1.0.0 for ASP.NET Core SignalR
We are releasing v1.0.0 for ASP.NET Core SignalR support with Azure SignalR Service going to GA.
The following packages have been released to NuGet.org:
| Package ID | Version | 
|---|---|
| Microsoft.Azure.SignalR | 1.0.0 | 
| Microsoft.Azure.SignalR.Protocol | 1.0.0 | 
Release Update - v1.0.0-preview1-10200
Fixes
- Group messages (of the same group) will be sent through the same service connection. So message order is preserved at service side. (#87)
- Use custom IUserIdProviderto get connection's user Id. This will take effect after the next deployment of Azure SignalR Service runtime. (#140)