Merge branch 'TINKERPOP-1746' into tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/05f4f590 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/05f4f590 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/05f4f590 Branch: refs/heads/TINKERPOP-1784 Commit: 05f4f590ebffc21936391dd436f3afdaf944fd01 Parents: b2850f3 53db262 Author: Marko A. Rodriguez <okramma...@gmail.com> Authored: Mon Sep 18 16:26:39 2017 -0600 Committer: Marko A. Rodriguez <okramma...@gmail.com> Committed: Mon Sep 18 16:26:39 2017 -0600 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../gremlin/process/traversal/step/branch/RepeatStep.java | 6 ++++++ .../traversal/strategy/optimization/RepeatUnrollStrategy.java | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/05f4f590/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index 70d6134,6876fde..2b526df --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -26,9 -26,9 +26,10 @@@ image::https://raw.githubusercontent.co TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Added better error message for illegal use of `repeat()`-step. * Bump to Jackson 2.8.10. * Added an `EmbeddedRemoteConnection` so that it's possible to mimic a remote connection within the same JVM. +* Supported interruption for remote traversals. * The Console's `plugin.txt` file is only updated if there were manually uninstalled plugins. * Fixed a bug in `MatchStep` where mid-traversal `where()` variables were not being considered in start-scope. * Generalized `MatchStep` to locally compute all clauses with barriers (not just reducing barriers).