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.
368
+
* TINKERPOP-3081 When using authentication, evaluationTimeout is ignored
369
+
* TINKERPOP-3116 async_timeout not declared in gremlinpython dependencies
370
+
371
+
==== Improvements
372
+
373
+
* TINKERPOP-2700 WebSocket compression may lead to attacks (CRIME / BREACH)
374
+
* TINKERPOP-3086 Upgrade gremlin-python to newer Python interpreter
375
+
* TINKERPOP-3098 Gremlin Console bat file is missing log level configuration option
Copy file name to clipboardExpand all lines: docs/src/index.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ of this reference guide.
34
34
2. <<tutorials,Tutorials>> - Brief but detailed explanations of specific technologies, patterns, use cases or best
35
35
practices related to TinkerPop.
36
36
3. <<publications,Publications>> - Blog posts, technical papers, presentation materials, etc.
37
-
4. <<developer,Developer>> - Documentation for contributors to TinkerPop or for providers (i.e. those who implement
37
+
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
38
38
TinkerPop's interfaces).
39
39
5. link:https://tinkerpop.apache.org/javadocs/x.y.z/full/[Javadoc] - The full Javadoc for all TinkerPop modules. There
40
40
is also an abridged version of the link:https://tinkerpop.apache.org/javadocs/x.y.z/core/[core] interfaces which may
0 commit comments