Skip to content

Commit

Permalink
chore: 3.2.0 release (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode authored Sep 8, 2019
1 parent 49161b9 commit 48e27b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Version
## Version
**3.2.0**
* Added support for any preexisting global query filters in `MultiTenantDbContext` and `MultiTenantIdentityDbContext`. Thanks @nbarbettini!
* Exposed the inner stores and strategies as a property on the respective `StoreInfo` and `StrategyInfo` properties of `MultiTenantContext`. Previously you could only access the wrapper object for each. Thanks @WalternativE!
* Fixed certain methods on `MultiTenantOptionsCache` to be external as originally intended. Thanks @chernihiv!
* Fix a bug with `TryUpdateAsync` in the wrapper store. Thanks @steebwba!
* Updated documentation and fixed typos. Thanks @MesfinMo!

**3.1.0**
* Added a strategy wrapper that handles validation and logging for the active strategy. When implementing `IMultiTenantStrategy` basic validation and logging are automatically provided.
* Added the delegate strategy that accepts a lambda to return the tenant identifier. Configure by calling `WithDelegateStrategy(...)`.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<Authors>Andrew White</Authors>
<Copyright>Copyright ©2019 Andrew White</Copyright>
<PackageIconUrl>https://www.finbuckle.com/images/favicon-64x64.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Finbuckle.MultiTenant 3.1.0
# Finbuckle.MultiTenant 3.2.0

Finbuckle.MultiTenant is a multitenancy library for ASP.NET Core 2.1+. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.

Expand Down

0 comments on commit 48e27b4

Please sign in to comment.