Skip to content

Changelog

3.0.2 (TBR)

Additions and improvements

  • (#193) Added support for stateful reconnect.
  • Added support for DateTime type parameters for the default JsonProtocol.

Fixes

  • Fixed an xml documentation error
  • Fixed case where the HubConnection received transport state changes from an old, discarded transport no longer in use.
  • Fixed case where in some cases the transport is null when the hub enters the Closed state.

3.0.1 (2023-12-08)

Additions and improvements

  • Updated package's author url

Removals

  • Removed BESTHTTP_DISABLE_WEBSOCKET
  • Removed Burst package dependency.

3.0.0 (2023-11-01)

Additions and improvements

  • Added modularity: previously bundled within a larger asset, the Best SignalR functionality has been separated out, creating a dedicated package that builds upon the core capabilities of the Best HTTP package for streamlined and focused SignalR communication.
  • Enhanced connection capabilities: utilizes the improved connection mechanisms provided by the Best HTTP package for faster connections.
  • New namespace hierarchy: SignalR-related classes have been moved from BestHTTP.SignalRCore to the Best.SignalR namespace.
  • (#167) Added UniTask integration

Comments