Skip to content

Releases: graphql-dotnet/conventions

Version 1.2.16

16 Aug 21:43
Compare
Choose a tag to compare
  • Fix field instrumentation for async resolvers
  • Add support for custom field middleware
  • Include path in field resolution context

Version 1.2.15

16 Aug 15:34
Compare
Choose a tag to compare
  • Enable profiling through RequestBuilder

Version 1.2.14

16 Aug 13:32
Compare
Choose a tag to compare
  • 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 to ExecutionError, and include in serialised result

Version 1.2.13

01 Aug 17:17
Compare
Choose a tag to compare

Version 1.2.12

26 Jul 09:44
Compare
Choose a tag to compare
  • Call FetchData after execution instead of before (thanks @huysentruitw)

Version 1.2.11

26 Jul 09:27
Compare
Choose a tag to compare
  • Change upper bound on number of types in Union from 10 to 20 (thanks @huysentruitw)
  • Default to using FieldResolver instead of WrappedAsyncFieldResolver (thanks @niklaskallander for reporting)

Version 1.2.10

30 Jun 10:40
Compare
Choose a tag to compare
  • Add missing IDataLoaderContextProvider case from v1.2.9

Version 1.2.9

30 Jun 08:12
Compare
Choose a tag to compare
  • Ensure each executor has its own IDependencyInjector (#49)
    (thanks @huysentruitw for fixing that in #50)

Version 1.2.8

20 Jun 12:56
Compare
Choose a tag to compare
  • Allow use of complexity configuration in GraphQLEngine and RequestHandler
    (thanks @bourgoisa and @huysentruitw)
  • Performance improvement: compile and reuse resolver expression
  • Schema printer: dump field descriptions and depreciation reasons

Version 1.2.7

11 May 10:46
Compare
Choose a tag to compare
  • Upgrade to JSON.NET v9.0.1