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 2022/08/17 12:29:45 UTC

[tinkerpop] 02/03: A few additional thoughts for 3.7.x CTR

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 dd5b8005f1eb5119bbb6f70c6cdda82cec61a0b6
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Aug 17 08:28:23 2022 -0400

    A few additional thoughts for 3.7.x CTR
---
 docs/src/dev/future/index.asciidoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/src/dev/future/index.asciidoc b/docs/src/dev/future/index.asciidoc
index 3194f6477e..76a4c5d208 100644
--- a/docs/src/dev/future/index.asciidoc
+++ b/docs/src/dev/future/index.asciidoc
@@ -47,7 +47,7 @@ completely when it is no longer maintained.
 Development has not yet started on the 3.7.x release line with a targeted release date for the initial release of the
 line of 22H2.
 
-* Add support for traversals as parameters for `V()`, `is()`, and `has()`
+* Add support for traversals as parameters for `V()`, `is()`, and `has()` (includes `Traversal` arguments to `P`)
 * Geospatial support for TinkerPop (link:++https://lists.apache.org/list?dev@tinkerpop.apache.org:2021-7:DISCUSS%20geo-spatial++[DISCUSS Thread])
 * Add mid-traversal `E()` support
 * Allow properties on elements (as opposed to just references) for remote traversals
@@ -58,6 +58,9 @@ line of 22H2.
 * Date/Time manipulation functions (`dateAdd()`, `dateDiff()`, etc.)
 * Add string manipulation functions (`split()`, `substring()` etc.) (link:https://issues.apache.org/jira/browse/TINKERPOP-2672[TINKERPOP-2672])
 * Case-insensitive search (link:https://issues.apache.org/jira/browse/TINKERPOP-2673[TINKERPOP-2673])
+* Type conversion with `cast()` step
+* Mutation steps for `clone()` of an `Element` and for `moveE()` for edges.
+* Add a language element to merge `Map` objects more easily.
 
 = Proposals