Releases: Azure/azure-signalr
Releases · Azure/azure-signalr
Release list
v1.33.1
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
RefreshAuthMessageby @MoChilia in #2261 - Bump .NET Core sdk 10.x in
release.ymlby @MoChilia in #2262 - Add .NET 8.x in
release.ymlby @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
ConnectionIdOrTokentoConnectionTokenforRefreshAuthMessageby @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
GetConnectionClaimsMessageandUpdateConnectionClaimsMessageby @MoChilia in #2272
New Contributors
- @MoChilia made their first contribution in #2261
- @wyunchi-ms made their first contribution in #2269
Full Changelog: v1.33.0...v1.33.1
SDK v1.33.0
What's Changed
- Add presence API REST implementation by @Y-Sindo in #2221
- Support specifying
HttpTransportTypein management SDK by @Y-Sindo in #2224 - Fix format by @vicancy in #2229
- Fix the shutdown timeout hung by @vicancy in #2230
- Reword
TimeoutHttpMessageHandlerTaskCanceledExceptionmessage by @jsoref in #2243
New Contributors
Full Changelog: v1.32.0...v1.33.0
SDK v1.32.0
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.SignalRno longer targetsnet6.0starting 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 asSystem.MissingMethodException: Method not found: 'Void Microsoft.AspNetCore.SignalR.HubConnectionContext..ctor(...)'on negotiate, because the SDK will bind against thenet6.0build ofMicrosoft.AspNetCore.SignalRshipped with the shared framework, which has a differentHubConnectionContextsignature. - 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.SignalR1.31.x(no further fixes will be backported).
- If your application still targets
See issue #2258 for context.
Full Changelog: v1.31.0...v1.32.0
SDK v1.31.0
What's Changed
- Fix emulator bug #2194 by @vicancy in #2196
- Add
maxPageSizeto GroupMemberQueryMessage by @Y-Sindo in #2193 - Enable stream and add cli for streaming. by @vwxyzh in #2178
- improve chat sample cli. by @vwxyzh in #2198
- Check for null hub name by @jonesr-out in #2201
- Update Rest API version to 2024-12-01 by @Y-Sindo in #2211
New Contributors
- @jonesr-out made their first contribution in #2201
Full Changelog: v1.30.3...v1.31.0
SDK v1.30.3
SDK v1.30.2
What's Changed
Full Changelog: v1.30.1...v1.30.2
SDK v1.30.1
SDKs v1.30.0
What's Changed
- Update messagepack to tag v2.5.192 by @vicancy in #2089
- remove ctoken from UpdateAccessKeyAsync by @terencefan in #2116
- Refresh AccessKey passively by @terencefan in #2114
- Add group member query service message protocol by @Y-Sindo in #2118
- Update service protocol by @Y-Sindo in #2123
- Update ServiceProtocol.md by @vwxyzh in #2122
- Update spec for service protocol by @vwxyzh in #2124
- Add service message types for presence API by @Y-Sindo in #2121
- Update service protocol by @Y-Sindo in #2127
Full Changelog: v1.29.0...v1.30.0
Serverless protocol v1.11.0
What's Changed
Full Changelog: emulator/v1.6.0...serverlessProtocol/v1.11.0
Emulator v1.6.1
What's Changed
Full Changelog: emulator/v1.6.0...emulator/v1.6.1