Skip to content

Releases: nautilus/gateway

v0.3.1

02 Jul 05:12
5d498d1
Compare
Choose a tag to compare
Add paralleltest linter, parallelize all tests (#175)

Add paralleltest linter, parallelize all tests

v0.3.0

01 Jul 03:45
a74fc9c
Compare
Choose a tag to compare
Allow different type system directive locations, merge built-in direc…

v0.2.8

26 Jun 22:17
90c28fa
Compare
Choose a tag to compare
Add configurable playground HTTP handler (#169)

Adds a new HTTP handler that serves a configurable playground UI. Unlike the existing `gateway.PlaygroundHandler()` method, this one serves the static UI only and allows for some critical settings like request headers.

Also updates the version of the playground to the latest.

The cmd/gateway updates make it easier to use for the first time (don't need to remember to visit `/graphql`) and doesn't negatively impact previous users.

Closes https://github.com/nautilus/gateway/issues/158
Closes https://github.com/nautilus/gateway/issues/120

v0.2.7

25 Jun 20:34
139f547
Compare
Choose a tag to compare
Bump nautilus/gateway dependency to 0.0.19 (#172)

Bump nautilus/gateway dependency to 0.0.19

Co-authored-by: John Starich <[email protected]>

v0.2.6

22 Jun 05:40
3dc6985
Compare
Choose a tag to compare
Fix non-deterministic introspection ordering, visible in playground (…

v0.2.5

18 Jun 16:25
178eecf
Compare
Choose a tag to compare
Fix release uploads (#166)

Build with go 1.18

15 Jun 21:31
73f53ac
Compare
Choose a tag to compare
Build with Go 1.18 (#161)

* Build with Go 1.18, compatible with Go 1.13

Fixes golang.org/x/sys version for Go 1.18

* Fix go get to be go install

v0.2.1: Fix data race in query plan cache & merger (#155)

02 Mar 22:14
4f754d4
Compare
Choose a tag to compare
* Enable go test race detector

* Remove extraneous debug log

* Fix cache data races

* Add failing test for data race in WithLogger()

* Fix WithLogger global singleton race condition

* Fix race between merger and gateway reads

* Bump graphql to latest

v0.2.0: Separate CLI and example dependencies, support 'go install' (#151)

15 Sep 05:17
cdcd3b1
Compare
Choose a tag to compare
* Use multi-module setup to reduce dependency footprint

* Remove execute permission from go.mod, go.sum

* Move command to cmd/nautilus to fix installed binary name

* Add install instructions using the Go CLI

v0.1.19

24 Jul 18:02
7717e95
Compare
Choose a tag to compare
Remove the internal schema as a package level var to fix race issues …