This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from e8f41c81b9 CTR fix GraphTraversalTests with hasId() unrolling behavior
add de229bd5f2 TINKERPOP-3185 Fix PeerPressure.property_name token in
gremlin-python (#3545)
add 75429ec525 Fix gremlin-go PartitionStrategy panic and gremlin-python
ProductiveByStrategy (#3531)
add 5349dbb89d Deprecate ProductiveByStrategy (#3544)
new fe2abf2628 Merge branch '3.7-dev' into 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 | 5 ++++
docs/src/upgrade/release-3.7.x.asciidoc | 9 +++++++
.../optimization/ProductiveByStrategy.java | 3 +++
.../Strategy/Optimization/ProductiveByStrategy.cs | 2 ++
gremlin-go/driver/strategies.go | 7 ++++-
gremlin-go/driver/strategies_test.go | 31 ++++++++++++++++++++++
.../lib/process/traversal-strategy.js | 4 +++
.../python/gremlin_python/process/strategies.py | 7 +++++
.../python/gremlin_python/process/traversal.py | 2 +-
.../python/tests/unit/process/test_strategies.py | 12 +++++++++
10 files changed, 80 insertions(+), 2 deletions(-)