Skip to content

Commit 6c52814

Browse files
committed
Deploying to master from @ JanusGraph/janusgraph@3b8843f 🚀
1 parent 031eea3 commit 6c52814

29 files changed

Lines changed: 137 additions & 69 deletions

File tree

advanced-topics/hadoop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ <h2 id="configuring-hadoop-for-running-olap">Configuring Hadoop for Running OLAP
21002100
computations of various OLAP queries may be persisted on the Hadoop file
21012101
system.</p>
21022102
<p>For configuring a single node Hadoop cluster, please refer to official
2103-
<a href="https://hadoop.apache.org/docs/r3.3.5/hadoop-project-dist/hadoop-common/SingleCluster.html">Apache Hadoop Docs</a></p>
2103+
<a href="https://hadoop.apache.org/docs/r3.3.6/hadoop-project-dist/hadoop-common/SingleCluster.html">Apache Hadoop Docs</a></p>
21042104
<p>Once you have a Hadoop cluster up and running, we will need to specify
21052105
the Hadoop configuration files in the <code>CLASSPATH</code>. The below document
21062106
expects that you have those configuration files located under

basics/connecting/java/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-java">Getting Started with J
20602060
<div class="highlight"><pre><span></span><code><span class="nt">&lt;dependency&gt;</span>
20612061
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>org.janusgraph<span class="nt">&lt;/groupId&gt;</span>
20622062
<span class="w"> </span><span class="nt">&lt;artifactId&gt;</span>janusgraph-driver<span class="nt">&lt;/artifactId&gt;</span>
2063-
<span class="w"> </span><span class="nt">&lt;version&gt;</span>1.0.0<span class="nt">&lt;/version&gt;</span>
2063+
<span class="w"> </span><span class="nt">&lt;version&gt;</span>1.0.1<span class="nt">&lt;/version&gt;</span>
20642064
<span class="nt">&lt;/dependency&gt;</span>
20652065
<span class="nt">&lt;dependency&gt;</span>
20662066
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>org.apache.tinkerpop<span class="nt">&lt;/groupId&gt;</span>
@@ -2070,7 +2070,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-java">Getting Started with J
20702070
</code></pre></div>
20712071
</div>
20722072
<div class="tabbed-block">
2073-
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.janusgraph:janusgraph-driver:1.0.0&quot;</span>
2073+
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.janusgraph:janusgraph-driver:1.0.1&quot;</span>
20742074
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.3&quot;</span>
20752075
</code></pre></div>
20762076
</div>

changelog/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,11 +1981,11 @@
19811981
<ul class="md-nav__list">
19821982

19831983
<li class="md-nav__item">
1984-
<a href="#version-101-release-date" class="md-nav__link">
1985-
Version 1.0.1 (Release Date: ???)
1984+
<a href="#version-101-release-date-november-6-2024" class="md-nav__link">
1985+
Version 1.0.1 (Release Date: November 6, 2024)
19861986
</a>
19871987

1988-
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: ???)">
1988+
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: November 6, 2024)">
19891989
<ul class="md-nav__list">
19901990

19911991
<li class="md-nav__item">
@@ -3047,11 +3047,11 @@
30473047
<ul class="md-nav__list">
30483048

30493049
<li class="md-nav__item">
3050-
<a href="#version-101-release-date" class="md-nav__link">
3051-
Version 1.0.1 (Release Date: ???)
3050+
<a href="#version-101-release-date-november-6-2024" class="md-nav__link">
3051+
Version 1.0.1 (Release Date: November 6, 2024)
30523052
</a>
30533053

3054-
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: ???)">
3054+
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: November 6, 2024)">
30553055
<ul class="md-nav__list">
30563056

30573057
<li class="md-nav__item">
@@ -4067,7 +4067,7 @@ <h4 id="currently-supported">Currently supported</h4>
40674067
<p>All currently supported versions of JanusGraph are listed below. </p>
40684068
<div class="admonition info">
40694069
<p class="admonition-title">Info</p>
4070-
<p>You are currently viewing the documentation page of JanusGraph version 1.0.0. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
4070+
<p>You are currently viewing the documentation page of JanusGraph version 1.0.1. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
40714071
</div>
40724072
<table>
40734073
<thead>
@@ -4207,7 +4207,7 @@ <h4 id="end-of-life">End-of-Life</h4>
42074207
</tbody>
42084208
</table>
42094209
<h2 id="release-notes">Release Notes</h2>
4210-
<h3 id="version-101-release-date">Version 1.0.1 (Release Date: ???)</h3>
4210+
<h3 id="version-101-release-date-november-6-2024">Version 1.0.1 (Release Date: November 6, 2024)</h3>
42114211
<div class="tabbed-set tabbed-alternate" data-tabs="1:2"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Maven</label><label for="__tabbed_1_2">Gradle</label></div>
42124212
<div class="tabbed-content">
42134213
<div class="tabbed-block">

