Skip to content

Releases: JohnCampionJr/Finbuckle.MultiTenant.MongoFramework

v0.6.0

07 Jul 01:23
95d2546
Compare
Choose a tag to compare

Changes

👨🏼‍💻 Contributors

@JohnCampionJr and @robert-stratecglobal

v0.5.1

09 Feb 01:58
Compare
Choose a tag to compare

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

29 Jul 23:53
Compare
Choose a tag to compare

Changes

  • Package Updates (Finbuckle 6.2)
  • Added .NET 5.0

👨🏼‍💻 Contributors

@JohnCampionJr

v0.3.0

19 Dec 21:04
Compare
Choose a tag to compare

Changes

  • Package Updates (Finbuckle 6.1 and MongoFramework 0.25)

0.2.0

03 Nov 23:04
Compare
Choose a tag to compare

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

Initial Release

31 Oct 16:47
Compare
Choose a tag to compare

See README for details