SignalR.Orleans Versions Save

SignalR backend based on Orleans.

v7.2.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/OrleansContrib/SignalR.Orleans/compare/v7.1.0...v7.2.0

v7.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/OrleansContrib/SignalR.Orleans/compare/v7.0.1...v7.1.0

v7.0.1

1 year ago

v7.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/OrleansContrib/SignalR.Orleans/compare/v2.2.1...v7.0.0

v2.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/OrleansContrib/SignalR.Orleans/compare/v2.2.0...v2.2.1

v2.2.0

1 year ago

v2.0.1

3 years ago

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.

v2.0.0

3 years ago

Breaking changes

  • Updated to Orleans 3.4.x
  • Updated to .Net 5

v1.5.0

4 years ago

1.1.1

5 years ago

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 from useFireAndForgetDelivery to SignalrServerConfig) default configuration values remains unchanged.

  • Orleans Client Extension: UseSignalR extension changed optional parameter from useFireAndForgetDelivery to SignalrClientConfig) default configuration values remains unchanged.