Releases: Azure/azure-signalr
Releases · Azure/azure-signalr
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
IUserIdProvider
to get connection's user Id. This will take effect after the next deployment of Azure SignalR Service runtime. (#140)
Enhancements
Release Update - v1.0.0-preview1-10015
Fixes
- Preserve headers and query string in
Hub.Context.HttpContext
. (#108) - Throw friendly exception when
AddAzureSignalR
andUseAzureSignalR
are not used together. (#121) - Write the ReadOnlySequence as a single ConnectionDataMessage so that large messages are complete. (#124)
Enhancement
- Load connection string from
ConnectionStrings
section if default key is not found. (#126)
Release Update - v1.0.0-preview1-10011
Fixes
- Fix authentication bug. (#89)
- Support multiple hubs. (#97)
- Fix
MultiUserDataMessage
type in serialization. - Filter claims used by SignalR Service.
Enhancement
- Send
PingMessage
from SDK to SignalR Service to keep alive. - Update SignalR dependencies from
1.0.0-rc1-final
to1.0.0
. - Add missing XML doc.
Initial Release - v1.0.0-preview1-10009
Point package links to Nuget (#86)