Skip to content

Commit 05bc01a

Browse files
committed
Added match() proposal to index CTR
1 parent a63b67c commit 05bc01a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/src/dev/future/index.asciidoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,18 @@ story.
161161
|=========================================================
162162
|Proposal |Description |Targets |Resolved
163163
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-equality-1.asciidoc[Proposal 1] |Equality, Equivalence, Comparability and Orderability Semantics - Documents existing Gremlin semantics along with clarifications for ambiguous behaviors and recommendations for consistency. |3.6.0 |Y
164-
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-arrow-flight-2.asciidoc[Proposal 2] |Gremlin Arrow Flight. |Future |N
164+
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-arrow-flight-2.asciidoc[Proposal 2] |Gremlin Arrow Flight |Future |N/A
165165
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-3-remove-closures.asciidoc[Proposal 3] |Removing the Need for Closures/Lambda in Gremlin |3.7.0 |Y
166166
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-transaction-4.asciidoc[Proposal 4] |TinkerGraph Transaction Support |3.7.0 |Y
167167
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-scoping-5.asciidoc[Proposal 5] |Lazy vs. Eager Evaluation|3.8.0 |N
168168
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-asnumber-step-6.asciidoc[Proposal 6] |asNumber() Step|3.8.0 |Y
169169
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-asbool-step-7.asciidoc[Proposal 7] |asBool() Step|3.8.0 |Y
170-
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-type-predicate-8.asciidoc[Proposal 8] |asBool() Step|3.8.0 |N
170+
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-type-predicate-8.asciidoc[Proposal 8] |typeof Predicate |3.8.0 |N
171+
|link:https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-declarative-match-step-9.asciidoc[Proposal 9] |match() Step Redesign |4.0.0 |N
171172
|=========================================================
172173
174+
NOTE: Proposals with "N/A" for a Resolution are no longer under consideration at this time.
175+
173176
= Appendix
174177
175178
== TinkerPop 4.x Feature Details
@@ -334,7 +337,7 @@ Simply `io()` for data ingestion and export in both embedded and remote usage in
334337
This aims to create an automated testing set up, which helps to ensure compatibility between drivers and server across minor releases,
335338
and to make sure API contracts are not broken unintentionally.
336339
337-
==== Improved telemetry in driver/server [[telemerty]]
340+
==== Improved telemetry in driver/server [[telemetry]]
338341
This is a less well-defined area, aimed at improved metrics collection that can better aid debugging for users and providers.
339342
Work may include adding the ability to debug queries and traversals, adding OpenTelemetry support, etc.
340343

docs/src/dev/future/proposal-declarative-match-step.asciidoc renamed to docs/src/dev/future/proposal-declarative-match-step-9.asciidoc

File renamed without changes.

0 commit comments

Comments
 (0)