You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/dev/future/index.asciidoc
+8-28Lines changed: 8 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,34 +51,14 @@ completely when it is no longer maintained.
51
51
52
52
== TinkerPop 4.x
53
53
TinkerPop 4 marks the beginning of the move into semantic versioning, as discussed in the link:https://lists.apache.org/thread/g85tbsocmpv5oksq0xs425cgrw8xkdnn[DISCUSS thread].
54
-
Development has begun with the switch from WebSocket to HTTP/1.1 for the underlying transport of Gremlin Server, along
55
-
with many new features that have been proposed. Here is a rough outline of where new features are expected to land, with
56
-
major breaking features lined for 4.0, and additional features lined up for minor versions.
57
-
Additional details on each feature can be found in the Appendix.
54
+
Development has begun with the switch from WebSocket to HTTP/1.1 for the underlying transport of Gremlin Server, with
55
+
two 4.0.0 beta versions already published for user preview, along with new features that have been proposed. Here is a
56
+
rough outline of where each feature is expected to land, with major breaking features lined for 4.0, and additional
57
+
features lined up for minor versions. Additional details on each feature can be found in the Appendix.
58
58
59
-
=== 4.0.0-beta.1 Release (2024Q4)
60
-
As discussed in the link:https://lists.apache.org/thread/hh58k28qy49lb9k7b9j4mnqvpxj0xf85[DISCUSS thread], we are looking
61
-
to release a beta build of what is done so far to gather feedback.
59
+
=== 4.0 (2026H2)
62
60
63
-
This beta would roughly offer the opportunity to try Gremlin Server HTTP with the revised GraphSON and GraphBinary
64
-
serialization formats for TinkerPop 4.0, using Java and Python drivers. These drivers will initially continue to support
65
-
GraphSON as it can help with debugging (given its human-readable format) and offers wider serialization options for users
66
-
in these early days, we should expect to just have GraphBinary support for drivers in the future for simplicity.
67
-
68
-
This beta release would include the following list of features for preview:
69
-
70
-
* <<http-support>>
71
-
** Replacement of WebSocket with HTTP/1.1 (link:https://lists.apache.org/thread/vfs1j9ycb8voxwc00gdzfmlg2gghx3n1[DISCUSS thread])
72
-
* <<http-support-glv>> - Switching from WebSocket to HTTP in GLVs relies on community contribution in each language
0 commit comments