Releases: graphql-dotnet/conventions
Releases · graphql-dotnet/conventions
Version 1.2.6
- Improve messaging around conversion errors
Version 1.2.5
- Add option to override validation rules
Version 1.2.4
- Allow request payload to be wrapped in 'data' element
Version 1.2.3
- 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
- Add field resolution strategies
Version 1.2.1
- Fix location serialisation
- Strip
GraphQL
from error codes - Allow nullable enumeration types
- Add simple webapp example
Version 1.2.0
- Fix validation error and warning handling when using
WithoutValidation()
- Update project files (enable unit testing from Visual Studio)
Version 1.1.10
- Include validation warnings if requested
Version 1.1.9
- Expose
IRequestHandler.Validate()
(previously only onRequestHandler
) - Add
Guid
andDateTimeOffset
types - Update
xunit
to 2.2.0 release - Add
WithoutValidation(outputViolationsAsWarnings = false)
to disable validation (setting the optional flag totrue
will collate the validation errors intoResponse.Warnings
)
Version 1.1.8
- 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