Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 23:04
· 13 commits to main since this release

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

@JohnCampionJr