This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from d1eb4a12c5 Merge branch '3.8-dev'
add b88cba81b2 TINKERPOP-2974 Change PropertyMap to only allow single by()
if order not guaranteed (#3098)
add 46f940ec4c Updated gremlin-javascript to ues GraphBinary as default
instead of GraphSONv3 (#3101)
new fec315ff72 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 | 2 ++
docs/src/dev/provider/gremlin-semantics.asciidoc | 38 ++++++++++++++++++++
docs/src/upgrade/release-3.8.x.asciidoc | 15 ++++++++
.../traversal/step/map/PropertyMapStep.java | 41 ++++++++++++----------
.../gremlin-javascript/lib/driver/connection.ts | 2 +-
.../gremlin-javascript/test/unit/client-test.js | 10 ++++++
.../process/traversal/step/map/ValueMapTest.java | 22 ++++++------
.../gremlin/test/features/map/ValueMap.feature | 21 +++--------
8 files changed, 102 insertions(+), 49 deletions(-)