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
* TINKERPOP-3079 The test `TraversalStrategiesTest#shouldAllowUserManipulationOfGlobalCache` is not idempotent, as it passes in the first run and fails in repeated runs in the same environment.
52
+
* TINKERPOP-3081 When using authentication, evaluationTimeout is ignored
53
+
* TINKERPOP-3116 async_timeout not declared in gremlinpython dependencies
54
+
55
+
==== Improvements
56
+
57
+
* TINKERPOP-2700 WebSocket compression may lead to attacks (CRIME / BREACH)
58
+
* TINKERPOP-3086 Upgrade gremlin-python to newer Python interpreter
59
+
* TINKERPOP-3098 Gremlin Console bat file is missing log level configuration option
Copy file name to clipboardExpand all lines: docs/src/index.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ of this reference guide.
32
32
2. <<tutorials,Tutorials>> - Brief but detailed explanations of specific technologies, patterns, use cases or best
33
33
practices related to TinkerPop.
34
34
3. <<publications,Publications>> - Blog posts, technical papers, presentation materials, etc.
35
-
4. <<developer,Developer>> - Documentation for contributors to TinkerPop or for providers (i.e. those who implement
35
+
4. link:https://tinkerpop.apache.org/docs/x.y.z/dev/developer[Developer] - Documentation for contributors to TinkerPop or for providers (i.e. those who implement
36
36
TinkerPop's interfaces).
37
37
5. link:https://tinkerpop.apache.org/javadocs/x.y.z/full/[Javadoc] - The full Javadoc for all TinkerPop modules. There
38
38
is also an abridged version of the link:https://tinkerpop.apache.org/javadocs/x.y.z/core/[core] interfaces which may
Please see the link:https://github.com/apache/tinkerpop/blob/3.6.8/CHANGELOG.asciidoc#release-3-6-8[changelog] for a
29
29
complete list of all the modifications that are part of this release.
@@ -36,9 +36,6 @@ complete list of all the modifications that are part of this release.
36
36
`gremlin-go` has upgraded to Go 1.22 as Go 1.21 has passed end of life.
0 commit comments