Hot Chocolate v0.8.1 Release Notes

Release Date: 2019-03-29 // about 5 years ago
  • โž• Added

    • โž• Added operation start/stop event.
    • โž• Added error filter support for schema stitching.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Default complexity calculation functions are now public.
    • Diagnostic observers can now be defined as schema services.
    • auto-stitching diagnostic call is now implemented in two phases.

    ๐Ÿ›  Fixed

    • Custom diagnostic observer registration issue #629.
    • ๐Ÿ›  Authorization argument coercion is now fixed. #624
    • The request path is now compared correctly.
    • ๐Ÿ‘ป IErrorFilter is not given the exception unless IncludeExceptionDetails is enabled. #637
    • ๐Ÿ“œ Parse and validation event tracked wrong duration.
    • Schema-First descriptions are now correctly included into the schema. #647
    • __type argument was named type instead of name. spec
    • The server template is now working again. #657
    • Non-nullable types are now validated when query uses variables. #651
    • Variable handling im middleware does not convert the DateTime value anymore. #664
    • ๐Ÿ”€ Directives are now correctly merged when declared in an extension file. #665
    • Subscription is now optional in the 2-phase introspection call #668