chore(deps): update dependency finbuckle.multitenant to v10 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.11.1→10.0.2Release Notes
Finbuckle/Finbuckle.MultiTenant (Finbuckle.MultiTenant)
v10.0.2Bug Fixes
TenantIdproperty when callingIsNotMultiTenant()(#1079) (d258b62)v10.0.1Bug Fixes
v10.0.0⚠ BREAKING CHANGES
MultiTenantIdentityDbContextfamily of classes were not mult-tenant by default. This was confusing and to simplify all are now multi-tenant by default.RouteStrategywill include the tenant in the ambient route values used for link generation, similar toControllerandAction. Can be disabled via theWithRouteStrategyoverload taking a boolean foruseTenantAmbientRouteValueset to false.BasePathStrategyOptions.BasePathStrategyOptions.ITenantInfoandTenantInfoshould be used as the base for custom implementations. Note thatEFCoreStoreuses this record as an entity but takes care not to rely on tracking.{PackageName}.Extensions, e.g.Finbuckle.MultiTenant.Options.ExtensionsIMultiTenantStoreinterface signatures.IMultiTenantContextand its implementations are now immutable. Changes will require assigning a new instance.Finbuckle.MultiTenant.Abstractionspackage andMultiTenantIdentityDbContextfunctionality is now in theFinbuckle.MultiTenant.Identity.EntityFrameworkCorepackage.Features
IsNotMultiTenantmethod to exclude entities from multi-tenancy in EF Core per-tenant data functionality. (b160826)MultiTenantIdentityDbContextvariants. (4e1bd9f)Finbuckle.MultiTenant.AbstractionsandFinbuckle.MultiTenant.Identity.EntityFrameworkCore(#1006) (e191d83)ITenantInfois removed (#1029) (21559da)Bug Fixes
Performance Improvements
Reverts
v9.4.5Bug Fixes
v9.4.4Bug Fixes
v9.4.3Bug Fixes
v9.4.2Bug Fixes
v9.4.1Bug Fixes
v9.4.0Features
v9.3.1Bug Fixes
v9.3.0Features
Bug Fixes
v9.2.2Bug Fixes
v9.2.1Bug Fixes
v9.2.0Features
Bug Fixes
v9.1.4Bug Fixes
v9.1.3Bug Fixes
v9.1.2Bug Fixes
v9.1.1Bug Fixes
v9.1.0Features
Bug Fixes
v9.0.0⚠ BREAKING CHANGES
OnTenantResolvedandOnTenantNotResolvedare no longer used. Use theOnStrategyResolveCompleted,OnStoreResolveCompleted, andOnTenantResolveCompletedevents instead.MultiTenantDbContextconstructors acceptingITenantInforemoved, useMultiTenantDbContext.Createfactory method instead.Features
ea216ff)
v8.1.10Bug Fixes
v8.1.9Bug Fixes
v8.1.8Bug Fixes
v8.1.7Bug Fixes
v8.1.6Bug Fixes
v8.1.5Bug Fixes
v8.1.4Bug Fixes
v8.1.3Bug Fixes
v8.1.2Bug Fixes
v8.1.1Bug Fixes
v8.1.0Bug Fixes
Features
v8.0.0⚠ BREAKING CHANGES
HttpContexttype. Now they will return null indicating no identifier was found.Features
Bug Fixes
v7.0.2Bug Fixes
v7.0.1Bug Fixes
v7.0.0⚠ BREAKING CHANGES
IMultiTenantContextAccessor instead. MultiTenantDbContext and MultiTenantIdentityDbContext will require a new
constructor that injects IMultiTenantContextAccessor or IMultiTenantContext.
Finbuckle.MultiTenant.Abstractions namespace.
Features
Bug Fixes
v6.13.1Bug Fixes
v6.13.0Features
Bug Fixes
v6.12.0Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.