Releases: Azure/azure-signalr
Releases · Azure/azure-signalr
Releasing v1.7.1
- Fix #1200 Expected a handshake response from the server
- Fix #1206 Microsoft.Azure.SignalR.Management 1.7.0 constantly tries to establish socket connection to SignalR service
Releasing v1.7.0
Features:
- Support .NET 5.0 (#1101)
Releasing v1.6.1
Features:
- Support
ClientEndpoint
in ConnectionString (#1106)
- Respect HandshakeTimeout for HubOptions (#1103)
- Add last will hook for graceful shutdown (#1108)
Releasing v1.6.0
Features
- Traffics from server to client now also pick
ondemand
server connections (#1022)
- Support message log (#1043)
Bug fixes
- Fixes #1058 : Add
ConfigureAwait(false)
when writing messages (#1073)
- Fixes #1060 : Add references (#1062, #1079)
- Fixes #1048: Fix false alarm when reloading endpoints (#1054)
- Fixes #690: Fix blazor sticky issue (#1006)
Releasing v1.5.1
Bug fixes:
- Fix #944 by adding ApplicationName Validation (#966)
- Fix the issue that when client exit app server reports a tedious error (#986)
- Catch
OperationCancelledException
when the application ends when migration enabled (#981)
Releasing v1.5.0
Features
General
- Enable dynamic scale service endpoints. (#915)
- Support graceful shutdown app server. (#814)
- Fix #846 by adding a MaxPollInterval to support slow long polling clients (#924)
Management API
- Add check-user-existence-in-group API for Transient mode (#890)
- add service-health API to IServiceManager (#887)
- add
ttl
for adding a user to a group (#902)
Releasing v1.4.3
Bug fixes
- Revert the interface breaking change in Management SDK (#876)
- 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
Bug fixes:
- Fix #840 that the SDK fails to work when using .netcore 2.2 (#848)
- Fix bug that messages > 64K are not able to be delivered to service. (#870)
Releasing v1.4.1
Fixes:
- Fix #834: Support ServiceOption to specify SecurityAlgorithm (#845)
- Fix Improve log for rebalance connection setup to avoid false alarm (#838)
Releasing v1.4.0
Fixes:
Microsoft.Azure.SignalR.Protocol
is now no longer dependent on MessagePack
package, kudos to @tebeco. (#803)
Microsoft.Azure.SignalR
keep CurrentCulture
regarding localization settings in AspNetCore. (#813)
- Fix potential leak in
NegotiateMatcherPolicy
. (#794)