Skip to content

Releases: Azure/azure-signalr

v1.33.1

Choose a tag to compare

@ZSWY666 ZSWY666 released this 24 Jun 04:20
2bf6f17

What's Changed

  • fix thread safety issue in client connection context. by @vwxyzh in #2256
  • Update build agent name in release pipeline by @vicancy in #2254
  • Update version prefix to 1.33.1 by @vicancy in #2257
  • Clarify .NET support in README by @vicancy in #2260
  • Add a new service protocol RefreshAuthMessage by @MoChilia in #2261
  • Bump .NET Core sdk 10.x in release.yml by @MoChilia in #2262
  • Add .NET 8.x in release.yml by @MoChilia in #2263
  • Add swagger for the latest REST API by @Y-Sindo in #2266
  • dont allow complex type for extension members. by @vwxyzh in #2265
  • Add Rest support for client invocation in management SDK by @ZSWY666 in #2249
  • Auto-generated baselines by 1ES Pipeline Templates by @microsoft-github-policy-service[bot] in #2264
  • Rename ConnectionIdOrToken to ConnectionToken for RefreshAuthMessage by @MoChilia in #2268
  • Upgrade MessagePack to 3.1.7 by @vicancy in #2270
  • Update SignalR MessagePack package version to 8.0.28 for CVE patch by @MoChilia in #2273
  • Add new service protocols GetConnectionClaimsMessage and UpdateConnectionClaimsMessage by @MoChilia in #2272

New Contributors

Full Changelog: v1.33.0...v1.33.1

SDK v1.33.0

Choose a tag to compare

@Y-Sindo Y-Sindo released this 04 Mar 04:45
8c944ee

What's Changed

New Contributors

Full Changelog: v1.32.0...v1.33.0

SDK v1.32.0

Choose a tag to compare

@vicancy vicancy released this 10 Sep 00:26
00dd829

What's Changed

  • Fix issue caused by AckHandler disposing by @Y-Sindo in #2215
  • Remove .net 6 from target frameworks by @Y-Sindo in #2216
  • Fix #1928 that when client connection is closed, no need to throw by @vicancy in #2220
    I can't edit the GitHub release page directly, but here's suggested content to add to the v1.32.0 release notes to call out the breaking change:

⚠️ Breaking Changes

  • Dropped support for .NET 6. Following the end of Microsoft support for .NET 6 on November 12, 2024, Microsoft.Azure.SignalR no longer targets net6.0 starting with this release. Supported target frameworks are now .NET 8 and .NET 9.
    • If your application still targets net6.0, you will encounter runtime errors such as System.MissingMethodException: Method not found: 'Void Microsoft.AspNetCore.SignalR.HubConnectionContext..ctor(...)' on negotiate, because the SDK will bind against the net6.0 build of Microsoft.AspNetCore.SignalR shipped with the shared framework, which has a different HubConnectionContext signature.
    • Action required: Upgrade your application to .NET 8 (LTS) or .NET 9.
    • If you must remain on .NET 6, pin to the last version that targeted net6.0: Microsoft.Azure.SignalR 1.31.x (no further fixes will be backported).

See issue #2258 for context.

Full Changelog: v1.31.0...v1.32.0

SDK v1.31.0

Choose a tag to compare

@Y-Sindo Y-Sindo released this 08 Aug 08:27
261b695

What's Changed

New Contributors

  • @jonesr-out made their first contribution in #2201

Full Changelog: v1.30.3...v1.31.0

SDK v1.30.3

Choose a tag to compare

@vicancy vicancy released this 21 Apr 09:09
2942484

What's Changed

  • Fix the protocol issue when null is in the array by @vicancy in #2173
  • Expose an option for the netframework to configure the underlying WebSocket options by @vicancy in #2180
  • Fix #2190 to add null check when container stops by @vicancy in #2192

Full Changelog: v1.30.2...v1.30.3

SDK v1.30.2

Choose a tag to compare

@vicancy vicancy released this 14 Feb 09:56
563b9c0

What's Changed

Full Changelog: v1.30.1...v1.30.2

SDK v1.30.1

Choose a tag to compare

@vicancy vicancy released this 11 Feb 09:00
6b17431

What's Changed

Full Changelog: v1.30.0...v1.30.1

SDKs v1.30.0

Choose a tag to compare

@vicancy vicancy released this 22 Jan 07:17
db5eb94

What's Changed

Full Changelog: v1.29.0...v1.30.0

Serverless protocol v1.11.0

Choose a tag to compare

@vicancy vicancy released this 22 Jan 07:15
db5eb94

What's Changed

Full Changelog: emulator/v1.6.0...serverlessProtocol/v1.11.0

Emulator v1.6.1

Choose a tag to compare

@vicancy vicancy released this 22 Jan 07:14
db5eb94

What's Changed

  • Using System.CommandLine instead of the out-of-maintaince package by @vicancy in #2115

Full Changelog: emulator/v1.6.0...emulator/v1.6.1