Skip to content

Commit e0426e9

Browse files
TinkerPop 3.5.1 release
1 parent de85794 commit e0426e9

File tree

38 files changed

+60
-38
lines changed

38 files changed

+60
-38
lines changed

CHANGELOG.asciidoc

Lines changed: 23 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-sleeping-beauty.png[width=185]
2222
2323
[[release-3-5-1]]
24-
=== TinkerPop 3.5.1 (Release Date: NOT OFFICIALLY RELEASED YET)
24+
=== TinkerPop 3.5.1 (Release Date: July 19, 2021)
2525
2626
This release also includes changes from <<release-3-4-12, 3.4.12>>.
2727
@@ -31,6 +31,28 @@ This release also includes changes from <<release-3-4-12, 3.4.12>>.
3131
* Fixed bug where the `Graph` instance was not being assigned to child traversals.
3232
* Removed sending of deprecated session close message from Gremlin.Net driver.
3333
34+
==== Bugs
35+
36+
* TINKERPOP-2358 Potential connection leak on client disposing
37+
* TINKERPOP-2554 Extracting step metrics from ProfileStep throws NPE if the step was not triggered
38+
* TINKERPOP-2565 GraphMLWriter does not check vertexLabelKey conflict
39+
* TINKERPOP-2566 Incomplete error message in bytecode step generation
40+
* TINKERPOP-2568 Graph instance not set for child traversals
41+
* TINKERPOP-2578 Set arguments to P within/without are wrapped in List
42+
* TINKERPOP-2579 EventStrategy doesn't work with anonymous traversal
43+
* TINKERPOP-2580 Update the custom DSL documentation
44+
45+
==== Improvements
46+
47+
* TINKERPOP-2548 Add getter for indexer used in IndexStep
48+
* TINKERPOP-2551 Setup scripts to publish Gremint to npm
49+
* TINKERPOP-2557 Support remote transactions in Javascript
50+
* TINKERPOP-2559 Stop sending the close message for .NET
51+
* TINKERPOP-2560 Stop sending close message for Python
52+
* TINKERPOP-2561 Stop sending close message in Javascript
53+
* TINKERPOP-2576 Setup automatic updates via Dependabot for Gremlin.NET
54+
* TINKERPOP-2577 Remove unused test coverage dependencies from Gremlin.NET
55+
3456
[[release-3-5-0]]
3557
=== TinkerPop 3.5.0 (Release Date: May 3, 2021)
3658

docs/src/upgrade/release-3.5.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.5.1
2525
26-
*Release Date: NOT OFFICIALLY RELEASED YET*
26+
*Release Date: July 19, 2021*
2727
2828
Please see the link:https://github.com/apache/tinkerpop/blob/3.5.1/CHANGELOG.asciidoc#release-3.5.1[changelog] for a
2929
complete list of all the modifications that are part of this release.

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

gremlin-dotnet/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>tinkerpop</artifactId>
24-
<version>3.5.1-SNAPSHOT</version>
24+
<version>3.5.1</version>
2525
</parent>
2626
<artifactId>gremlin-dotnet</artifactId>
2727
<name>Apache TinkerPop :: Gremlin.Net</name>

0 commit comments

Comments
 (0)