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 2021/06/25 15:05:42 UTC

[tinkerpop] 01/02: Merge branch 'TINKERPOP-2568' into 3.5-dev

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 2d0995de720febd961d0e698776e279dff616b2a
Merge: 9d1b4f3 61af1fc
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Jun 25 08:42:00 2021 -0400

    Merge branch 'TINKERPOP-2568' into 3.5-dev

 CHANGELOG.asciidoc                                                | 1 +
 .../gremlin/process/traversal/util/DefaultTraversal.java          | 8 +++++++-
 .../traversal/strategy/decoration/EventStrategyProcessTest.java   | 1 -
 .../tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java  | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --cc CHANGELOG.asciidoc
index 4c9ca79,b811016..65e2588
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,7 -26,7 +26,8 @@@ image::https://raw.githubusercontent.co
  This release also includes changes from <<release-3-4-12, 3.4.12>>.
  
  * Fixed bug in Javascript error message related to validating anonymous traversal spawns.
 +* Changed close of Python and Javascript connections to no longer send a "close message" as the server no longer acknowledges it as of 3.5.0.
+ * Fixed bug where the `Graph` instance was not being assigned to child traversals.
  * Removed sending of deprecated session close message from Gremlin.Net driver.
  
  [[release-3-5-0]]