Skip to content

10.1.0

Compare
Choose a tag to compare
@oliemansm oliemansm released this 20 Dec 14:25
· 441 commits to master since this release
  • Ability to cache the whole graphql response #247
  • Operation name not parsed from query string if operationName JSON field omitted from POST request #264
  • Added error logging and error messaging response when errors occur #267
  • Make HttpRequestHandlerImpl.handle() async when possible #259 #268
  • Refactor log messages into HttpRequestHandlerImpl #250 #275
  • Allow Request Handler construct and calling for frameworks like Jersey #278
  • Set default async timeout to 30s #283
  • Introduce GraphQLBuilderConfigurer to customize building GraphQL instance