Releases: andreas/ocaml-graphql-server
Releases · andreas/ocaml-graphql-server
0.14.0
08 Jul 16:26
Compare
Sorry, something went wrong.
No results found
CHANGES:
Support __typename
on subscriptions (#178 )
Handle unknown fields for subscriptions (#178 )
Add ocamlformat (#177 )
Handle missing variables as null (#184 )
Show default value in introspection query (#194 )
Support block strings in the parser (#198 )
Handle skip/include directives on fragment spreads (#200 )
Improved handling of recursive arguments and objects (#199 )
Fix websocket conflict (#206 )
Update deprecated Fmt functions (#206 )
Use Yojson t
types instead of deprecated json
type (#208 )
Raise minimum rresult
version (#209 )
0.13.0
21 Sep 14:47
Compare
Sorry, something went wrong.
No results found
0.13.0 2019-09.21
Support for custom errors (#166 )
Add __type
introspection field (#163 )
Better parameter handling for graphql-cohttp
(#156 )
Fix use of default variables (#158 )
Fix merging of field selections (#174 )
0.12.2
02 Apr 19:46
Compare
Sorry, something went wrong.
No results found
0.12.2 2019-04-02
Remove open of Result (#154 )
0.12.1
29 Mar 09:41
Compare
Sorry, something went wrong.
No results found
0.12.1 2019-03-29
Disable Yojson deprecation warnings (#148 )
Fix routing in graphql-cohttp (#150 )
0.12.0
21 Sep 14:47
Compare
Sorry, something went wrong.
No results found
0.12.0 2019-22-03
Remove Str from cohttp-graphql (#146 )
0.11.0
03 Mar 19:56
Compare
Sorry, something went wrong.
No results found
0.11.0 2019-03-03
Minor parser improvements (#139 )
Replace Str with Re (#144 )
0.10.0
14 Feb 21:57
Compare
Sorry, something went wrong.
No results found
0.10.0 2019-02-14
Fix digestif dependency in graphql-cohttp (#141 )
0.9.0
08 Feb 20:14
Compare
Sorry, something went wrong.
No results found
0.9.0 2019-02-08
Skip and include directives (#117 )
Expose more data to resolvers (#127 )
Add the errors
key first in the response JSON (#131 )
Rewrite parser to Menhir and replace sexp with fmt (#132 )
Support for websockets as transport (#133 )
0.8.0
06 Dec 21:21
Compare
Sorry, something went wrong.
No results found
0.8.0 2018-12-06
Subscription support (#101 )
Add path to errors in response (#112 )
Improved escaped character handling (#114 )
Improve error messages for invalid arguments (#128 )
0.7.0
10 Aug 14:25
Compare
Sorry, something went wrong.
No results found
0.7.0 2018-08-10
Allow returning errors from resolve function of io_field (#69 )
Support for union and interface types (#70 )
Expose HTTP request to context construction function in Graphql_lwt.Server.start (#88 )
Fix error response from Graphql_lwt.Server (#96 )
Allow passing operation name to Graphql_lwt.Server (#103 )
Querying undefined fields gives validation error (#105 )
Fix parsing of enums with E (#109 )