Releases: OrleansContrib/SignalR.Orleans
Releases · OrleansContrib/SignalR.Orleans
refs/tags/v7.2.0
refs/tags/v7.1.0
What's Changed
- Update Microsoft.Orleans to 7.1.0 by @EdoardoTona in #150
New Contributors
- @EdoardoTona made their first contribution in #150
Full Changelog: v7.0.1...v7.1.0
refs/tags/v7.0.1
What's Changed
- Fix lifecycle hook and Sample by @galvesribeiro in #148
Full Changelog: v7.0.0...v7.0.1
refs/tags/v7.0.0
What's Changed
- Adds HubUtility to resolve hub names. by @JRWinter1 in #130
- V7 initial candidate by @truegoodwill in #144
Full Changelog: v2.2.1...v7.0.0
refs/tags/v2.2.1
What's Changed
- Bug Fix: OrleansHubLifetimeManager semaphore by @truegoodwill in #141
- UseSignalR() should not call AddApplicationPart() by @yoDon in #138
- Fix test by @galvesribeiro in #143
- Updates silo configuration in read me. by @JRWinter1 in #131
New Contributors
- @yoDon made their first contribution in #138
- @JRWinter1 made their first contribution in #131
Full Changelog: v2.2.0...v2.2.1
refs/tags/v2.2.0
What's Changed
- Package updates + cleanup by @galvesribeiro in #135
- Fix build by @galvesribeiro in #136
Full Changelog: v2.1.2...v2.2.0
Release v2.0.1
Breaking changes
- Updated to Orleans 3.4.x
- Updated to .Net 5
- Now you are required to call
ISiloBuilder.RegisterHub<THub>()
per hub in order to startup the backplane correctly.
Release v2.0.0
Breaking changes
- Updated to Orleans 3.4.x
- Updated to .Net 5
Release v1.5.0
Orleans 3.0.0 support (#106) * Orleans 3.0.0 support * Avoid extra build while publishing
Configurable HostBuilder and Library updates (Orleans + SignalR)
Update Libraries:
Microsoft Orleans from 2.1.2
to 2.2.3
Microsoft Signalr from 1.0.4
to 1.1.0
- Now allow consumers to configure
SiloHostBuilder
BREAKING CHANGE:
-
Orleans Server Extension:
UseSignalR
extension changed optional parameter fromuseFireAndForgetDelivery
toSignalrServerConfig
) default configuration values remains unchanged. -
Orleans Client Extension:
UseSignalR
extension changed optional parameter fromuseFireAndForgetDelivery
toSignalrClientConfig
) default configuration values remains unchanged.