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/01/06 01:38:20 UTC

[tinkerpop] branch master updated: Minor fixes to future docs 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


The following commit(s) were added to refs/heads/master by this push:
     new e9b4749  Minor fixes to future docs CTR
e9b4749 is described below

commit e9b4749a40bd3f8853008e4399214f9957108ff7
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Jan 5 20:37:02 2022 -0500

    Minor fixes to future docs CTR
---
 docs/src/dev/future/index.asciidoc | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/docs/src/dev/future/index.asciidoc b/docs/src/dev/future/index.asciidoc
index 20dddfa..7efc06b 100644
--- a/docs/src/dev/future/index.asciidoc
+++ b/docs/src/dev/future/index.asciidoc
@@ -44,17 +44,15 @@ release lines may continue to be active with maintenance work and bug fixes, but
 Development has not yet started on the 3.7.x release line with a targeted release date of 22H2.  Below is some
 major feature improvements targeted for this release.  The scope for many of these items still needs to be defined.
 
-* Add support for traversals as parameters for V()/is()/has()
+* Add support for traversals as parameters for `V()`, `is()`, and `has()`
 * 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
-* Add with() option for traversal to not return reference vertices
+* Add mid-traversal `E()` support
+* Add `with()` option for traversal to not return reference vertices
 * Add subgraph/tree structure in all GLVs
-* List functions (concat()/etc.)
-* Define semantics for query federation across Gremlin servers (depends on call() step)
+* List functions (`concat()`/etc.)
+* Define semantics for query federation across Gremlin servers (depends on `call()` step)
 * Gremlin debug support
-* Date/Time manipulation functions (dateAdd()/dateDiff()/etc.)
-
-
+* Date/Time manipulation functions (`dateAdd()`, `dateDiff()`, etc.)
 
 == 3.6.x (Proposed - Target 22Q1)
 
@@ -72,7 +70,7 @@ providers to validate their implementations.
 * Create `call()` step to allow for invocation of implementation specific procedures (link:https://issues.apache.org/jira/browse/TINKERPOP-2680[TINKERPOP-2680])
 * 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])
-* Deprecation of Gryo (link:https://issues.apache.org/jira/browse/TINKERPOP-2398[TINKERPOP-2398])
+* Deprecation of Gryo message serialization for network use cases (link:https://issues.apache.org/jira/browse/TINKERPOP-2398[TINKERPOP-2398])
 * Consistent by() behavior (link:https://issues.apache.org/jira/browse/TINKERPOP-2635[TINKERPOP-2635])
 * Add regular expression support to `TextP` (link:https://issues.apache.org/jira/browse/TINKERPOP-2652[TINKERPOP-2652])
 * Add ability for `property()` to take a Map of values (link:https://issues.apache.org/jira/browse/TINKERPOP-2665[TINKERPOP-2665])