getting-started/installation/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,16 +2208,16 @@ <h2 id="local-installation">Local Installation</h2>
22082208
<p>In order to run JanusGraph, Java 8 SE is required.
22092209
Make sure the <code>$JAVA_HOME</code> environment variable points to the correct location where either JRE or JDK is installed.
22102210
JanusGraph can be downloaded as a .zip archive from the <a href="https://github.com/JanusGraph/janusgraph/releases">Releases</a> section of the project repository.</p>
2211-
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>unzip<span class="w"> </span>janusgraph-1.0.0.zip
2212-
Archive:<span class="w"> </span>janusgraph-1.0.0.zip
2213-
<span class="w"> </span>creating:<span class="w"> </span>janusgraph-1.0.0/
2211+
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>unzip<span class="w"> </span>janusgraph-1.0.1.zip
2212+
Archive:<span class="w"> </span>janusgraph-1.0.1.zip
2213+
<span class="w"> </span>creating:<span class="w"> </span>janusgraph-1.0.1/
22142214
...
22152215
</code></pre></div>
22162216
<p>Once you have unzipped the downloaded archive, you are ready to go.</p>
22172217
<h3 id="running-the-gremlin-console">Running the Gremlin Console</h3>
22182218
<p>The Gremlin Console is an interactive shell that gives you access to the data managed by JanusGraph.
22192219
You can reach it by running the <code>gremlin.sh</code> script which is located in the project's <code>bin</code> directory.</p>
2220-
<div class="highlight"><pre><span></span><code>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>janusgraph-1.0.0
2220+
<div class="highlight"><pre><span></span><code>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>janusgraph-1.0.1
22212221
$<span class="w"> </span>bin/gremlin.sh
22222222

22232223
<span class="w"> </span><span class="se">\,</span>,,/
@@ -2263,7 +2263,7 @@ <h3 id="running-the-janusgraph-server">Running the JanusGraph Server</h3>
22632263
<h3 id="using-the-pre-packaged-distribution">Using the Pre-Packaged Distribution</h3>
22642264
<div class="admonition note">
22652265
<p class="admonition-title">Note</p>
2266-
<p>Starting with 0.5.1, this requires to download <code>janusgraph-full-1.0.0.zip</code> instead of the default <code>janusgraph-1.0.0.zip</code>.</p>
2266+
<p>Starting with 0.5.1, this requires to download <code>janusgraph-full-1.0.1.zip</code> instead of the default <code>janusgraph-1.0.1.zip</code>.</p>
22672267
</div>
22682268
<p>The JanusGraph
22692269
<a href="https://github.com/JanusGraph/janusgraph/releases">release</a> comes

master/advanced-topics/hadoop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ <h2 id="configuring-hadoop-for-running-olap">Configuring Hadoop for Running OLAP
21202120
computations of various OLAP queries may be persisted on the Hadoop file
21212121
system.</p>
21222122
<p>For configuring a single node Hadoop cluster, please refer to official
2123-
<a href="https://hadoop.apache.org/docs/r3.3.5/hadoop-project-dist/hadoop-common/SingleCluster.html">Apache Hadoop Docs</a></p>
2123+
<a href="https://hadoop.apache.org/docs/r3.3.6/hadoop-project-dist/hadoop-common/SingleCluster.html">Apache Hadoop Docs</a></p>
21242124
<p>Once you have a Hadoop cluster up and running, we will need to specify
21252125
the Hadoop configuration files in the <code>CLASSPATH</code>. The below document
21262126
expects that you have those configuration files located under

