2.0.0 (2025-03-11)
Breaking Changes
- Modify
AddDefaultAuth
method inSignalRFunctionsHostBuilderExtensions.cs
to useIServiceCollection
instead ofIFunctionsHostBuilder
to remove the dependency for legacy packageMicrosoft.Azure.Functions.Extensions
.
Bugs Fixed
- Correctly support returning result for SignalR invocation in MessagePack protocol from isolated-worker process.
Other Changes
- Update
MessagePack
to 2.5.192 - Update
Microsoft.Azure.SignalR
,Microsoft.Azure.SignalR.Management
,Microsoft.Azure.SignalR.Protocols
to 1.29.0