Releases: graphql-dotnet/conventions
Releases · graphql-dotnet/conventions
Version 1.2.16
- Fix field instrumentation for async resolvers
- Add support for custom field middleware
- Include path in field resolution context
Version 1.2.15
- Enable profiling through
RequestBuilder
Version 1.2.14
- The engine is now included as a git subtree instead of a git submodule
- The parser is also baked in as a git subtree
- Add
TypeRegister.Add<TInterface, TImplementation>()
to register interface implementations outside of containing assembly - Pass through
Data
from exceptions toExecutionError
, and include in serialised result
Version 1.2.13
- Revert #52
Version 1.2.12
Call FetchData after execution instead of before (thanks @huysentruitw)
Version 1.2.11
- Change upper bound on number of types in
Union
from 10 to 20 (thanks @huysentruitw) - Default to using
FieldResolver
instead ofWrappedAsyncFieldResolver
(thanks @niklaskallander for reporting)
Version 1.2.10
- Add missing
IDataLoaderContextProvider
case from v1.2.9
Version 1.2.9
- Ensure each executor has its own
IDependencyInjector
(#49)
(thanks @huysentruitw for fixing that in #50)
Version 1.2.8
- Allow use of complexity configuration in
GraphQLEngine
andRequestHandler
(thanks @bourgoisa and @huysentruitw) - Performance improvement: compile and reuse resolver expression
- Schema printer: dump field descriptions and depreciation reasons
Version 1.2.7
- Upgrade to JSON.NET v9.0.1