Skip to content

Releases: Azure/azure-signalr

v1.0.0 for ASP.NET Core SignalR

22 Sep 00:58
34f017e
Compare
Choose a tag to compare

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

31 Aug 06:43
305c096
Compare
Choose a tag to compare
Pre-release

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

  • Add Endpoint validation for connection string. (#141)
  • Support Version property in connection string.
  • Preserve original request path in Hub.Context.HttpContext. (#161)
  • Preserve original query string in negotiate response.

Release Update - v1.0.0-preview1-10015

31 Aug 06:56
d5d22b7
Compare
Choose a tag to compare
Pre-release

Fixes

  • Preserve headers and query string in Hub.Context.HttpContext. (#108)
  • Throw friendly exception when AddAzureSignalR and UseAzureSignalR 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

31 Aug 07:12
acec2b6
Compare
Choose a tag to compare
Pre-release

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 to 1.0.0.
  • Add missing XML doc.

Initial Release - v1.0.0-preview1-10009

31 Aug 07:13
219df7a
Compare
Choose a tag to compare
Pre-release
Point package links to Nuget (#86)