Skip to content

Releases: OrleansContrib/Orleans.Providers.EntityFramework

v0.15.1

03 Mar 15:10
Compare
Choose a tag to compare

Upgrade to Orleans 3.x and EfCore 3.x
You can build the project for different versions (mentioned on docs)

v0.14.6

18 Oct 17:51
Compare
Choose a tag to compare
  • Added IGrainStateEntryConfigurator to have more flexibility configuring entity entries.

Breaking changes

  • Removed UseQueryExpression extension and added ConfigureReadState which completely overhauls the default conventions.

v0.13.0

02 Dec 10:40
Compare
Choose a tag to compare

Fixed an issue causing a null ref exception when the state is configured to use etags but during read the state was null.

v0.12.0

05 Oct 13:13
d5d0b8b
Compare
Choose a tag to compare
Fixed an issue causing multiple grain classes with same state type to…

Added support for ETags

08 Sep 21:12
Compare
Choose a tag to compare
v0.10.0

Updated versions