Skip to content

Releases: JannikLassahn/graphql-dotnet-upload

v3.0.0

20 Jul 19:31
Compare
Choose a tag to compare
  • Upgrade to graphql-dotnet 5 and support for .NET 6 (#24 )

v2.0.0

30 Jun 14:40
Compare
Choose a tag to compare
  • Upgrade to graphql-dotnet 4 and support for .NET 5 (#18)
  • Pass RequestServices to IDocumentExecuter (#20)

v1.0.0

05 Sep 10:33
Compare
Choose a tag to compare
  • Support for ASP.NET Core 3
  • Bumps package version to 1.0.0 denoting a long term stable release

v0.4.0

21 Oct 21:55
Compare
Choose a tag to compare

Fixes

  • Fix incorrect resolving of root schema in appbuilder extensions and middleware

v0.3.0

06 Oct 19:52
Compare
Choose a tag to compare

Fixes

  • remove dependency on singleton schema

v0.2.0

12 Feb 10:49
Compare
Choose a tag to compare

Fixes

  • the FormFileConverter is registered automatically for the given schema with the UseGraphQLUpload extension method