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/upgrade/release-3.8.0.asciidoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ changes primarily focus on standardizing scoping behavior (local vs global), sim
30
30
related steps behave more consistently and interoperably with one another.
31
31
32
32
New steps and predicates have been added for type conversion and type testing, providing better control over graphs with
33
-
mixed-type properties. Additionally, this release adds support for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
33
+
mixed-type properties. Additionally, this release adds support for link:https://modelcontextprotocol.io[Model Context Protocol (MCP)]
34
34
with the initial version of `gremlin-mcp` server.
35
35
36
36
The following table summarizes the impact level of each change, which can help form a guide by which to develop an
@@ -308,6 +308,7 @@ or 'd') as Double by default. Users who need `BigDecimal` precision can still us
308
308
309
309
==== Modified Step Behavior
310
310
311
+
[[datediff-step-returns-milliseconds]]
311
312
===== dateDiff() Step Returns Milliseconds
312
313
313
314
The `dateDiff()` step has been changed to return milliseconds instead of seconds for consistency with the `asDate()`
@@ -489,8 +490,6 @@ should be moved out of the `repeat()` step.
489
490
have led to unexpected results since `cap()` isn't "repeat-aware". Because `cap()` is a `SupplyingBarrier` that reduces
490
491
the number of traversers to one, its use inside `repeat()` is limited.
0 commit comments