Releases: nautilus/gateway
Releases · nautilus/gateway
v0.4.0
v0.3.20
Skip processing on closed result channel, fix panic (#215)
v0.3.19
Include data alongside errors for a service's partial success (#213) * Bump nautilus/graphql to pick up partial success changes * Add failing tests for partial success with one service * Fix tests - Remove unused field - Extract channel sending from execution of a single step - Extract wait group handling from single step execution - Remove impossible condition with nil result Fixes https://github.com/nautilus/gateway/issues/212
v0.3.18
Update logrus to address vulnerability (#211) https://github.com/sirupsen/logrus/issues/1370 Co-authored-by: John Starich <[email protected]>
v0.3.17
Bump nautilus/graphql to latest to pick up default arg value fix (#210)
v0.3.16
Bump github.com/vektah/gqlparser/v2 in /examples/auth (#209) Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.4.8 to 2.5.15. - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](https://github.com/vektah/gqlparser/compare/v2.4.8...v2.5.15) --- updated-dependencies: - dependency-name: github.com/vektah/gqlparser/v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.3.15
Bump github.com/vektah/gqlparser/v2 from 2.4.8 to 2.5.14, fix issues …
v0.3.14
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
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
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>