-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to GraphQL.NET v8; delete obsolete authorization package (#1137)
- Loading branch information
Showing
27 changed files
with
63 additions
and
1,042 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Migrating from v7 to v8 | ||
|
||
## Major changes and new features | ||
|
||
None | ||
|
||
## Breaking changes | ||
|
||
- The validation rules' signatures have changed slightly due to the underlying changes to the | ||
GraphQL.NET library. Please see the GraphQL.NET v8 migration document for more information. | ||
- The obsolete (v6 and prior) authorization validation rule has been removed. See the v7 migration | ||
document for more information on how to migrate to the v7/v8 authorization validation rule. |
14 changes: 0 additions & 14 deletions
14
src/Authorization.AspNetCore/Authorization.AspNetCore.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/Authorization.AspNetCore/AuthorizationValidationRule.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.