Releases: nautilus/gateway
Releases · nautilus/gateway
v0.3.11
Bump github.com/graphql-go/graphql in /examples/fileupload (#202) Bumps [github.com/graphql-go/graphql](https://github.com/graphql-go/graphql) from 0.7.10-0.20210411022516-8a92e977c10b to 0.8.1. - [Release notes](https://github.com/graphql-go/graphql/releases) - [Commits](https://github.com/graphql-go/graphql/commits/v0.8.1) --- updated-dependencies: - dependency-name: github.com/graphql-go/graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.3.10
Fix panic on gateway.Query() with a nil QueryInput.QueryDocument (#195) This can occur when calling graphql.IntrospectAPI() on the gateway itself.
v0.3.9
Bump examples/* dependencies to fix vulnerabilities (#184) * Bump github.com/graph-gophers/graphql-go in /examples/auth * Also bump other deps in examples/ to their latest versions. Bumps [github.com/graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go) from 0.0.0-20190108123631-d5b7dc6be53b to 1.3.0. - [Release notes](https://github.com/graph-gophers/graphql-go/releases) - [Commits](https://github.com/graph-gophers/graphql-go/commits/v1.3.0) --- updated-dependencies: - dependency-name: github.com/graph-gophers/graphql-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade all examples/auth deps * Upgrade examples/fileupload gateway dep --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Starich <johnstarich@johnstarich.com>
v0.3.8
Use Go's built-in cross compiler for GitHub Releases (#192)
v0.3.7
Fix go install for cmd/gateway (#189) * Fix go install for cmd/gateway * Always build release binaries with latest library
v0.3.6
Fix panics on non-GET/non-POST requests (#186) Returns 405 Method Not Allowed instead of panicking. See the working draft spec: https://github.com/graphql/graphql-over-http/blob/e4540976487b77bc04f1b2ce5cc48a9beea49381/spec/GraphQLOverHTTP.md?plain=1#L205-L206
v0.3.5
Fix panics on invalid Node ID args (#185) * Fix panics on invalid Node ID args * Add path to internal gateway resolver errors
v0.3.4
fix bug "aliases not recognized when federating list responses" (#182) This fixes #181 add check for alias on list elements Co-authored-by: Jacob <igoel@users.noreply.github.com>
v0.3.3
Update gqlgen dependency (#179) When using nautilus with a newer version of gqlgen introspection became broken. gqlgen's introspection package updated the description field of many structs to be a method rather than a member and that broke json marshalling. Updated types to use the Description method fixed this issue.
v0.3.2
Bump nautilus/graphql to latest to fix Union introspection (#176) Thanks to @sGy1980de for the fix!