Skip to content

Commit a2cb73f

Browse files
committed
Merge branch '3.8-dev'
2 parents d359950 + 9bb4207 commit a2cb73f

File tree

7 files changed

+67
-5
lines changed

7 files changed

+67
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
8686
8787
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-67.png[width=185]
8888
89+
[[release-3-8-1]]
90+
=== TinkerPop 3.8.1 (NOT OFFICIALLY RELEASED YET)
91+
92+
This release also includes changes from <<release-3-7-6, 3.7.6>>.
93+
94+
8995
[[release-3-8-0]]
9096
=== TinkerPop 3.8.0 (Release Date: November 12, 2025)
9197
@@ -254,6 +260,9 @@ This release also includes changes from <<release-3-7-5, 3.7.5>>.
254260
255261
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]
256262
263+
[[release-3-7-6]]
264+
=== TinkerPop 3.7.6 (NOT OFFICIALLY RELEASED YET)
265+
257266
[[release-3-7-5]]
258267
=== TinkerPop 3.7.5 (Release Date: November 12, 2025)
259268

docs/src/upgrade/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ image::gremlin-67.png[width=185]
3636
3737
*Grix Greven*
3838
39+
include::release-3.8.1.asciidoc[]
40+
3941
include::release-3.8.0.asciidoc[]
4042
4143
include::release-3.7.x.asciidoc[]

docs/src/upgrade/release-3.7.x.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ image::gremlin-zamfir.png[width=185]
2121
2222
*Gremfir Master of the Pan Flute*
2323
24+
== TinkerPop 3.7.6
25+
26+
*Release Date: NOT OFFICIALLY RELEASED YET*
27+
28+
Please see the link:https://github.com/apache/tinkerpop/blob/3.7.6/CHANGELOG.asciidoc#release-3-7-6[changelog] for a
29+
complete list of all the modifications that are part of this release.
30+
31+
=== Upgrading for Users
32+
33+
34+
=== Upgrading for Providers
35+
36+
==== Graph System Providers
37+
38+
39+
==== Graph Driver Providers
40+
41+
2442
== TinkerPop 3.7.5
2543
2644
*Release Date: November 12, 2025*

docs/src/upgrade/release-3.8.0.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ upgrade plan.
6161
|Breaking |Step Behavior Change |<<group-value-traversal-semantics,group() Value Traversal Semantics>>
6262
|Breaking |Step Behavior Change |<<remove-undocumented-with-modulation,Remove Undocumented `with()` modulation>>
6363
|Breaking |Step Behavior Change |<<by-modulation-semantics,By Modulation Semantics>>
64-
|Breaking |Step Behavior change |<<element-promoted-for-mergeV>>,Element Promoted for `mergeV()` and `mergeE()`>>
64+
|Breaking |Step Behavior change |<<element-promoted-for-mergeV,Element Promoted for `mergeV()` and `mergeE()`>>
6565
|Breaking |Grammar Removal |<<removed-structurevertex-from-grammar,Removed StructureVertex from Grammar>>
6666
|Breaking |Grammar Restriction |<<map-keys-restrictions,`Map` keys restrictions>>
6767
|Breaking |Grammar Restriction |<<restriction-of-step-arguments,Restriction of Step Arguments>>
@@ -935,7 +935,7 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-3121[TINKERPOP-3121],
935935
link:https://issues.apache.org/jira/browse/TINKERPOP-2974[TINKERPOP-2974]
936936
937937
[[element-promoted-for-mergeV]]
938-
===== Element Promoted for `mergeV()` and `mergeE()
938+
===== Element Promoted for `mergeV()` and `mergeE()`
939939
940940
Mid-traversal usage of `mergeV()` and `mergeE()` had different behavior from their start step counterparts. Used
941941
mid-traversal, it would pass through the current traverser. On the other hand, the start forms would pass through the
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
////
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
////
17+
== TinkerPop 3.8.1
18+
19+
*Release Date: NOT OFFICIALLY RELEASED YET*
20+
21+
Please see the link:https://github.com/apache/tinkerpop/blob/3.8.1/CHANGELOG.asciidoc#release-3-8-1[changelog] for a
22+
complete list of all the modifications that are part of this release.
23+
24+
=== Upgrading for Users
25+
26+
27+
=== Upgrading for Providers
28+
29+
==== Graph System Providers
30+
31+
32+
==== Graph Driver Providers
33+

gremlin-mcp/src/main/javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gremlin-mcp/src/main/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gremlin-mcp",
3-
"version": "3.8.0-SNAPSHOT",
3+
"version": "4.0.0-alpha1",
44
"description": "The official Apache TinkerPop MCP server for Gremlin that allows for fetching status, schema, and querying using Gremlin for any TinkerPop-compatible graph database (TypeScript implementation).",
55
"type": "module",
66
"main": "dist/server.js",

0 commit comments

Comments
 (0)