This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 2542097fdb TinkerPop 4.0.0-beta.3 release
add ef3658c43e TINKERPOP-3273 Align hasId() collection unrolling with
V()/E() (#3546)
add be0bc0fe96 Merge branch '3.7-dev' into 3.8-dev
new 58cb1a4821 Merge branch '3.8-dev'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.asciidoc | 1 +
docs/src/upgrade/release-3.7.x.asciidoc | 34 ++++++++++++
.../traversal/dsl/graph/GraphTraversal.java | 63 ++++++++--------------
.../process/traversal/step/filter/HasStepTest.java | 3 +-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 2 +
gremlin-go/driver/cucumber/gremlin.go | 1 +
.../gremlin-javascript/test/cucumber/gremlin.js | 1 +
.../src/main/python/tests/feature/gremlin.py | 1 +
.../gremlin/test/features/filter/HasId.feature | 16 +++++-
.../tinkergraph/structure/TinkerGraphTest.java | 32 +++++++++++
10 files changed, 111 insertions(+), 43 deletions(-)