Releases: JohnCampionJr/Finbuckle.MultiTenant.MongoFramework
Releases · JohnCampionJr/Finbuckle.MultiTenant.MongoFramework
v0.6.0
Changes
- Net7 by @robert-stratecglobal and @JohnCampionJr (#7)
👨🏼💻 Contributors
@JohnCampionJr and @robert-stratecglobal
v0.5.1
Changes
- Connection String updates (allows mongodb+srv) (fixes #2) by @JohnCampionJr (#3)
- Upgrade/include .NET 6 by @robert-stratecglobal (#1)
👨🏼💻 Contributors
@JohnCampionJr and @robert-stratecglobal
v0.4.0
v0.3.0
Changes
- Package Updates (Finbuckle 6.1 and MongoFramework 0.25)
0.2.0
Breaking Changes
- Renamed WithMongoDbStore to WithMongoFrameworkStore
- Moved PerTenantConnectionString default to the PerTenantConnection class rather than the tenant store.
- Added several PerTenantConnection extensions to the service collection to make it more concise in app setup
- Changed MongoTenantStore to use a more narrow interface, IMongoTenantStoreContext and IMongoTenantStoreConnection so they don't grab the first IMongoDbContext or Connection available
- Related to that, added standard tenantstore connection/context implementations and register them in WithMongoFrameworkStore for simplicity.
Changes
- Added working per-tenant, authentication sample
👨🏼💻 Contributors
Initial Release
See README for details