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 2016/10/12 18:51:00 UTC

tinkerpop git commit: Moved pagination recipe entry to 3.2.3 CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 91b89430a -> ba38f4ef5


Moved pagination recipe entry to 3.2.3 CTR


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

Branch: refs/heads/master
Commit: ba38f4ef5f2b48bacdee98c441cdf14840d593aa
Parents: 91b8943
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Oct 12 14:50:38 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Oct 12 14:50:38 2016 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ba38f4ef/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index b62bb24..3741e11 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -86,6 +86,7 @@ TinkerPop 3.2.3 (Release Date: NOT OFFICIALLY RELEASED YET)
 * VertexPrograms can now declare traverser requirements, e.g. to have access to the path when used with `.program()`.
 * New build options for `gremlin-python` where `-DglvPython` is no longer required.
 * Added missing `InetAddress` to GraphSON extension module.
+* Added new recipe for "Pagination".
 * Added functionality to Gremlin-Server REST endpoint to forward Exception Messages and Class in HTTP Response
 * Gremlin Server `TraversalOpProcessor` now returns confirmation upon `Op` `close`.
 * Added `close` method Java driver and Python driver `DriverRemoteTraversalSideEffects`.
@@ -120,7 +121,6 @@ This release also includes changes from <<release-3-1-4, 3.1.4>>.
 * Changed scope of log4j dependencies so that they would only be used in tests and the binary distributions of Gremlin Console and Server.
 * Deprecated `Io.Builder.registry()` in favor of the newly introduced `Io.Builder.onMapper()`.
 * Added new recipe for "Traversal Induced Values".
-* Added new recipe for "Pagination".
 * Fixed a potential leak of a `ReferenceCounted` resource in Gremlin Server.
 * Added class registrations for `Map.Entry` implementations to `GryoMapper`.
 * Added methods to retrieve `Cluster` settings in `gremlin-driver`.