Releases: Applicita/Orleans.Multitenant
Releases · Applicita/Orleans.Multitenant
2.2.12
What's Changed
- add example how to use with .NET Aspire Orleans Integration
- fix for
MultitenantStorageOptions
not read from configuration file - fix for changes made to
GrainStorageOptions
ingetProviderParameters
callback are not validated
Full Changelog: 2-2-8...2-2-12
2.2.8
2.1.0
Updated Orleans.Multitenant to Orleans 8.1
2.0.0
Except for the NuGet version, this release is identical to release 2.0.0 -preview.1
2.0.0-preview.1
- Major update to Orleans 8 and .NET 8
Special thanks to Richard Kooiman for contributing! - Update full source and examples to use C# 12 and comply to all .NET 8 code analysis rules
- Update all NuGet dependencies to latest stable
1.1.4
- Fix #1
- Update Orleans to 7.1.2
Full Changelog: 1-0-0...1-1-4
1.0.0
- Update to .NET + Orleans 7.0.0 GA
- Update example to Orleans.Results 1.0.0
1.0.0-rc2
- Update to Orleans 7.0.0-rc2 and .NET 7 rc2
- Add GrainIdExtensions GetTenantId, GetKeyWithinTenant
1.0.0-preview.2
1.0.0-preview.1
First preview release:
- Grain storage tenant separation for any Orleans storage provider
- Grain call tenant separation
- Stream tenant separation
- Extensibility for implementing custom cross-tenant authorization
- Example
- Tests