Skip to content

Releases: Azure/azure-signalr

Releasing v1.7.1

10 Feb 02:32
4e9a56b
Compare
Choose a tag to compare
  1. Fix #1200 Expected a handshake response from the server
  2. Fix #1206 Microsoft.Azure.SignalR.Management 1.7.0 constantly tries to establish socket connection to SignalR service

Releasing v1.7.0

20 Jan 03:46
8484401
Compare
Choose a tag to compare

Features:

  1. Support .NET 5.0 (#1101)

Releasing v1.6.1

24 Nov 03:49
df64e0b
Compare
Choose a tag to compare

Features:

  1. Support ClientEndpoint in ConnectionString (#1106)
  2. Respect HandshakeTimeout for HubOptions (#1103)
  3. Add last will hook for graceful shutdown (#1108)

Releasing v1.6.0

29 Oct 11:11
ae67eb4
Compare
Choose a tag to compare

Features

  1. Traffics from server to client now also pick ondemand server connections (#1022)
  2. Support message log (#1043)

Bug fixes

  1. Fixes #1058 : Add ConfigureAwait(false) when writing messages (#1073)
  2. Fixes #1060 : Add references (#1062, #1079)
  3. Fixes #1048: Fix false alarm when reloading endpoints (#1054)
  4. Fixes #690: Fix blazor sticky issue (#1006)

Releasing v1.5.1

01 Sep 07:40
e03fae1
Compare
Choose a tag to compare

Bug fixes:

  1. Fix #944 by adding ApplicationName Validation (#966)
  2. Fix the issue that when client exit app server reports a tedious error (#986)
  3. Catch OperationCancelledException when the application ends when migration enabled (#981)

Releasing v1.5.0

15 Jun 02:37
561d527
Compare
Choose a tag to compare

Features

General

  1. Enable dynamic scale service endpoints. (#915)
  2. Support graceful shutdown app server. (#814)
  3. Fix #846 by adding a MaxPollInterval to support slow long polling clients (#924)

Management API

  1. Add check-user-existence-in-group API for Transient mode (#890)
  2. add service-health API to IServiceManager (#887)
  3. add ttl for adding a user to a group (#902)

Releasing v1.4.3

21 Apr 03:30
ce216a1
Compare
Choose a tag to compare

Bug fixes

  1. Revert the interface breaking change in Management SDK (#876)
  2. Fix a potential issue that Management SDK relies on if the endpoint is active to send messages and might have message loss. (#879)

Releasing v1.4.2

16 Apr 05:52
ba48f9e
Compare
Choose a tag to compare

Bug fixes:

  1. Fix #840 that the SDK fails to work when using .netcore 2.2 (#848)
  2. Fix bug that messages > 64K are not able to be delivered to service. (#870)

Releasing v1.4.1

16 Mar 14:09
b0f0f74
Compare
Choose a tag to compare

Fixes:

  1. Fix #834: Support ServiceOption to specify SecurityAlgorithm (#845)
  2. Fix Improve log for rebalance connection setup to avoid false alarm (#838)

Releasing v1.4.0

20 Feb 04:49
c55696b
Compare
Choose a tag to compare

Fixes:

  1. Microsoft.Azure.SignalR.Protocol is now no longer dependent on MessagePack package, kudos to @tebeco. (#803)
  2. Microsoft.Azure.SignalR keep CurrentCulture regarding localization settings in AspNetCore. (#813)
  3. Fix potential leak in NegotiateMatcherPolicy. (#794)