You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/05/05 00:32:26 UTC

[5/6] incubator-tinkerpop git commit: Update changelog for some gremlin server changes.

Update changelog for some gremlin server changes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/8bfeb951
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/8bfeb951
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/8bfeb951

Branch: refs/heads/lifecylces
Commit: 8bfeb9511b849b9ea7cc705480b0a39a5eb30237
Parents: a35b2f4
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon May 4 16:31:34 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon May 4 16:31:34 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8bfeb951/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index c4e0048..3922e9e 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,7 +27,9 @@ TinkerPop 3.0.0.M9 (NOT OFFICIALLY RELEASED YET)
 
 * Added `PersistResultGraphAware` interface which is used by `OutputFormats` to specify persistence possibilities for a Hadoop `GraphComputer`.
 * `ElementIdStrategy` now allows the identifier property to be set directly (and not only by specifying `T.id`).
-* Added sample configuration files for registring a `TraversalStrategy` in Gremlin Server.
+* Added sample configuration files for registering a `TraversalStrategy` in Gremlin Server.
+* Added response status code for `NO_CONTENT` to represent output for a successful script execution without a result (e.g. an empty `Iterator`).
+* Removed the notion of a "terminator" message from the Gremlin Server protocol - new response status code for `PARTIAL_CONTENT`.
 * `Path` and `Step` labels are ordered by the order in which the respective `addLabel()` calls were made.
 * A `Step` now has a `Set<String>` of labels. Updated `as()` to take a var args of labels.
 * Dropped `BatchGraph` from the code base - it will be replaced by bulk loader functionality over OLAP.