master/basics/connecting/java/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-java">Getting Started with J
20802080
<div class="highlight"><pre><span></span><code><span class="nt">&lt;dependency&gt;</span>
20812081
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>org.janusgraph<span class="nt">&lt;/groupId&gt;</span>
20822082
<span class="w"> </span><span class="nt">&lt;artifactId&gt;</span>janusgraph-driver<span class="nt">&lt;/artifactId&gt;</span>
2083-
<span class="w"> </span><span class="nt">&lt;version&gt;</span>1.0.0<span class="nt">&lt;/version&gt;</span>
2083+
<span class="w"> </span><span class="nt">&lt;version&gt;</span>1.1.0<span class="nt">&lt;/version&gt;</span>
20842084
<span class="nt">&lt;/dependency&gt;</span>
20852085
<span class="nt">&lt;dependency&gt;</span>
20862086
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>org.apache.tinkerpop<span class="nt">&lt;/groupId&gt;</span>
@@ -2090,7 +2090,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-java">Getting Started with J
20902090
</code></pre></div>
20912091
</div>
20922092
<div class="tabbed-block">
2093-
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.janusgraph:janusgraph-driver:1.0.0&quot;</span>
2093+
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.janusgraph:janusgraph-driver:1.1.0&quot;</span>
20942094
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.3&quot;</span>
20952095
</code></pre></div>
20962096
</div>

master/changelog/index.html

Lines changed: 85 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,11 +2001,11 @@
20012001
<ul class="md-nav__list">
20022002

20032003
<li class="md-nav__item">
2004-
<a href="#version-110-release-date" class="md-nav__link">
2005-
Version 1.1.0 (Release Date: ???)
2004+
<a href="#version-110-release-date-november-7-2024" class="md-nav__link">
2005+
Version 1.1.0 (Release Date: November 7, 2024)
20062006
</a>
20072007

2008-
<nav class="md-nav" aria-label="Version 1.1.0 (Release Date: ???)">
2008+
<nav class="md-nav" aria-label="Version 1.1.0 (Release Date: November 7, 2024)">
20092009
<ul class="md-nav__list">
20102010

20112011
<li class="md-nav__item">
@@ -2063,6 +2063,27 @@
20632063
Batch Query Optimizations Now Support Traversals Containing the drop() Step
20642064
</a>
20652065

2066+
</li>
2067+
2068+
<li class="md-nav__item">
2069+
<a href="#lazy-loading-for-relations" class="md-nav__link">
2070+
Lazy Loading for Relations
2071+
</a>
2072+
2073+
</li>
2074+
2075+
<li class="md-nav__item">
2076+
<a href="#text-predicates-support-extended-for-remote-connections" class="md-nav__link">
2077+
Text predicates support extended for remote connections
2078+
</a>
2079+
2080+
</li>
2081+
2082+
<li class="md-nav__item">
2083+
<a href="#vertex-mutation-optimizations" class="md-nav__link">
2084+
Vertex mutation optimizations
2085+
</a>
2086+
20662087
</li>
20672088

20682089
</ul>
@@ -2076,11 +2097,11 @@
20762097
</li>
20772098

20782099
<li class="md-nav__item">
2079-
<a href="#version-101-release-date" class="md-nav__link">
2080-
Version 1.0.1 (Release Date: ???)
2100+
<a href="#version-101-release-date-november-6-2024" class="md-nav__link">
2101+
Version 1.0.1 (Release Date: November 6, 2024)
20812102
</a>
20822103

2083-
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: ???)">
2104+
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: November 6, 2024)">
20842105
<ul class="md-nav__list">
20852106

20862107
<li class="md-nav__item">
@@ -3142,11 +3163,11 @@
31423163
<ul class="md-nav__list">
31433164

31443165
<li class="md-nav__item">
3145-
<a href="#version-110-release-date" class="md-nav__link">
3146-
Version 1.1.0 (Release Date: ???)
3166+
<a href="#version-110-release-date-november-7-2024" class="md-nav__link">
3167+
Version 1.1.0 (Release Date: November 7, 2024)
31473168
</a>
31483169

3149-
<nav class="md-nav" aria-label="Version 1.1.0 (Release Date: ???)">
3170+
<nav class="md-nav" aria-label="Version 1.1.0 (Release Date: November 7, 2024)">
31503171
<ul class="md-nav__list">
31513172

31523173
<li class="md-nav__item">
@@ -3204,6 +3225,27 @@
32043225
Batch Query Optimizations Now Support Traversals Containing the drop() Step
32053226
</a>
32063227

