Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

v1.3.0

Compare
Choose a tag to compare
Loading
@kevin-carroll kevin-carroll released this 24 Nov 18:17
· 12 commits to master since this release
8ae48c9

.NET 8 Support

  • Added support for .NET 8
  • Removed .NET 6 star wars api, added .NET 8 version

Bug Fixes

  • Fixed an issue with SchemaItemPath causing a race condition when attempting to build multiple test server instances simultaniously (@Fgruntjes)
  • Fixed a bug with records not being allowed to used as OBJECT graph types in some scenarios
  • Fixed a bug with using the [GraphType] attribute on structs. You should now be able to supply a properly customized the name for a graph type built from a struct.
  • Fixed a bug where by a [BatchTypeExtension] or [TypeExtension] may fail to build introspection data properly when referencing a graph type with a customized name.
  • Fixed a bug where field executions would not always obey schema isolation rules in some scenarios.

Other Changes

  • Made the message parameter on GraphController.NotFound(message) optional. A default, generic message will be included in the query errors when not supplied.

Related PRs: #132, #135, #137, #138, #139, #140

Morty Proxy This is a proxified and sanitized view of the page, visit original site.