Skip to content

Releases: nautilus/graphql

v0.0.19

24 Jun 18:51
6507cec
Compare
Choose a tag to compare
fix missing options passthrough for introspect remote schema (#26)

v0.0.17: Fix data race when reading and applying fragments (#20)

28 Oct 06:59
e75445c
Compare
Choose a tag to compare
* Add failing data race test

* Switch to immutable fieldSet structs for ApplyFragments()

* Enable race detector in Travis

v0.0.16: Fix invalid escaping of quote in string argument (#18)

08 May 20:23
0287975
Compare
Choose a tag to compare
* Add test case for input JSON string argument

* Use latest graphql-go/graphql with the JSON input arguments fix

v0.0.15: #131 Support File Uploads inside of Inputs (#17)

05 Apr 21:58
401da1e
Compare
Choose a tag to compare

v0.0.14: Introspect Remote Schemas with options (#16)

24 Feb 18:35
b987a48
Compare
Choose a tag to compare
Add new `IntrospectRemoteSchemasWithOptions` function to keep the `IntrospectRemoteSchemas` function backward compatible.
The new function accepts the list of urls and the Introspect Options.

Add the Introspect Options:
* IntrospectWithMiddlewares to use custom network middlewares
* IntrospectWithHTTPClient to use a custom http client
* IntrospectWithContext to use a custom global context

Update the `IntrospectAPI` function to accept the introspect options.

v0.0.13: Handle HTTP errors (#15)

24 Feb 18:01
8e743a2
Compare
Choose a tag to compare
* Add HTTP error handling to NetworkQueryer

* Add check to prevent nil pointer dereference

v0.0.12

05 Oct 19:49
035738b
Compare
Choose a tag to compare
Fix setting variable to null when extract files (#14)

v0.0.11: support for Multipart requests (#13)

20 Sep 06:37
e2dc43c
Compare
Choose a tag to compare
* Implement file upload types

* Publish fields of Upload struct

* Rollback accidental change

* Remove double encode

* Fix parsing slice of files

* Add test extract files

* Add prepareMultipart test

* Fix some misspells reported by goreportcard.com

* Fix introspection go fmt

v0.0.10: add OperationName to IntrospectionQuery Query (#11)

31 Aug 18:28
50dede0
Compare
Choose a tag to compare

v0.0.9: Fixed bug when marshaling errors ; ran gofmt(#8)

25 Mar 10:18
Compare
Choose a tag to compare
* added path and extension to Error

* ran gofmt