This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from ee969851f5 Merge branch '3.8-dev'
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)
add fe2abf2628 Merge branch '3.7-dev' into 3.8-dev
new f9fd3e0078 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 | 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.ts | 4 +++
.../python/gremlin_python/process/strategies.py | 7 +++++
.../python/gremlin_python/process/traversal.py | 2 +-
9 files changed, 68 insertions(+), 2 deletions(-)