@@ -21,7 +21,7 @@ limitations under the License.
2121image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-victorian.png[width=185]
2222
2323[[release-3-6-7]]
24- === TinkerPop 3.6.7 (NOT OFFICIALLY RELEASED YET )
24+ === TinkerPop 3.6.7 (April 8, 2024 )
2525
2626* Fixed a bug in Gremlin.Net for .NET 8 that led to exceptions: `InvalidOperationException: Enumeration has not started. Call MoveNext.`
2727* Fixed message requestId serialization in `gremlin-python`.
@@ -42,6 +42,26 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
4242* Upgraded `gremlin-javascript` and `gremlint` to Node 18.17.0.
4343* Allowed public access for `serviceName` and `mergedParams` in `CallStep`, and checks on `PartitionStrategy` usage in `MergeStep`.
4444
45+ ==== Bugs
46+
47+ * TINKERPOP-2359 onShutDown not being called when docker container stopped
48+ * TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
49+ * TINKERPOP-3022 JavaTranslator failing for has(String, null)
50+ * TINKERPOP-3027 Pick.any should be any_()
51+ * TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
52+ * TINKERPOP-3031 Bad translation for g.tx()
53+ * TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
54+ * TINKERPOP-3045 EarlyLimitStrategy is too aggresive to promote Limit and thus causing incorrect results
55+ * TINKERPOP-3054 RequestId serialization broken in Python GLV
56+ * TINKERPOP-3056 mergeE is updating vertices in certain conditions
57+
58+ ==== Improvements
59+
60+ * TINKERPOP-2995 Create Sample Applications in each GLV
61+ * TINKERPOP-3021 Publish ARM64 Gremlin Console Images
62+ * TINKERPOP-3030 Update to .NET 8
63+ * TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep
64+
4565[[release-3-6-6]]
4666=== TinkerPop 3.6.6 (November 20, 2023)
4767
0 commit comments