Skip to content

Commit a1e6b1c

Browse files
committed
Update TinkerPop to 3.7.3 [tp-tests][cql-tests]
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
1 parent f380818 commit a1e6b1c

3 files changed

Lines changed: 50 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,54 @@ The versions of JanusGraph listed below are outdated and will no longer receive
4949

5050
## Release Notes
5151

52+
### Version 1.0.1 (Release Date: ???)
53+
54+
/// tab | Maven
55+
```xml
56+
<dependency>
57+
<groupId>org.janusgraph</groupId>
58+
<artifactId>janusgraph-core</artifactId>
59+
<version>1.0.1</version>
60+
</dependency>
61+
```
62+
///
63+
64+
/// tab | Gradle
65+
```groovy
66+
compile "org.janusgraph:janusgraph-core:1.0.1"
67+
```
68+
///
69+
70+
**Tested Compatibility:**
71+
72+
* Apache Cassandra 3.11.10, 4.0.6
73+
* Apache HBase 2.5.0
74+
* Oracle BerkeleyJE 7.5.11
75+
* ScyllaDB 5.1.4
76+
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.10.4
77+
* Apache Lucene 8.11.1
78+
* Apache Solr 8.11.1
79+
* Apache TinkerPop 3.7.3
80+
* Java 8, 11
81+
82+
**Installed versions in the Pre-Packaged Distribution:**
83+
84+
* Cassandra 4.0.6
85+
* Elasticsearch 7.14.0
86+
87+
#### Changes
88+
89+
For more information on features and bug fixes in 1.0.1, see the GitHub milestone:
90+
91+
- <https://github.com/JanusGraph/janusgraph/milestone/28?closed=1>
92+
93+
#### Assets
94+
95+
* [JavaDoc](https://javadoc.io/doc/org.janusgraph/janusgraph-core/1.0.1)
96+
* [GitHub Release](https://github.com/JanusGraph/janusgraph/releases/tag/v1.0.1)
97+
* [JanusGraph zip](https://github.com/JanusGraph/janusgraph/releases/download/v1.0.1/janusgraph-1.0.1.zip)
98+
* [JanusGraph zip with embedded Cassandra and ElasticSearch](https://github.com/JanusGraph/janusgraph/releases/download/v1.0.1/janusgraph-full-1.0.1.zip)
99+
52100
### Version 1.0.0 (Release Date: October 21, 2023)
53101

54102
/// tab | Maven

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ extra:
9696
link: https://lists.lfaidata.foundation/g/janusgraph-dev
9797
latest_version: 1.0.0
9898
snapshot_version: 1.0.1-SNAPSHOT
99-
tinkerpop_version: 3.7.2
99+
tinkerpop_version: 3.7.3
100100
hadoop_version: 3.3.5
101101

102102
markdown_extensions:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</distributionManagement>
5757
<properties>
5858
<titan.compatible-versions>1.0.0,1.1.0-SNAPSHOT</titan.compatible-versions>
59-
<tinkerpop.version>3.7.2</tinkerpop.version>
59+
<tinkerpop.version>3.7.3</tinkerpop.version>
6060
<avro.version>1.11.3</avro.version>
6161
<junit-platform.version>1.11.0</junit-platform.version>
6262
<junit.version>5.11.0</junit.version>

0 commit comments

Comments
 (0)