Skip to content

v8.0.0

Compare
Choose a tag to compare
@AndrewTriesToCode AndrewTriesToCode released this 12 Oct 21:53
· 35 commits to main since this release

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.