You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/06/17 12:23:30 UTC

[tinkerpop] branch master updated (0ab7731 -> 6176af5)

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 0ab7731  Merge branch 'TINKERPOP-2507'
     add 3fc0935  TINKERPOP-2578 Coerced set to list for P within/without in Python
     add 03c28ef  Merge branch 'TINKERPOP-2578' into 3.4-dev
     add 39251c5  Merge branch '3.4-dev' into 3.5-dev
     new 6176af5  Merge branch '3.5-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 +
 .../io/graphson/GraphSONMapperEmbeddedTypeTest.java | 21 +++++++++++++++++++--
 .../main/python/gremlin_python/process/traversal.py |  4 ++++
 gremlin-python/src/main/python/setup.py             |  5 ++---
 .../python/tests/structure/io/test_graphsonV3d0.py  |  2 ++
 5 files changed, 28 insertions(+), 5 deletions(-)

[tinkerpop] 01/01: Merge branch '3.5-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 6176af561380690f49a512421d7ca82228705227
Merge: 0ab7731 39251c5
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jun 17 08:23:17 2021 -0400

    Merge branch '3.5-dev'

 CHANGELOG.asciidoc                                  |  1 +
 .../io/graphson/GraphSONMapperEmbeddedTypeTest.java | 21 +++++++++++++++++++--
 .../main/python/gremlin_python/process/traversal.py |  4 ++++
 gremlin-python/src/main/python/setup.py             |  5 ++---
 .../python/tests/structure/io/test_graphsonV3d0.py  |  2 ++
 5 files changed, 28 insertions(+), 5 deletions(-)

diff --cc CHANGELOG.asciidoc
index 2015e76,1798024..cf5406b
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -365,7 -355,7 +365,8 @@@ image::https://raw.githubusercontent.co
  [[release-3-4-12]]
  === TinkerPop 3.4.12 (Release Date: NOT OFFICIALLY RELEASED YET)
  
 +* Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
+ * Coerced single `set` arguments to `P.within` and `P.without` to `list` in Python which serializes to a more expected form for `P` instances.
  * Fixed bug in the `vertexLabelKey` validation for `GraphMLWriter` which was inadvertently validating the `edgeLabelKey`.
  * Changed `IndexStep` to make it easier for providers to determine the type of indexer being used.