Skip to content

Releases: nautilus/gateway

v0.1.18

05 Jul 19:33
6a08012
Compare
Choose a tag to compare
avoid race condition described in #141 (#142)

v0.1.17

03 Jun 15:59
5eee34e
Compare
Choose a tag to compare
return null when data struct is empty (#140)

v0.1.16

08 May 20:41
747bc40
Compare
Choose a tag to compare
Bump nautilus/gateway dependency to 0.0.16 (#139)

v0.1.15

13 Apr 16:15
39d7af9
Compare
Choose a tag to compare
Fix data race when building insertion points (#132)

v0.1.14: Support File Uploads inside of Inputs (#133)

09 Apr 03:23
4febbae
Compare
Choose a tag to compare
* #131 Support File Uploads inside of Inputs

Signed-off-by: mfinley <[email protected]>

* go fmt

Signed-off-by: mfinley <[email protected]>

* add test to cover existing lines

Signed-off-by: mfinley <[email protected]>

* bumping up nautilus/graphql dep

Signed-off-by: mfinley <[email protected]>

v0.1.13

16 Mar 16:59
c001b08
Compare
Choose a tag to compare
Increase buffer size (#130)

v0.1.12: Fix "error adding scrub fields" for aliases (#126)

03 Mar 22:41
1078926
Compare
Choose a tag to compare

v0.1.11

24 Feb 18:38
Compare
Choose a tag to compare
bumped graphql version

v0.1.10: Make logger extendable (#123)

07 Feb 04:31
98c7fbe
Compare
Choose a tag to compare
Extract a Logger interface so it can be customized by downstream dependencies.

v0.1.9: fixed bug when node id contains : (#116)

22 Oct 19:46
6a0452e
Compare
Choose a tag to compare
* fix list determination, do not look for `:` in element node id

* Added test,

also extended previous to make sure that `GetDataPoint` also works properly