Skip to content

Releases: graphql-dotnet/conventions

Version 1.2.6

10 May 12:12
Compare
Choose a tag to compare
  • Improve messaging around conversion errors

Version 1.2.5

04 May 12:06
Compare
Choose a tag to compare
  • Add option to override validation rules

Version 1.2.4

22 Apr 07:39
Compare
Choose a tag to compare
  • Allow request payload to be wrapped in 'data' element

Version 1.2.3

20 Apr 11:27
Compare
Choose a tag to compare
  • Fix dependency on JSON.NET to version 5.0.6
    (feel free to ignore this release as it's a workaround for internal dependencies on our end)

Version 1.2.2

28 Mar 14:29
Compare
Choose a tag to compare
  • Add field resolution strategies

Version 1.2.1

27 Mar 15:01
Compare
Choose a tag to compare
  • Fix location serialisation
  • Strip GraphQL from error codes
  • Allow nullable enumeration types
  • Add simple webapp example

Version 1.2.0

13 Mar 10:07
Compare
Choose a tag to compare
  • Fix validation error and warning handling when using WithoutValidation()
  • Update project files (enable unit testing from Visual Studio)

Version 1.1.10

12 Mar 23:40
Compare
Choose a tag to compare
  • Include validation warnings if requested

Version 1.1.9

12 Mar 18:58
Compare
Choose a tag to compare
  • Expose IRequestHandler.Validate() (previously only on RequestHandler)
  • Add Guid and DateTimeOffset types
  • Update xunit to 2.2.0 release
  • Add WithoutValidation(outputViolationsAsWarnings = false) to disable validation (setting the optional flag to true will collate the validation errors into Response.Warnings)

Version 1.1.8

01 Mar 12:43
Compare
Choose a tag to compare
  • Include partial data upon error
  • Include path and error code in serialised errors
  • Strip warnings from response
  • Improve handling and printing of default values
  • Fix invalid interpretation of nullable enum default values for arguments
  • Use version 0.15.0.671 of the GraphQL engine