Skip to content

Version 1.3.5

Compare
Choose a tag to compare
@tlil tlil released this 22 Aug 09:25
· 125 commits to master since this release
  • Set Response.IsValid to false if query string is empty
  • Add extra field on response, allowing plugins and extensions to enrich the output
  • Add ChaosAttribute for intentionally failing a set percentage of field resolvers at random (for testing)
  • Add NameNormalizerAttribute to strip Dto suffices from type names
  • Add Response.EnrichWithProfilingInformation() to append profiling information to the response (use in conjunction with RequestHandlerBuilder.WithProfiling()