Skip to content

Commit fa698ba

Browse files
committed
TinkerPop 3.7.4 release
1 parent 5df609d commit fa698ba

File tree

44 files changed

+102
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+102
-52
lines changed

CHANGELOG.asciidoc

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]
2222
2323
[[release-3-7-4]]
24-
=== TinkerPop 3.7.4 (NOT OFFICIALLY RELEASED YET)
24+
=== TinkerPop 3.7.4 (August 1, 2025)
2525
2626
* Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log.
2727
* Improved performance of `Traversal.lock()` which was being called excessively.
@@ -64,6 +64,44 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
6464
* Upgraded Go to version 1.24
6565
* Fixed broken image links in published documentation
6666
67+
==== Bugs
68+
69+
* TINKERPOP-3146 Support SSL Certificates Reloading
70+
* TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming
71+
* TINKERPOP-3015 Use wildcard instead of Object for hasId predicates
72+
* TINKERPOP-3070 Cannot run console if working directory contains spaces
73+
* TINKERPOP-3111 Update documentation in gremlin-python driver section
74+
* TINKERPOP-3130 Better consistency for none()/discard() usage
75+
* TINKERPOP-3133 Customize the file count by repartition the OutputRDD in Spark to reduce HDFS small files
76+
* TINKERPOP-3137 Allow null to be used as Map value to mergeV and mergeE
77+
* TINKERPOP-3177 Sessioned Client in Go
78+
79+
==== Improvements
80+
81+
* TINKERPOP-2489 Server doesn't start if folder has spaces
82+
* TINKERPOP-2647 :uninstall without first disabling a plugin will lead to error on startup
83+
* TINKERPOP-2886 Inconsistent results when executing equivalent queries
84+
* TINKERPOP-3038 Console plugins file can't accept empty lines
85+
* TINKERPOP-3040 Remote Console won't send queries that cause exceptions locally
86+
* TINKERPOP-3067 gremlin-shaded incomplete shading due to Jackson multi-release classes
87+
* TINKERPOP-3100 Traversal.Admin.lock() has excessive recursion
88+
* TINKERPOP-3120 Closing a session with an Authorizer enabled throws an Exception
89+
* TINKERPOP-3123 TinkerGraphParameterizedWorld # useParametersLteraly() removes overried identifier
90+
* TINKERPOP-3124 MessageSizeEstimator is not sizing Frame instances properly
91+
* TINKERPOP-3135 Gremlin Console complains about missing plugins field
92+
* TINKERPOP-3138 JS gremlin library "enableCompression" option cause Connection the be closed
93+
* TINKERPOP-3139 IndexStep serialization
94+
* TINKERPOP-3140 emit() without repeat() throws an NPE
95+
* TINKERPOP-3141 TinkerTransactionGraph doesn't allow deleting and adding element back in same transaction
96+
* TINKERPOP-3142 TinkerTransactionGraph doesn't remove deleted elements in threaded scenario
97+
* TINKERPOP-3144 Traversal not closed after interruption
98+
* TINKERPOP-3155 Operator.addAll checks for instanceof on the wrong parameter
99+
* TINKERPOP-3160 Node.js 22+: Gremlin Fails with network error and HTTP 101 Status Due to WebSocket Limitation in undici
100+
* TINKERPOP-3162 Gryo writes illegal reflective access operations for AtomicLong in JDK17
101+
* TINKERPOP-3163 CallStep serialization
102+
* TINKERPOP-3167 Possible NullPointerException when borrowing a connection
103+
* TINKERPOP-3174 Site images linked to github are broken
104+
67105
[[release-3-7-3]]
68106
=== TinkerPop 3.7.3 (October 23, 2024)
69107

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image::gremlin-zamfir.png[width=185]
2323
2424
== TinkerPop 3.7.4
2525
26-
*Release Date: NOT OFFICIALLY RELEASED YET*
26+
*Release Date: August 1, 2025*
2727
2828
Please see the link:https://github.com/apache/tinkerpop/blob/3.7.4/CHANGELOG.asciidoc#release-3-7-4[changelog] for a
2929
complete list of all the modifications that are part of this release.
@@ -58,14 +58,6 @@ See: link:https://tinkerpop.apache.org/docs/3.7.4/reference/#metrics[Reference D
5858
Gremlin Go has been upgraded to Go version 1.24.
5959
Gremlin Javascript has been upgraded to Node 20.
6060
61-
=== Upgrading for Providers
62-
63-
==== Graph System Providers
64-
65-
66-
==== Graph Driver Providers
67-
68-
6961
== TinkerPop 3.7.3
7062
7163
*Release Date: October 23, 2024*

gremlin-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>tinkerpop</artifactId>
2323
<groupId>org.apache.tinkerpop</groupId>
24-
<version>3.7.4-SNAPSHOT</version>
24+
<version>3.7.4</version>
2525
</parent>
2626

2727
<artifactId>gremlin-annotations</artifactId>

gremlin-archetype/gremlin-archetype-dsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.tinkerpop</groupId>
2323
<artifactId>gremlin-archetype</artifactId>
24-
<version>3.7.4-SNAPSHOT</version>
24+
<version>3.7.4</version>
2525
</parent>
2626

2727
<artifactId>gremlin-archetype-dsl</artifactId>

gremlin-archetype/gremlin-archetype-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.tinkerpop</groupId>
2323
<artifactId>gremlin-archetype</artifactId>
24-
<version>3.7.4-SNAPSHOT</version>
24+
<version>3.7.4</version>
2525
</parent>
2626

2727
<artifactId>gremlin-archetype-server</artifactId>

gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.tinkerpop</groupId>
2323
<artifactId>gremlin-archetype</artifactId>
24-
<version>3.7.4-SNAPSHOT</version>
24+
<version>3.7.4</version>
2525
</parent>
2626

2727
<artifactId>gremlin-archetype-tinkergraph</artifactId>

gremlin-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>tinkerpop</artifactId>
2323
<groupId>org.apache.tinkerpop</groupId>
24-
<version>3.7.4-SNAPSHOT</version>
24+
<version>3.7.4</version>
2525
</parent>
2626

2727
<artifactId>gremlin-archetype</artifactId>

gremlin-console/bin/gremlin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../target/apache-tinkerpop-gremlin-console-3.7.4-SNAPSHOT-standalone/bin/gremlin.sh
1+
../target/apache-tinkerpop-gremlin-console-3.7.4-standalone/bin/gremlin.sh

gremlin-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>tinkerpop</artifactId>
2323
<groupId>org.apache.tinkerpop</groupId>
24-
<version>3.7.4-SNAPSHOT</version>
24+
<version>3.7.4</version>
2525
</parent>
2626
<artifactId>gremlin-console</artifactId>
2727
<name>Apache TinkerPop :: Gremlin Console</name>

gremlin-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.tinkerpop</groupId>
2222
<artifactId>tinkerpop</artifactId>
23-
<version>3.7.4-SNAPSHOT</version>
23+
<version>3.7.4</version>
2424
</parent>
2525
<artifactId>gremlin-core</artifactId>
2626
<name>Apache TinkerPop :: Gremlin Core</name>

0 commit comments

Comments
 (0)