3228+
</li>
3229+
3230+
<li class="md-nav__item">
3231+
<a href="#lazy-loading-for-relations" class="md-nav__link">
3232+
Lazy Loading for Relations
3233+
</a>
3234+
3235+
</li>
3236+
3237+
<li class="md-nav__item">
3238+
<a href="#text-predicates-support-extended-for-remote-connections" class="md-nav__link">
3239+
Text predicates support extended for remote connections
3240+
</a>
3241+
3242+
</li>
3243+
3244+
<li class="md-nav__item">
3245+
<a href="#vertex-mutation-optimizations" class="md-nav__link">
3246+
Vertex mutation optimizations
3247+
</a>
3248+
32073249
</li>
32083250

32093251
</ul>
@@ -3217,11 +3259,11 @@
32173259
</li>
32183260

32193261
<li class="md-nav__item">
3220-
<a href="#version-101-release-date" class="md-nav__link">
3221-
Version 1.0.1 (Release Date: ???)
3262+
<a href="#version-101-release-date-november-6-2024" class="md-nav__link">
3263+
Version 1.0.1 (Release Date: November 6, 2024)
32223264
</a>
32233265

3224-
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: ???)">
3266+
<nav class="md-nav" aria-label="Version 1.0.1 (Release Date: November 6, 2024)">
32253267
<ul class="md-nav__list">
32263268

32273269
<li class="md-nav__item">
@@ -4237,7 +4279,7 @@ <h4 id="currently-supported">Currently supported</h4>
42374279
<p>All currently supported versions of JanusGraph are listed below. </p>
42384280
<div class="admonition info">
42394281
<p class="admonition-title">Info</p>
4240-
<p>You are currently viewing the documentation page of JanusGraph version 1.0.0. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
4282+
<p>You are currently viewing the documentation page of JanusGraph version 1.1.0. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
42414283
</div>
42424284
<table>
42434285
<thead>
@@ -4390,7 +4432,7 @@ <h4 id="end-of-life">End-of-Life</h4>
43904432
</tbody>
43914433
</table>
43924434
<h2 id="release-notes">Release Notes</h2>
4393-
<h3 id="version-110-release-date">Version 1.1.0 (Release Date: ???)</h3>
4435+
<h3 id="version-110-release-date-november-7-2024">Version 1.1.0 (Release Date: November 7, 2024)</h3>
43944436
<div class="tabbed-set tabbed-alternate" data-tabs="1:2"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Maven</label><label for="__tabbed_1_2">Gradle</label></div>
43954437
<div class="tabbed-content">
43964438
<div class="tabbed-block">
@@ -4477,7 +4519,33 @@ <h5 id="batch-query-optimizations-now-support-traversals-containing-the-drop-ste
44774519
<p>To disable the <code>drop()</code> step optimization and maintain the previous behavior, users can set the following configuration:
44784520
<div class="highlight"><pre><span></span><code>query.batch.drop-step-mode=none
44794521
</code></pre></div></p>
4480-
<h3 id="version-101-release-date">Version 1.0.1 (Release Date: ???)</h3>
4522+
<h5 id="lazy-loading-for-relations">Lazy Loading for Relations</h5>
4523+
<p>The new transaction configuration option is added <code>lazyLoadRelations()</code> which sets lazy-load for all properties and edges
4524+
of the vertex. If enabled, then ids and values are deserialized upon demand.<br />
4525+
When enabled, it can lead to a performance improvement on large-scale read operations, if only certain types of relations are being read from the vertex.<br />
4526+
See performance comparison in <a href="https://github.com/JanusGraph/janusgraph/pull/4343/#issuecomment-2079839853">GitHub PR #4343</a>.</p>
4527+
<h5 id="text-predicates-support-extended-for-remote-connections">Text predicates support extended for remote connections</h5>
4528+
<p>The following text predicates can now be used with remote connections:</p>
4529+
<ul>
4530+
<li>textNotContains</li>
4531+
<li>textNotContainsFuzzy</li>
4532+
<li>textNotContainsPrefix</li>
4533+
<li>textNotContainsRegex</li>
4534+
<li>textContainsPhrase</li>
4535+
<li>textNotContainsPhrase</li>
4536+
<li>textNotFuzzy</li>
4537+
<li>textNotPrefix</li>
4538+
<li>textNotRegex</li>
4539+
</ul>
4540+
<h5 id="vertex-mutation-optimizations">Vertex mutation optimizations</h5>
4541+
<p>The following improvements are made for adding new vertex or updating vertex properties:</p>
4542+
<ul>
4543+
<li>Improved operations to detect vertex changes during transaction-commit from O(N) to O(1);</li>
4544+
<li>Optimizing properties search by key for newly-created vertex;</li>
4545+
<li>Optimizing previous property/edge search during vertex update;</li>
4546+
</ul>
4547+
<p>For more information see <a href="https://github.com/JanusGraph/janusgraph/pull/4292">GitHub PR #4292</a></p>
4548+
<h3 id="version-101-release-date-november-6-2024">Version 1.0.1 (Release Date: November 6, 2024)</h3>
44814549
<div class="tabbed-set tabbed-alternate" data-tabs="2:2"><input checked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><input id="__tabbed_2_2" name="__tabbed_2" type="radio" /><div class="tabbed-labels"><label for="__tabbed_2_1">Maven</label><label for="__tabbed_2_2">Gradle</label></div>
44824550
<div class="tabbed-content">
44834551
<div class="tabbed-block">
@@ -4500,10 +4568,10 @@ <h3 id="version-101-release-date">Version 1.0.1 (Release Date: ???)</h3>
45004568
<li>Apache HBase 2.5.8</li>
45014569
<li>Oracle BerkeleyJE 7.5.11</li>
45024570
<li>ScyllaDB 5.1.4</li>
4503-
<li>Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.10.4</li>
4571+
<li>Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.15.3</li>
45044572
<li>Apache Lucene 8.11.1</li>
45054573
<li>Apache Solr 8.11.1</li>
4506-
<li>Apache TinkerPop 3.7.0</li>
4574+
<li>Apache TinkerPop 3.7.3</li>
45074575
<li>Java 8, 11</li>
45084576
</ul>
45094577
<p><strong>Installed versions in the Pre-Packaged Distribution:</strong></p>

