Finbuckle.MultiTenant Docs

What's New in v8.0.0

This page only lists release update details specific to v8.0.0. Release update details for all releases are shown in the history page.

8.0.0 (2024-10-12)

Bug Fixes

  • BasePathStrategy no longer breaks the strategy chain (#884) (3263eff)
  • prevent duplicate key annotation in AdjustKey() (#883) (f75ba2c)
  • removed unused parameter from WithPerTenantRemoteAuthenticationConvention (#886) (dd17ab5)

Features

BREAKING CHANGES

  • This commit brings the release into alignment with the new version policy. See #887 for details.
  • Included strategies for ASP.NET Core would throw an exception if the passed context was not an HttpContext type. Now they will return null indicating no identifier was found.