Skip to content

Commit 180cf06

Browse files
committed
TinkerPop 3.7.2 release
1 parent 802ed4f commit 180cf06

File tree

46 files changed

+76
-48
lines changed

Some content is hidden

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

46 files changed

+76
-48
lines changed

CHANGELOG.asciidoc

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,40 @@ 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-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
2323
2424
== TinkerPop 3.7.2
2525
26-
*Release Date: NOT OFFICIALLY RELEASED YET*
26+
*Release Date: April 8, 2024*
2727
2828
Please see the link:https://github.com/apache/tinkerpop/blob/3.7.2/CHANGELOG.asciidoc#release-3-7-2[changelog] for a
2929
complete list of all the modifications that are part of this release.

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.2-SNAPSHOT</version>
24+
<version>3.7.2</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.2-SNAPSHOT</version>
24+
<version>3.7.2</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.2-SNAPSHOT</version>
24+
<version>3.7.2</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.2-SNAPSHOT</version>
24+
<version>3.7.2</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.2-SNAPSHOT</version>
24+
<version>3.7.2</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.2-SNAPSHOT-standalone/bin/gremlin.sh
1+
../target/apache-tinkerpop-gremlin-console-3.7.2-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.2-SNAPSHOT</version>
24+
<version>3.7.2</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.2-SNAPSHOT</version>
23+
<version>3.7.2</version>
2424
</parent>
2525
<artifactId>gremlin-core</artifactId>
2626
<name>Apache TinkerPop :: Gremlin Core</name>

0 commit comments

Comments
 (0)