-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [8.0.0](v7.0.2...v8.0.0) (2024-10-12) * feat!: version policy update ([#888](#888)) ([487a3a6](487a3a6)) ### Bug Fixes * BasePathStrategy no longer breaks the strategy chain ([#884](#884)) ([3263eff](3263eff)) * prevent duplicate key annotation in AdjustKey() ([#883](#883)) ([f75ba2c](f75ba2c)) * removed unused parameter from WithPerTenantRemoteAuthenticationConvention ([#886](#886)) ([dd17ab5](dd17ab5)) ### Features * add GetAllAsync() support for HttpRemoteStore ([#848](#848)) ([4208149](4208149)) * added the Echo Store. ([#807](#807)) ([a3e5eee](a3e5eee)) * strategies return null on invalid context type ([#885](#885)) ([9834575](9834575)) ### 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.
- Loading branch information
1 parent
487a3a6
commit 2e5da2f
Showing
7 changed files
with
98 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters