Skip to content

Releases: nautilus/gateway

v0.4.0

21 Aug 22:17
0ac544a
Compare
Choose a tag to compare
Resolve Node IDs in dependent steps & run response middleware on part…

…ial success (#216)

* Add failing test for partial success with unresolved Node IDs
* Resolve Node IDs in dependent steps, even on partial successes
* Add failing test for partial success not scrubbing unrequested fields from response
* Fix builtin middleware not running on partial success

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

v0.3.20

21 Aug 22:10
634cff6
Compare
Choose a tag to compare
Skip processing on closed result channel, fix panic (#215)

v0.3.19

20 Aug 06:02
6496791
Compare
Choose a tag to compare
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

13 Aug 15:07
fb2d006
Compare
Choose a tag to compare
Update logrus to address vulnerability (#211)

https://github.com/sirupsen/logrus/issues/1370

Co-authored-by: John Starich <johnstarich@johnstarich.com>

v0.3.17

28 Jun 06:11
782a1f4
Compare
Choose a tag to compare
Bump nautilus/graphql to latest to pick up default arg value fix (#210)

v0.3.16

22 Jun 22:13
ea542f2
Compare
Choose a tag to compare
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.15

22 Jun 22:11
3100135
Compare
Choose a tag to compare
Bump github.com/vektah/gqlparser/v2 from 2.4.8 to 2.5.14, fix issues …

…(#208)

* Remove execute permission from files that do not need it
* Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.4.8 to 2.5.14.
  - [Release notes](https://github.com/vektah/gqlparser/releases)
  - [Commits](https://github.com/vektah/gqlparser/compare/v2.4.8...v2.5.14)
* Update formatting to match new gqlparser formatter behavior
* Fix tests using invalid GraphQL schemas

---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
...

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

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>