Skip to content

Releases: nautilus/gateway

v0.3.14

24 Apr 04:01
39d5ab4
Compare
Choose a tag to compare
Fix introspection results for Unions and query fragments (#207)

Bumps github.com/nautilus/graphql to pick up bug fixes.

Fixes https://github.com/nautilus/gateway/issues/197

v0.3.13

24 Apr 03:24
c1a3668
Compare
Choose a tag to compare
Include variables passed to directives in query plan steps (#206)

* gofmt -s
* Add failing test for variables passed to @include
* Fix test

v0.3.12

21 Apr 01:07
3c19e01
Compare
Choose a tag to compare
Bump golang.org/x/net from 0.17.0 to 0.23.0 in /cmd/gateway (#205)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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