Changelog¶
3.0.3 (2024-09-09)¶
Additions and improvements
- Switched to the new UTC date×
Fixes
- (#200) Fixed NullReferenceException when SkipNegotiation is set to
true
. - Fixed websocket query parameter generation.
3.0.2 (2024-05-20)¶
Additions and improvements
- (#193) Added support for stateful reconnect.
- Added support for
DateTime
type parameters for the defaultJsonProtocol
.
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 theBest.SignalR
namespace. - (#167) Added UniTask integration