Skip to content

Releases: Azure/azure-signalr

Release v1.28.0 SDK and v1.4.0 emulator

30 Sep 00:13
e0d4641
Compare
Choose a tag to compare

What's Changed

  • remove non-lts support including netcoreapp3.1 net5 and net7 by @vicancy in #2030
  • Emulator now runs on .net8
  • Implement "Close on auth expiration" for serverless mode by @Y-Sindo in #2036
  • Breaking dependency upgrade Use net8 reference for AspNet SignalR by @vicancy in #2049 to fix #1503. If your AspNet projects depend on 5.0 or earlier packages, upgrade to this version will throw, use an earlier version v1.27.0 or upgrade the dependencies to 8.x.

Full Changelog: v1.27.0...v1.28.0

v1.27.0 SDK

27 Aug 02:56
4c2a087
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.1...v1.27.0

Release SDK v1.26.1

20 Aug 03:49
Compare
Choose a tag to compare

Newly added

Bug fixes

  • fix stateful reconnect issue for blazor server by @vwxyzh in #2022
  • Fix the ack message issue when MapHub for the same hub is called multiple times by @vicancy in #2021

New Contributors

Full Changelog: v1.26.0...v1.26.1

Release emulator v1.3.0

20 Aug 03:51
Compare
Choose a tag to compare

Bug Fixes

Release v1.26.0

09 Jul 06:35
b26ea5d
Compare
Choose a tag to compare

What's Changed

New Features

  • Support stateful reconnect for .net8 SignalR clients
    • add allowing stateful reconnects in server handshake message. by @vwxyzh in #1935
    • Add service messages for stateful reconnect. by @vwxyzh in #1923
    • Skip unknown extension members. by @vwxyzh in #1932
    • Support for partial messages for stateful reconnect. by @vwxyzh in #1930
    • Add close in DataMessageType. by @vwxyzh in #1947
    • identify message type for connection data message by @vwxyzh in #1938
    • set AllowStatefulReconnects in server connection handshake. by @vwxyzh in #1946
    • public allow stateful reconnects in service options. by @vwxyzh in #1950

Improvements

  • Use limited pipe for a client connection so that large messages could be pushed back
    • switch to limited pipe. by @vwxyzh in #1945
    • fix multi-thread writing in client connection context for switching to bounded pipe by @vwxyzh in #1949
  • Update meta info for Microsoft.Azure.SignalR.Serverless.Protocols by @Y-Sindo in #1910
  • Print out the full stack for better local debug experience by @vicancy in #1927
  • upgrade dependencies. by @vwxyzh in #1931
  • minor update for arraydict. by @vwxyzh in #1936
  • Rebrand AAD to Microsoft Entra by @terencefan in #1941
  • Suppress 403 when try getting access key by @terencefan in #1943
  • upgrade azure.identity to 1.11.4 by @vwxyzh in #1958

Bug Fixes

  • Dispose should close the server connection by @vicancy in #1960

Full Changelog: v1.25.1...v1.26.0

v1.25.1

01 Mar 13:14
c15f86f
Compare
Choose a tag to compare

What's Changed

  • Check AuthenticateResult of IAuthenticateResultFeature is not null. by @maliming in #1918

New Contributors

Full Changelog: v1.25.0...v1.25.1

v1.25.0

22 Feb 08:34
fb60e1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.24.0...v1.25.0

Release Microsoft.Azure.SignalR.Serverless.Protocols v1.10.0

01 Feb 05:22
c33e4ac
Compare
Choose a tag to compare

Release v1.24.0

22 Jan 07:36
c31946d
Compare
Choose a tag to compare

What's Changed

Release v1.23.0

12 Jan 01:49
3ea3902
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.22.0...v1.23.0