Finbuckle.MultiTenant Docs

What's New in v8.0.0

This page only lists release update details specific to v8.0.0.
See History for all release details.

8.0.0 (2024-10-12)

⚠ 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.

Features

  • add GetAllAsync() support for HttpRemoteStore (#848) (4208149)
  • added the Echo Store. (#807) (a3e5eee)
  • strategies return null on invalid context type (#885) (9834575)

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)