Release v1.26.0
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
- 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
Full Changelog: v1.25.1...v1.26.0