Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multitenant db factory (attempt 2) #896

Merged
merged 6 commits into from
Nov 9, 2024

Conversation

AndrewTriesToCode
Copy link
Contributor

@AndrewTriesToCode AndrewTriesToCode commented Nov 9, 2024

See the docs EFCore page on instantiation.

@AndrewTriesToCode AndrewTriesToCode merged commit 8728447 into main Nov 9, 2024
15 checks passed
@AndrewTriesToCode AndrewTriesToCode deleted the feat/multitenant-db-factory branch November 11, 2024 04:59
github-actions bot pushed a commit that referenced this pull request Nov 13, 2024
# [9.0.0](v8.0.0...v9.0.0) (2024-11-13)

* multitenant db factory ([#894](#894)) ([ea216ff](ea216ff))

### Bug Fixes

* remove deprecated dotnet ([#891](#891)) ([1429cbf](1429cbf))

### Features

* add multitenant db factory method ([#896](#896)) ([8728447](8728447))
* better tenant resolution events ([#897](#897)) ([956ca36](956ca36))
* dotnet 9 support ([#893](#893)) ([4be1b88](4be1b88))
* Make builds deterministic and set latest GH actions ([#889](#889)) ([d82f89d](d82f89d))

### Reverts

* Revert "multitenant db factory ([#894](#894))" ([#895](#895)) ([0e164a8](0e164a8))

### BREAKING CHANGES

* `OnTenantResolved` and `OnTenantNotResolved` are no longer used. Use the `OnStrategyResolveCompleted`, `OnStoreResolveCompleted`, and `OnTenantResolveCompleted` events instead.
* `MultiTenantDbContext` constructors accepting ITenantInfo removed, use `MultiTenantDbContext.Create` factory method
* `MultiTenantDbContext` constructors accepting ITenantInfo removed, use `MultiTenantDbContext .Create` factory method instead
* net6.0 and net7.0 are no longer supported targets.
* Dotnet runtime specific dependencies now float to the latest patch version and are locked at release time with a NuGet lock file. This is a security mitigation and may break some builds not on the latest SDKs.
@AndrewTriesToCode
Copy link
Contributor Author

🎉 This PR is included in version 9.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant