Skip to content

Release v1.19.0

Compare
Choose a tag to compare
@JialinXin JialinXin released this 09 Nov 07:35
· 331 commits to dev since this release
3470d1f

Features:

  1. Support SignalR client result(.NET7.0+).
  2. Support CloseOnAuthenticationExpiration. Set this option to enable authentication expiration tracking which will close connections when a token expires.

Bug Fixes

  1. Fix #1652: Configuration issue and a few improvements #1654.
  2. Fix #1679: HubConnectionContext.UserIdentifier is null if negotiation with Management SDK and set user ID #1691.
  3. Fix #1700: proxy not applied to serverless transient mode #1708.

Improvements

  1. Reduce retry interval when AAD auth failed #1451.