Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 b6a8f737c -> 7ce6f99b7
TINKERPOP-1968 Changelog updates Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7ce6f99b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7ce6f99b Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7ce6f99b Branch: refs/heads/TINKERPOP-1968 Commit: 7ce6f99b7d4e029a48c5788b56fe90d136e58501 Parents: b6a8f73 Author: Stephen Mallette <[email protected]> Authored: Tue May 22 06:17:22 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue May 22 06:17:22 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7ce6f99b/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index b23657b..80a214c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Removed recursive handling of streaming results from Gremlin-Python driver to avoid max recursion depth errors. * Improved performance of `TraversalVertexProgram` and related infrastructure. * Added `createGratefulDead()`to `TinkerFactory` to help make it easier to try to instantiate that toy graph. +* Added identifiers to edges in the Kitchen Sink toy graph. +* Refactored the Gremlin Server integration testing framework and streamlined that infrastructure. * Fixed bug in `GroovyTranslator` that didn't properly handle empty `Map` objects. [[release-3-2-9]]
