You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/23 22:27:03 UTC

[3/4] incubator-tinkerpop git commit: updated CHANGELOG.

updated CHANGELOG.


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

Branch: refs/heads/refactor-io
Commit: e8cf4e36862f3472e36c8f50f4011fc852feb7d9
Parents: f7ef918
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Apr 23 12:36:48 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Apr 23 12:36:48 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/e8cf4e36/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 4ca9c2a..07f5162 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,6 +25,10 @@ image::http://www.tinkerpop.com/docs/current/images/gremlin-hindu.png[width=225]
 TinkerPop 3.0.0.M9 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* `GraphTraversalSource` is now the location for `withXXX()` operations. No longer do they exist at `GraphTraversal`.
+* All `Traverser` objects now extend from `AbstractTraverser` or a child that ultimately extends from `AbstractTraverser`.
+* OLTP `select()` now returns a list for traversals with duplicate labels (as this was a unintended side-effect of `SparsePath`).
+* Removed the `SparsePath` optimization as it led to numerous corner-case inconsistencies.
 * `VertexWritable` serializes and deserializes the `StarGraph` object -- no more intermediate `DetachedXXX` objects.
 * Gremlin Server better supports the settings for the high and low watermark that will slow writes to clients that are lagging.
 * Added `GraphReader.readObject()` and `GraphWriter.writeObject` abstractions for those implementations that can support them.