[S2GRAPH-203] Support "application/graphql" Content-Type header JIRA: [S2GRAPH-203] https://issues.apache.org/jira/browse/S2GRAPH-203
Pull Request: Closes #172 Author daewon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/1881df05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/1881df05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/1881df05 Branch: refs/heads/master Commit: 1881df05c0d32ed553e47591cd468ac98e2d1d6e Parents: 4b50b29 Author: daewon <[email protected]> Authored: Mon Jun 18 15:52:52 2018 +0900 Committer: daewon <[email protected]> Committed: Mon Jun 18 15:52:52 2018 +0900 ---------------------------------------------------------------------- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1881df05/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index cded3e5..a68ecef 100644 --- a/CHANGES +++ b/CHANGES @@ -91,9 +91,10 @@ Release Notes - S2Graph - Version 0.2.0 * [S2GRAPH-177] - Add support for createServiceColumn/addVertex APIs on GraphQL. * [S2GRAPH-185] - Support Spark Structured Streaming to work with data in streaming and batch. * [S2GRAPH-183] - Provide batch job to dump data stored in HBase into file. + * [S2GRAPH-203] - Support "application/graphql" Content-Type header. * [S2GRAPH-206] - Generalize machine learning model serving. - * [S2GRAPH-215] - Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces - * [S2GRAPH-219] - Added query that includes all vertices and associated edges for GraphVisualize. + * [S2GRAPH-215] - Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces. + * [S2GRAPH-219] - Added query that includes all vertices and associated edges for GraphVisualize. ** Task * [S2GRAPH-162] - Update year in the NOTICE file.
