Skip to content

Commit

Permalink
Update TinkerPop to 3.7.3 [tp-tests][cql-tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Nov 5, 2024
1 parent f380818 commit 098b023
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,54 @@ The versions of JanusGraph listed below are outdated and will no longer receive

## Release Notes

### Version 1.0.1 (Release Date: ???)

/// tab | Maven
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>1.0.1</version>
</dependency>
```
///

/// tab | Gradle
```groovy
compile "org.janusgraph:janusgraph-core:1.0.1"
```
///

**Tested Compatibility:**

* Apache Cassandra 3.11.10, 4.0.6
* Apache HBase 2.5.0
* Oracle BerkeleyJE 7.5.11
* ScyllaDB 5.1.4
* Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.10.4
* Apache Lucene 8.11.1
* Apache Solr 8.11.1
* Apache TinkerPop 3.7.3
* Java 8, 11

**Installed versions in the Pre-Packaged Distribution:**

* Cassandra 4.0.6
* Elasticsearch 7.14.0

#### Changes

For more information on features and bug fixes in 1.0.1, see the GitHub milestone:

- <https://github.com/JanusGraph/janusgraph/milestone/28?closed=1>

#### Assets

* [JavaDoc](https://javadoc.io/doc/org.janusgraph/janusgraph-core/1.0.1)
* [GitHub Release](https://github.com/JanusGraph/janusgraph/releases/tag/v1.0.1)
* [JanusGraph zip](https://github.com/JanusGraph/janusgraph/releases/download/v1.0.1/janusgraph-1.0.1.zip)
* [JanusGraph zip with embedded Cassandra and ElasticSearch](https://github.com/JanusGraph/janusgraph/releases/download/v1.0.1/janusgraph-full-1.0.1.zip)

### Version 1.0.0 (Release Date: October 21, 2023)

/// tab | Maven
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ extra:
link: https://lists.lfaidata.foundation/g/janusgraph-dev
latest_version: 1.0.0
snapshot_version: 1.0.1-SNAPSHOT
tinkerpop_version: 3.7.2
tinkerpop_version: 3.7.3
hadoop_version: 3.3.5

markdown_extensions:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</distributionManagement>
<properties>
<titan.compatible-versions>1.0.0,1.1.0-SNAPSHOT</titan.compatible-versions>
<tinkerpop.version>3.7.2</tinkerpop.version>
<tinkerpop.version>3.7.3</tinkerpop.version>
<avro.version>1.11.3</avro.version>
<junit-platform.version>1.11.0</junit-platform.version>
<junit.version>5.11.0</junit.version>
Expand Down

0 comments on commit 098b023

Please sign in to comment.