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 6, 2024
1 parent f380818 commit a1e6b1c
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

1 comment on commit a1e6b1c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: a1e6b1c Previous: 213b754 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12655.817712649032 ms/op 12994.438964091325 ms/op 0.97
org.janusgraph.GraphCentricQueryBenchmark.getVertices 926.9928612015335 ms/op 957.3251909284766 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 217.09963599492752 ms/op 216.45303196086957 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.7850986777381 ms/op 342.81005004892853 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 274.7185347685394 ms/op 207.33680618088454 ms/op 1.32
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5140.990356816245 ms/op 4953.295327365606 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17564.43576206786 ms/op 16917.057558105356 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20820.45769105833 ms/op 18983.13907385985 ms/op 1.10
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 59888.1895777 ms/op 56527.85002600001 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8306.867227111918 ms/op 8433.13502817794 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 376.45831178704117 ms/op 384.2152506805113 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4321.41391069767 ms/op 4227.1771161974975 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames 8729.885593947754 ms/op 8339.221853925019 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6118.083756543683 ms/op 5604.356576582386 ms/op 1.09
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7579.573529323965 ms/op 7082.884761983721 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 438.4558692373183 ms/op 430.31039337061094 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13221.632148540833 ms/op 12459.636105572155 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 358.2254333648457 ms/op 357.5981502840734 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15232.918394063572 ms/op 14793.559446997619 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.53525821337323 ms/op 245.84974412075837 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15686.020738241858 ms/op 13806.414282860256 ms/op 1.14
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8501.251574535701 ms/op 8411.967305495045 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9227.197986152381 ms/op 9104.974810254043 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8708.929955105124 ms/op 8793.398072298722 ms/op 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.