This is an automated email from the ASF dual-hosted git repository. kenhuuu pushed a commit to branch runtime-docs in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 57cd5471009074ea819daf2d30a4b5e5c67cb75b Author: Ken Hu <[email protected]> AuthorDate: Mon Nov 10 20:36:13 2025 -0800 Update recommended versions to be more accurate --- docs/site/home/download.html | 6 ++-- docs/src/reference/gremlin-variants.asciidoc | 43 ++++++++++++++-------------- 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/docs/site/home/download.html b/docs/site/home/download.html index b0eb27f609..3ba6ed9e39 100644 --- a/docs/site/home/download.html +++ b/docs/site/home/download.html @@ -389,7 +389,7 @@ limitations under the License. <tr> <td data-label="Repository" class="bold">Maven Central</td> - <td data-label="Recommended Runtime">JDK 17</td> + <td data-label="Recommended Runtime">JDK 11</td> <td data-label="Artifacts"><a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.tinkerpop%22" class="text-blue">groupId: org.apache.tinkerpop </a></td> <td data-label=""> <div class="code-box1"> @@ -405,7 +405,7 @@ limitations under the License. <tr> <td data-label="Repository" class="bold">npm</td> - <td data-label="Recommended Runtime">Node.js 20+</td> + <td data-label="Recommended Runtime">Node.js 20</td> <td data-label="Artifacts"><a href="https://www.npmjs.com/package/gremlin" class="text-blue">gremlin </a> <br> <a href="https://www.npmjs.com/package/gremlint" class="text-blue">gremlint </a></td> <td data-label=""> <div class="code-box1"> @@ -427,7 +427,7 @@ limitations under the License. <tr> <td data-label="Repository" class="bold">PyPI</td> - <td data-label="Recommended Runtime">Python 3.9+</td> + <td data-label="Recommended Runtime">Python 3.9</td> <td data-label="Artifacts"><a href="https://pypi.python.org/pypi/gremlinpython/" class="text-blue">gremlinpython </a> </td> <td data-label=""> <div class="code-box1"> diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc index 1c30b0e31e..dd013b642f 100644 --- a/docs/src/reference/gremlin-variants.asciidoc +++ b/docs/src/reference/gremlin-variants.asciidoc @@ -1381,16 +1381,17 @@ npm install gremlin The following table outlines recommended runtime versions by the release in which their support began: -[cols="1,1,1,1",options="header"] +[cols="1,1,1",options="header"] |=== -|Version |Min Node.js |npm Version |TypeScript Target -|3.4.0 |≥6.0 |N/A |N/A -|3.5.0 |≥10.0 |6.14.16 |N/A -|3.5.8 |≥16.0 |8.19.4 |N/A -|3.6.0 |≥10.0 |8.1.2 |N/A -|3.6.3 |≥10.0 |8.5.5 |N/A -|3.6.7 |≥10.0 |9.6.7 |Node18 -|3.7.0 |≥18.0 |9.6.7 |Node18 +|Version |Min Node.js |npm Version +|3.4.0 |≥6 |N/A +|3.5.0 |≥10 |6.14.16 +|3.5.7 |≥16 |8.19.4 +|3.6.0 |≥10 |8.1.2 +|3.6.5 |≥16 |8.19.4 +|3.6.7 |≥18 |9.6.7 +|3.7.0 |≥18 |9.6.7 +|3.7.4 |≥20 |10.8.2 |=== [[gremlin-javascript-connecting]] @@ -1866,14 +1867,14 @@ nuget install Gremlin.Net The following table outlines recommended runtime versions by the release in which their support began: -[cols="1,2,1",options="header"] +[cols="1,2",options="header"] |=== -|Version |Target Frameworks |Language Version -|3.4.0 |.NET Standard 1.3; .NET Standard 2.0 |C# 7.0 -|3.5.0 |.NET Standard 2.0 |C# 8.0 -|3.5.4 |.NET Standard 2.0; .NET 6.0 |C# 9.0 -|3.6.0 |.NET Standard 2.0; .NET 6.0 |C# 9.0 -|3.7.0 |.NET Standard 2.0; .NET6.0 |C# 9.0 +|Version |Target Frameworks +|3.4.0 |.NET Standard 1.3; .NET Standard 2.0 +|3.5.0 |.NET Standard 2.0 +|3.5.3 |.NET Standard 2.0; .NET 6.0 +|3.6.0 |.NET Standard 2.0; .NET 6.0 +|3.7.0 |.NET Standard 2.0; .NET6.0 |=== [[gremlin-dotnet-connecting]] @@ -2307,13 +2308,11 @@ The following table outlines recommended runtime versions by the release in whic |=== |Version |Min Python |Key Dependencies |3.4.0 |2.7 |tornado -|3.5.0 |≥3.0 |tornado -|3.5.4 |≥3.0 |tornado -|3.5.8 |≥3.0 |aiohttp -|3.6.0 |≥3.0 |tornado -|3.6.7 |≥3.0 |aiohttp +|3.5.0 |≥3.0 |aiohttp +|3.6.0 |≥3.8 |aiohttp |3.6.8 |≥3.9 |aiohttp -|3.7.0 |≥3.0 |aiohttp +|3.7.0 |≥3.8 |aiohttp +|3.7.3 |≥3.9 |aiohttp |=== [[gremlin-python-connecting]]
