Skip to content

Releases: Azure/azure-signalr

Release v1.24.0

Choose a tag to compare

@vicancy vicancy released this 22 Jan 07:36
c31946d

What's Changed

Release v1.23.0

Choose a tag to compare

@vicancy vicancy released this 12 Jan 01:49
3ea3902

What's Changed

Full Changelog: v1.22.0...v1.23.0

Release v1.22.0

Choose a tag to compare

@Y-Sindo Y-Sindo released this 26 Oct 10:54
b4ffcaa

Features

Fixes

  • Improve TimerAwaitable for allow Stop to be called multiple times (#1856)
  • Normalize the DefaultEndpointRouter weight using unit to make the routing more friendly to AutoScale (#1851)

Release v1.21.7

Choose a tag to compare

@JialinXin JialinXin released this 14 Sep 08:18
f5cf33f

Features

  • Partial support client invocation in sharding mode by @JialinXin in #1828.

Release v1.21.6

Choose a tag to compare

@JialinXin JialinXin released this 14 Sep 07:41

Features

Release v1.21.5

Choose a tag to compare

@terencefan terencefan released this 25 Aug 04:07
ed1086d

Release v1.21.4

Choose a tag to compare

@Y-Sindo Y-Sindo released this 14 Jun 10:07
67770c9

Bug Fix

Don't throw exceptions when connection is not found in adding connection to group and closing connection REST APIs

Release v1.21.0

Choose a tag to compare

@Y-Sindo Y-Sindo released this 14 Jun 09:58
2e19391

Features:

The transient mode of Management SDK now supports MessagePack in the SDK-side. See MessagePack serialization for more details.

Release 1.21.3

Choose a tag to compare

@vicancy vicancy released this 17 May 09:03
3377d87

What's Changed

Full Changelog: v1.21.2...v1.21.3

Release v1.21.2

Choose a tag to compare

@wanlwanl wanlwanl released this 31 Mar 08:01
004701c

Bug Fixes

  1. Fix Json Hub Protocol case sensitive bug #1759 .