Skip to content

Bump GraphQL.MicrosoftDI from 4.8.0 to 8.8.3#27

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/BililiveRecorder.Web/GraphQL.MicrosoftDI-8.8.3
Open

Bump GraphQL.MicrosoftDI from 4.8.0 to 8.8.3#27
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/BililiveRecorder.Web/GraphQL.MicrosoftDI-8.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Copy link
Copy Markdown

Updated GraphQL.MicrosoftDI from 4.8.0 to 8.8.3.

Release notes

Sourced from GraphQL.MicrosoftDI's releases.

8.8.3

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.8.2...8.8.3

8.8.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.8.1...8.8.2

8.8.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.8.0...8.8.1

8.8.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@8.7.0...8.8.0

8.7.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.6.0...8.7.0

8.6.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@8.5.0...8.6.0

8.5.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.4.1...8.5.0

8.4.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.4.0...8.4.1

8.4.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.3.1...8.4.0

8.3.1

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@8.3.0...8.3.1

8.3.0

What's Changed

Documentation and Other Updates

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@8.2.1...8.3.0

8.2.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.2.0...8.2.1

8.2.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@8.1.0...8.2.0

8.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.2...8.1.0

8.0.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.1...8.0.2

8.0.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.0...8.0.1

8.0.0

What's Changed

7.9.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.8.0...7.9.0

7.8.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.7.2...7.8.0

7.7.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.7.1...7.7.2

7.7.1

What's Changed

  • Fix analyzer help links

Full Changelog: graphql-dotnet/graphql-dotnet@7.7.0...7.7.1

7.7.0

What's New

Big shoutout to @​gao-artur for his incredible work adding .NET analyzers into GraphQL.NET 7.7.0, a game-changer for developers upgrading from older versions! 👏 We also welcome @​gao-artur as a new maintainer of GraphQL.NET, and his thoughts and contributions are already making a significant impact for the community. 🥇

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.6.1...7.7.0

7.6.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.6.0...7.6.1

7.6.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.5.0...7.6.0

7.5.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.4.1...7.5.0

7.4.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.4.0...7.4.1

7.4.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.3.1...7.4.0

7.3.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.3.0...7.3.1

7.3.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.2.2...7.3.0

7.2.2

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.2.1...7.2.2

7.2.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.2.0...7.2.1

7.2.0

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.1.1...7.2.0

7.1.1

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@7.1.0...7.1.1

7.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.0.2...7.1.0

7.0.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.0.1...7.0.2

7.0.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@7.0.0...7.0.1

7.0.0

What's New

  • Field(...) methods that do not return field builders are deprecated
  • Improved existing field builders to replace deprecated functionality
  • Field<TReturnClrType> and Argument<TClrType> overloads added to create field and argument builders with inferred graph types
  • AutoRegisteringObjectGraphType recognizes inherited methods
  • Interface graph types can be automatically built from CLR types
  • GraphQL attributes for auto-registering graph types can be applied globally
  • Async support for validation rules
  • ExecutionOptions.User property added and available to validation rules and field resolvers
  • Complexity analyzer allows configuration of each field's impact
  • GraphQL.NET configuration simplified by unifying using requirements
  • Changed document cache to be based on IConfigureExecution interface, simplifying DocumentExecuter
  • Changed complexity analyzer to be based on IValidationRule interface, simplifying DocumentExecuter
  • ErrorInfoProviderOptions.ExposeExceptionDetailsMode property added
  • Reduced memory usage for data loader results
  • Strong-named assembly support for .NET Framework projects

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

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@5.3.3...7.0.0

5.4.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@5.3.3...5.4.0

5.3.3

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@5.3.2...5.3.3

5.3.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@5.3.1...5.3.2

5.3.1

What's Changed

New Contributors

Full Changelog: graphql-dotnet/graphql-dotnet@5.3.0...5.3.1

5.3.0

What's Changed

Main features in this release:

  1. Ability to chain GraphQL execution pipeline like it works in ASP.NET Core, see IConfigureExecution interface #​3121
  2. Automatic Persisted Queries allows you to optimize network traffic, see #​3134

Compatibility note - DocumentExecuter now returns result with special QueryMissingError error when no query or GraphQL document was specified in options (instead of throwing InvalidOperationException before).

Full Changelog: graphql-dotnet/graphql-dotnet@5.2.0...5.3.0

5.2.0

What's Changed

Breaking changes

  • When using AddAutoSchema, the generated schema is registered as AutoSchema rather than Schema.

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

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

5.1.0

What's Changed

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

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

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 9, 2026
---
updated-dependencies:
- dependency-name: GraphQL.MicrosoftDI
  dependency-version: 8.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/BililiveRecorder.Web/GraphQL.MicrosoftDI-8.8.3 branch from ab9e19c to 677bd05 Compare February 10, 2026 01:31
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants