Releases: LiamMorrow/OrgnalR
2.3.2
What's Changed
- Fix persistence in GroupActorGrain and UserActorGrain by @svella-at-nice in #72
New Contributors
- @svella-at-nice made their first contribution in #72
Full Changelog: v2.3.1...v2.3.2
v2.3.1
2.3.0
Update to the latest version of orleans, fixing nullable annotations
2.2.0
What's Changed
- Bump json5 from 1.0.1 to 1.0.2 in /example/chat-app/ChatApp.Server/ClientApp by @dependabot in #38
- Bump webpack from 5.75.0 to 5.76.1 in /example/chat-app/ChatApp.Server/ClientApp by @dependabot in #39
- Orleans upgraded to 7.1.2 by @tecnocrata in #40
- 2.2.0 by @LiamMorrow in #41
New Contributors
- @dependabot made their first contribution in #38
- @tecnocrata made their first contribution in #40
Full Changelog: v2.1.0...v2.2.0
2.1.0
2.0.0
This release updates to .net 7.
Due to the large breaking changes in Orleans 7.0.0, this release drops support for .net standard 2.0. If you need support for earlier versions of Orleans and .net, please use the 1.X releases (which will still receive bugfixes as needed).
Due to the new serlialization changes in orleans, it is now necessary to annotate your Hub messages with the GenerateSerializer
annotation. See the readme or examples directory for examples.
1.5.0
This update exposes the IActorProviderFactory
to services outside of OrgnalR.
This allows a service to get access to the underlying groups and users to send messages without having to know about the HubContext
1.4.1
1.4.0
Just bumps the orleans version to 3.3.0