Skip to content

Commit 495c3e2

Browse files
committed
TinkerPop 3.6.7 release
1 parent 948e4ab commit 495c3e2

File tree

45 files changed

+67
-47
lines changed

Some content is hidden

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

45 files changed

+67
-47
lines changed

CHANGELOG.asciidoc

Lines changed: 21 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-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

docs/src/upgrade/release-3.6.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.6.7
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.6.7/CHANGELOG.asciidoc#release-3-6-7[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.6.7-SNAPSHOT</version>
24+
<version>3.6.7</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.6.7-SNAPSHOT</version>
24+
<version>3.6.7</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.6.7-SNAPSHOT</version>
24+
<version>3.6.7</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.6.7-SNAPSHOT</version>
24+
<version>3.6.7</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.6.7-SNAPSHOT</version>
24+
<version>3.6.7</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.6.7-SNAPSHOT-standalone/bin/gremlin.sh
1+
../target/apache-tinkerpop-gremlin-console-3.6.7-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.6.7-SNAPSHOT</version>
24+
<version>3.6.7</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.6.7-SNAPSHOT</version>
23+
<version>3.6.7</version>
2424
</parent>
2525
<artifactId>gremlin-core</artifactId>
2626
<name>Apache TinkerPop :: Gremlin Core</name>

0 commit comments

Comments
 (0)