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/2886eaff Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2886eaff Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2886eaff Branch: refs/heads/TINKERPOP-1968 Commit: 2886eaff212b7aa525378d8a494fe8b9138a03a2 Parents: 68ea100 Author: Stephen Mallette <[email protected]> Authored: Tue May 22 06:17:22 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu May 31 16:19:43 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2886eaff/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6a06a1a..6297210 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,6 +27,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. * Added concrete configuration methods to `SparkGraphComputer` to make a more clear API for configuring it. * Fixed a bug in `TinkerGraphCountStrategy`, which didn't consider that certain map steps may not emit an element.
