5.3.0
版本发布时间: 2022-05-15 04:55:27
graphql-dotnet/graphql-dotnet最新发布版本:8.1.0(2024-09-18 21:37:16)
What's Changed
- Followup to PR 3114 by @Shane32 in https://github.com/graphql-dotnet/graphql-dotnet/pull/3127
- Make FieldBuilder constructor public by @Shane32 in https://github.com/graphql-dotnet/graphql-dotnet/pull/3126
- Optimize InstrumentFieldsMiddleware when metrics are disabled by @sungam3r in https://github.com/graphql-dotnet/graphql-dotnet/pull/3130
- Add IConfigureExecution by @Shane32 in https://github.com/graphql-dotnet/graphql-dotnet/pull/3121
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.2.0 by @dependabot in https://github.com/graphql-dotnet/graphql-dotnet/pull/3133
- Update Apollo Tracing extension methods by @Shane32 in https://github.com/graphql-dotnet/graphql-dotnet/pull/3132
- enablePredicate -> enableMetricsPredicate by @sungam3r in https://github.com/graphql-dotnet/graphql-dotnet/pull/3136
- Bump Moq from 4.17.2 to 4.18.0 by @dependabot in https://github.com/graphql-dotnet/graphql-dotnet/pull/3137
- Automatic Persisted Queries by @SlavaUtesinov in https://github.com/graphql-dotnet/graphql-dotnet/pull/3134
Main features in this release:
- Ability to chain GraphQL execution pipeline like it works in ASP.NET Core, see
IConfigureExecution
interface #3121 - 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: https://github.com/graphql-dotnet/graphql-dotnet/compare/5.2.0...5.3.0
1、 Documentation.zip 1.44MB
2、 GraphQL.5.3.0.nupkg 1.15MB
3、 GraphQL.DataLoader.5.3.0.nupkg 38.57KB
4、 GraphQL.MemoryCache.5.3.0.nupkg 42.21KB
5、 GraphQL.MicrosoftDI.5.3.0.nupkg 41.66KB
6、 GraphQL.NewtonsoftJson.5.3.0.nupkg 33.85KB
7、 GraphQL.SystemTextJson.5.3.0.nupkg 98.01KB