master/getting-started/installation/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,16 +2228,16 @@ <h2 id="local-installation">Local Installation</h2>
22282228
<p>In order to run JanusGraph, Java 8 SE is required.
22292229
Make sure the <code>$JAVA_HOME</code> environment variable points to the correct location where either JRE or JDK is installed.
22302230
JanusGraph can be downloaded as a .zip archive from the <a href="https://github.com/JanusGraph/janusgraph/releases">Releases</a> section of the project repository.</p>
2231-
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>unzip<span class="w"> </span>janusgraph-1.0.0.zip
2232-
Archive:<span class="w"> </span>janusgraph-1.0.0.zip
2233-
<span class="w"> </span>creating:<span class="w"> </span>janusgraph-1.0.0/
2231+
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>unzip<span class="w"> </span>janusgraph-1.1.0.zip
2232+
Archive:<span class="w"> </span>janusgraph-1.1.0.zip
2233+
<span class="w"> </span>creating:<span class="w"> </span>janusgraph-1.1.0/
22342234
...
22352235
</code></pre></div>
22362236
<p>Once you have unzipped the downloaded archive, you are ready to go.</p>
22372237
<h3 id="running-the-gremlin-console">Running the Gremlin Console</h3>
22382238
<p>The Gremlin Console is an interactive shell that gives you access to the data managed by JanusGraph.
22392239
You can reach it by running the <code>gremlin.sh</code> script which is located in the project's <code>bin</code> directory.</p>
2240-
<div class="highlight"><pre><span></span><code>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>janusgraph-1.0.0
2240+
<div class="highlight"><pre><span></span><code>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>janusgraph-1.1.0
22412241
$<span class="w"> </span>bin/gremlin.sh
22422242

22432243
<span class="w"> </span><span class="se">\,</span>,,/
@@ -2283,7 +2283,7 @@ <h3 id="running-the-janusgraph-server">Running the JanusGraph Server</h3>
22832283
<h3 id="using-the-pre-packaged-distribution">Using the Pre-Packaged Distribution</h3>
22842284
<div class="admonition note">
22852285
<p class="admonition-title">Note</p>
2286-
<p>Starting with 0.5.1, this requires to download <code>janusgraph-full-1.0.0.zip</code> instead of the default <code>janusgraph-1.0.0.zip</code>.</p>
2286+
<p>Starting with 0.5.1, this requires to download <code>janusgraph-full-1.1.0.zip</code> instead of the default <code>janusgraph-1.1.0.zip</code>.</p>
22872287
</div>
22882288
<p>The JanusGraph
22892289
<a href="https://github.com/JanusGraph/janusgraph/releases">release</a> comes

0 commit comments

Comments
 (0)