This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from 4eead78 Minor fixes to transaction/session integration tests.
add 99a9bee Added support for dict as keys, as required by the following
example statement:
g.V().as_('a').out().as_('b').out().as_('c').dedup('a','b','c').groupCount().by(select('a',
'b').by(valueMap(True))).toList()
add a387dd0 TINKERPOP-2407 Added deserialization support for dict as keys
new c4754ed Merge pull request #1314 from apache/TINKERPOP-2407
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/reference/gremlin-variants.asciidoc | 4 +-
docs/src/upgrade/release-3.5.x.asciidoc | 14 +++++++
.../gremlin_python/structure/io/graphbinaryV1.py | 3 +-
.../gremlin_python/structure/io/graphsonV3d0.py | 4 +-
.../{driver/transport.py => structure/io/util.py} | 45 +++++++++-------------
.../tests/driver/test_driver_remote_connection.py | 15 +++++---
7 files changed, 49 insertions(+), 37 deletions(-)
copy gremlin-python/src/main/python/gremlin_python/{driver/transport.py =>
structure/io/util.py} (60%)