Skip to content

Releases: Azure/azure-signalr

Release Update - v1.0.0-preview1-10015

31 Aug 06:56
d5d22b7

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

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

Choose a tag to compare

Pre-release
Point package links to Nuget (#86)