Skip to content

Bump GraphQL from 2.4.0 to 5.1.1 - #19

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/GraphQL-5.1.1
Closed

Bump GraphQL from 2.4.0 to 5.1.1#19
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/GraphQL-5.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2022

Copy link
Copy Markdown
Contributor

Bumps GraphQL from 2.4.0 to 5.1.1.

Release notes

Sourced from GraphQL's releases.

Version 5.1.1

This patch to 5.1.0 completes implementation of authorization extension methods updated in 5.1.0, adding the .Authorize() method for requiring authentication without a specific role or policy, and adding the .AllowAnonymous() method to allow anonymous access to a field of a protected graph.

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@5.1.0...5.1.1

Version 5.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@5.0.0...5.1.0

Version 5.0.0

What's New

  • Schemas can be created completely from CLR types - a "type first schema" - with automatic generation of parameters, automatic inference of the nullability of parameters and return values, and allowing for attributes to rename fields, inject services or otherwise control behavior.
  • Support for input extensions
  • Ability to configure execution strategies via DI configuration
  • Execution and validation engines now uses ValueTask pipelines for reduced allocations while still supporting asynchronous executions
  • Better support of server projects through new IDocumentExecuter<> and IGraphQLTextSerializer interfaces
  • Subscription support rewritten completely and integrated into the main project
  • Eliminated dependency on System.Reactive for subscription support
  • Support for asynchronous unhandled exception handler delegates
  • Support for GraphQL Parser v8, with better support for the latest GraphQL specification
  • New AST printer (indirectly via GraphQL Parser v8), a notable improvement over the prior AstPrinter class, including asynchronous writing support
  • Removal of duplicate AST classes; all AST classes are now fed directly from the Parser library for better speed and reduced allocations

See Migrating from v4 to v5 for a complete list of new features and breaking changes.

Full Changelog: graphql-dotnet/graphql-dotnet@4.8.0...5.0.0

Version 4.8.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet) from 2.4.0 to 5.1.1.
- [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases)
- [Commits](graphql-dotnet/graphql-dotnet@v2.4.0...5.1.1)

---
updated-dependencies:
- dependency-name: GraphQL
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 12, 2022
@dependabot @github

dependabot Bot commented on behalf of github May 9, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #20.

@dependabot dependabot Bot closed this May 9, 2022
@dependabot
dependabot Bot deleted the dependabot/nuget/GraphQL-5.1.1 branch May 9, 2022 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants