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/02/15 11:40:36 UTC

[tinkerpop] 01/02: Updated roadmap to move string manipulation functions and case insensitive search until 3.7

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 d1a14720bcbd951b58feacfc497e0a3c59daaea7
Author: Dave Bechberger <db...@amazon.com>
AuthorDate: Tue Feb 1 07:41:57 2022 -0900

    Updated roadmap to move string manipulation functions and case insensitive search until 3.7
---
 docs/src/dev/future/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/src/dev/future/index.asciidoc b/docs/src/dev/future/index.asciidoc
index 60541fe..8583ed8 100644
--- a/docs/src/dev/future/index.asciidoc
+++ b/docs/src/dev/future/index.asciidoc
@@ -39,7 +39,7 @@ link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/developer/inde
 The sub-sections that follow only outline those release lines that expect to include significant new features. Other
 release lines may continue to be active with maintenance work and bug fixes, but won't be listed here.
 
-== 3.7.x (Proposed)
+== 3.7.x (Proposed - Target 22Q3)
 
 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.
@@ -53,6 +53,8 @@ major feature improvements targeted for this release.  The scope for many of the
 * Define semantics for query federation across Gremlin servers (depends on `call()` step)
 * Gremlin debug support
 * 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])
 
 == 3.6.x (Proposed - Target 22Q1)
 
@@ -68,8 +70,6 @@ providers to validate their implementations.
 ** Modify equality around `NaN` and `BigDecimal` (link:https://issues.apache.org/jira/browse/TINKERPOP-2643[TINKERPOP-2643])
 * Create `merge()` step to codify the best practice for upsert pattern (link:https://issues.apache.org/jira/browse/TINKERPOP-2681[TINKERPOP-2681])
 * 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 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])