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 2020/01/02 17:35:52 UTC

[tinkerpop] branch tp33 updated (062693d -> 7a2b41a)

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

spmallette pushed a change to branch tp33
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 062693d  Merge branch 'TINKERPOP-2266' into tp33
     add e396048  TINKERPOP-2315 Implement clone() for all GLVs
     add 7a2b41a  Merge branch 'TINKERPOP-2315' into tp33

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/upgrade/release-3.3.x.asciidoc            | 30 ++++++++++++++++++++++
 gremlin-dotnet/glv/GraphTraversal.template         |  8 ++++++
 .../Process/Traversal/GraphTraversal.cs            |  8 ++++++
 .../DriverRemoteConnection/GraphTraversalTests.cs  | 13 ++++++++++
 .../glv/GraphTraversalSource.template              |  8 ++++++
 .../lib/process/graph-traversal.js                 |  8 ++++++
 .../test/integration/traversal-test.js             | 14 ++++++++++
 gremlin-python/glv/GraphTraversalSource.template   |  3 +++
 .../gremlin_python/process/graph_traversal.py      |  3 +++
 .../tests/driver/test_driver_remote_connection.py  |  8 ++++++
 11 files changed, 104 insertions(+)