Skip to content

Releases: nautilus/gateway

v0.3.11

25 Oct 04:07
2d70200
Compare
Choose a tag to compare
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

08 Jun 22:23
4f5f377
Compare
Choose a tag to compare
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

04 Apr 06:54
99fd083
Compare
Choose a tag to compare
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

04 Apr 06:24
60de970
Compare
Choose a tag to compare
Use Go's built-in cross compiler for GitHub Releases (#192)

v0.3.7

04 Apr 04:42
fab4d9f
Compare
Choose a tag to compare
Fix go install for cmd/gateway (#189)

* Fix go install for cmd/gateway
* Always build release binaries with latest library

v0.3.6

20 Mar 20:52
a825e2e
Compare
Choose a tag to compare
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

10 Mar 00:31
c26b382
Compare
Choose a tag to compare
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

26 Jan 14:43
98a598a
Compare
Choose a tag to compare
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

23 Oct 00:14
61529de
Compare
Choose a tag to compare
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

04 Jul 19:52
bba9243
Compare
Choose a tag to compare
Bump nautilus/graphql to latest to fix Union introspection (#176)

Thanks to @sGy1980de for the fix!