Graphql Dotnet Versions Save

GraphQL for .NET

7.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/graphql-dotnet/graphql-dotnet/compare/7.2.2...7.3.0

7.2.2

1 year ago

7.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/graphql-dotnet/graphql-dotnet/compare/7.2.0...7.2.1

7.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-dotnet/graphql-dotnet/compare/7.1.1...7.2.0

5.4.0

1 year ago

What's Changed

Full Changelog: https://github.com/graphql-dotnet/graphql-dotnet/compare/5.3.3...5.4.0

7.1.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-dotnet/graphql-dotnet/compare/7.1.0...7.1.1

7.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/graphql-dotnet/graphql-dotnet/compare/7.0.2...7.1.0

7.0.2

1 year ago

7.0.1

1 year ago

7.0.0

1 year ago

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: https://github.com/graphql-dotnet/graphql-dotnet/compare/5.3.3...7.0.0