@@ -21,12 +21,40 @@ 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-2]]
24- === TinkerPop 3.7.2 (NOT OFFICIALLY RELEASED YET )
24+ === TinkerPop 3.7.2 (April 8, 2024 )
2525
2626* Deprecated `ltrim()` and `rTrim()` in favor of `l_trim()` and `r_trim` in Python.
2727* Fixed bug in `onCreate` for `mergeV()` where use of the `Cardinality` functions was not properly handled.
2828* Fixed multiple concurrent initially requests caused authentication to fail.
2929
30+ ==== Bugs
31+
32+ * TINKERPOP-2132 Authentication when using multiple threads fails
33+ * TINKERPOP-2359 onShutDown not being called when docker container stopped
34+ * TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
35+ * TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
36+ * TINKERPOP-3022 JavaTranslator failing for has(String, null)
37+ * TINKERPOP-3025 l_trim() and r_trim() missing in python
38+ * TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
39+ * TINKERPOP-3027 Pick.any should be any_()
40+ * TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
41+ * TINKERPOP-3031 Bad translation for g.tx()
42+ * TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
43+ * TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
44+ * TINKERPOP-3054 RequestId serialization broken in Python GLV
45+ * TINKERPOP-3056 mergeE is updating vertices in certain conditions
46+ * TINKERPOP-3061 Concurrent queries will break authentication on javascript driver
47+
48+ ==== Improvements
49+
50+ * TINKERPOP-2456 Add missing tests for queries
51+ * TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
52+ * TINKERPOP-2995 Create Sample Applications in each GLV
53+ * TINKERPOP-3020 Incorrect tests
54+ * TINKERPOP-3021 Publish ARM64 Gremlin Console Images
55+ * TINKERPOP-3030 Update to .NET 8
56+ * TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep
57+
3058[[release-3-7-1]]
3159=== TinkerPop 3.7.1 (November 20, 2023)
3260
0 commit comments