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 2016/02/06 20:55:01 UTC

[30/30] incubator-tinkerpop git commit: updated CHANGELOG with 3.2.0 section. We need a new logo.

updated CHANGELOG with 3.2.0 section. We need a new logo.


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

Branch: refs/heads/master
Commit: 1b8d881fa7d07eeb831eae2d2935e1ade8aa3b0e
Parents: da75577
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Sat Feb 6 12:54:34 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Sat Feb 6 12:54:34 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1b8d881f/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 4881c52..92fb61f 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -17,6 +17,27 @@ limitations under the License.
 TinkerPop3 CHANGELOG
 ====================
 
+TinkerPop 3.2.0 (XXX)
+---------------------
+
+[[release-3.2.0-incubating]]
+TinkerPop 3.2.0 (NOT OFFICIALLY RELEASED YET)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* Added `GraphFilter` to support filtering out vertices and edges that won't be touched by an OLAP job.
+* Added `GraphComputer.vertices()` and `GraphComputer.edges()` for `GraphFilter` construction *(breaking)*.
+* `SparkGraphComputer`, `GiraphGraphComputer`, and `TinkerGraphComputer` all support `GraphFilter`.
+* Added `GraphComputerTest.shouldSupportGraphFilter()` which verifies all filtered graphs have the same topology.
+* Added `GraphFilterAware` interface to `hadoop-gremlin/` which tells the OLAP engine that the `InputFormat` handles filtering.
+* `GryoInputFormat` and `ScriptInputFormat` implement `GraphFilterAware`.
+* Added `GraphFilterInputFormat` which handles graph filtering for `InputFormats` that are not `GraphFilterAware`.
+* Fixed a bug in `TraversalUtil.isLocalStarGraph()` which allowed certain illegal traversals to pass.
+* Added `TraversalUtil.isLocalVertex()` to verify that the traversal does not touch incident edges.
+* `GraphReader` IO interface now has `Optional<Vertex> readGraph(InputStream, GraphFilter)`. Default `UnsupportOperationException`.
+* `GryoReader` does not materialize edges that will be filtered out and this greatly reduces GC and load times.
+* Created custom `Serializers` for `SparkGraphComputer` message-passing classes which reduce graph sizes significantly.
+
+
 TinkerPop 3.1.0 (A 187 On The Undercover Gremlinz)
 --------------------------------------------------