@@ -21,7 +21,7 @@ limitations under the License.
2121image::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
0 commit comments