Releases: Azure/azure-signalr
Releases · Azure/azure-signalr
SDK v1.31.0
What's Changed
- Fix emulator bug #2194 by @vicancy in #2196
- Add
maxPageSize
to 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
Releases Emulator v1.6.0
Release SDK v1.29.0
What's Changed
- remove
IConnectionMigrationFeature
on normal close by @terencefan in #2059 - Error log improvements:
- Throw http response content when 403 by @terencefan in #2046
- optimize error message when AccessKey is not authorized. by @terencefan in #2064
- Add isser to generated access token by @terencefan in #2075
- Throw different 401 error message by @terencefan in #2071
- Improve server status ping sent to start after connection container is ready by @vicancy in #2070
- Upgrade dependency version for vulnerability fix by @vicancy in #2088
- Gracefully offline and close clients when app shutdown by @vicancy in #2086
- Avoid unnecessary API calls: Lazy load temporary AccessKey by @terencefan in #2092
- Lower EndpointOffline to warning by @vicancy in #2096
Full Changelog: v1.28.0...v1.29.0
Release v1.28.0 SDK and v1.4.0 emulator
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