File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
102102markdown_extensions :
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments