Skip to content

Releases: Azure/azure-signalr

SDK v1.31.0

08 Aug 08:27
261b695
Compare
Choose a tag to compare

What's Changed

New Contributors

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

SDK v1.30.3

21 Apr 09:09
2942484
Compare
Choose a tag to compare

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

14 Feb 09:56
563b9c0
Compare
Choose a tag to compare

What's Changed

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

SDK v1.30.1

11 Feb 09:00
6b17431
Compare
Choose a tag to compare

What's Changed

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

SDKs v1.30.0

22 Jan 07:17
db5eb94
Compare
Choose a tag to compare

What's Changed

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

Serverless protocol v1.11.0

22 Jan 07:15
db5eb94
Compare
Choose a tag to compare

What's Changed

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

Emulator v1.6.1

22 Jan 07:14
db5eb94
Compare
Choose a tag to compare

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

Releases Emulator v1.6.0

05 Dec 10:15
045aac4
Compare
Choose a tag to compare

What's Changed

  • Add test for emulator commandline, preparing for CommandLine package migration by @vicancy in #2097
  • Update version.props by @vicancy in #2099
  • Remove authorization for healthcheck API by @cqnguy23 in #2105

Full Changelog: v1.29.0...emulator/v1.5.0

Release SDK v1.29.0

27 Nov 07:26
d73b0b5
Compare
Choose a tag to compare

What's Changed

  • remove IConnectionMigrationFeature on normal close by @terencefan in #2059
  • Error log improvements:
  • 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

30 Sep 00:13
e0d4641
Compare
Choose a tag to compare

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