Skip to content

Commit 971a03f

Browse files
committed
0.1.1 release doc updates.
1 parent 3bda881 commit 971a03f

File tree

5 files changed

+74
-13
lines changed

5 files changed

+74
-13
lines changed

CHANGELOG.asc

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
[appendix]
33
== Release Notes
44

5+
=== Version 0.1.1 (Release Date: May 11, 2017)
6+
7+
[source, m2]
8+
<dependency>
9+
<groupId>org.janusgraph</groupId>
10+
<artifactId>janusgraph-core</artifactId>
11+
<version>0.1.1</version>
12+
</dependency>
13+
14+
*Tested Compatibility:*
15+
16+
* Apache Cassandra 2.1.9
17+
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
18+
* Google Bigtable 0.9.5.1
19+
* BerkeleyJE 7.3.7
20+
* Elasticsearch 1.5.1
21+
* Apache Lucene 4.10.4
22+
* Apache Solr 5.2.1
23+
* Apache TinkerPop 3.2.3
24+
* Java 1.8
25+
26+
For more information on features and bug fixes in 0.1.1, see these GitHub milestone:
27+
28+
* https://github.com/JanusGraph/janusgraph/milestone/3?closed=1
29+
530
=== Version 0.1.0 (Release Date: April 11, 2017)
631

732
[source, m2]
@@ -13,14 +38,14 @@
1338

1439
*Tested Compatibility:*
1540

16-
* Cassandra 2.1.9
17-
* HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
18-
* Bigtable 0.9.5.1
41+
* Apache Cassandra 2.1.9
42+
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
43+
* Google Bigtable 0.9.5.1
1944
* BerkeleyJE 7.3.7
2045
* Elasticsearch 1.5.1
21-
* Lucene 4.10.4
22-
* Solr 5.2.1
23-
* TinkerPop 3.2.3
46+
* Apache Lucene 4.10.4
47+
* Apache Solr 5.2.1
48+
* Apache TinkerPop 3.2.3
2449
* Java 1.8
2550

2651
*Features added since version Titan 1.0.0:*
@@ -34,6 +59,6 @@
3459
** BerkeleyJE 7.3.7
3560
* Includes a number of bugfixes and optimizations
3661

37-
For more information on features and bugfixes in 0.1.0, see these GitHub milestones:
62+
For more information on features and bug fixes in 0.1.0, see these GitHub milestones:
3863

3964
* https://github.com/JanusGraph/janusgraph/milestone/1

UPGRADE.asc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ your code and configuration accordingly:
1919
duplicate a word, e.g., `TitanGraph` is simply `JanusGraph` rather than
2020
`JanusGraphGraph`
2121

22+
*IMPORTANT* If you are pointing JanusGraph at an existing Titan database you will need to
23+
set the `ids.store-name` property to `titan_ids` in your JanusGraph properties file.
24+
Failure to do this could result in id allocation issues.
25+
See https://github.com/JanusGraph/janusgraph/issues/228[228] for more details.
26+
2227
The BerkeleyDB version has been updated, and it contains changes to the file
2328
format stored on disk. This file format change is forward compatible with
2429
previous versions of BerkeleyDB, so existing graph data stored with Titan

docs/changelog.txt

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
[appendix]
33
== Release Notes
44

5+
=== Version 0.1.1 (Release Date: May 11, 2017)
6+
7+
[source, m2]
8+
<dependency>
9+
<groupId>org.janusgraph</groupId>
10+
<artifactId>janusgraph-core</artifactId>
11+
<version>0.1.1</version>
12+
</dependency>
13+
14+
*Tested Compatibility:*
15+
16+
* Apache Cassandra 2.1.9
17+
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
18+
* Google Bigtable 0.9.5.1
19+
* BerkeleyJE 7.3.7
20+
* Elasticsearch 1.5.1
21+
* Apache Lucene 4.10.4
22+
* Apache Solr 5.2.1
23+
* Apache TinkerPop 3.2.3
24+
* Java 1.8
25+
26+
For more information on features and bug fixes in 0.1.1, see these GitHub milestone:
27+
28+
* https://github.com/JanusGraph/janusgraph/milestone/3?closed=1
29+
530
=== Version 0.1.0 (Release Date: April 11, 2017)
631

732
[source, m2]
@@ -13,14 +38,14 @@
1338

1439
*Tested Compatibility:*
1540

16-
* Cassandra 2.1.9
17-
* HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
18-
* Bigtable 0.9.5.1
41+
* Apache Cassandra 2.1.9
42+
* Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4
43+
* Google Bigtable 0.9.5.1
1944
* BerkeleyJE 7.3.7
2045
* Elasticsearch 1.5.1
21-
* Lucene 4.10.4
22-
* Solr 5.2.1
23-
* TinkerPop 3.2.3
46+
* Apache Lucene 4.10.4
47+
* Apache Solr 5.2.1
48+
* Apache TinkerPop 3.2.3
2449
* Java 1.8
2550

2651
*Features added since version Titan 1.0.0:*

docs/upgrade.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ your code and configuration accordingly:
1919
duplicate a word, e.g., `TitanGraph` is simply `JanusGraph` rather than
2020
`JanusGraphGraph`
2121

22+
*IMPORTANT* If you are pointing JanusGraph at an existing Titan database you will need to
23+
set the `ids.store-name` property to `titan_ids` in your JanusGraph properties file.
24+
Failure to do this could result in id allocation issues.
25+
See https://github.com/JanusGraph/janusgraph/issues/228[228] for more details.
26+
2227
The BerkeleyDB version has been updated, and it contains changes to the file
2328
format stored on disk. This file format change is forward compatible with
2429
previous versions of BerkeleyDB, so existing graph data stored with Titan

docs/versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ JanusGraph.
1414
|==========================
1515
| JanusGraph | Cassandra | HBase | Bigtable | Elasticsearch | Solr | TinkerPop
1616
| 0.1.0 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z | 1.5.z | 5.2.z | 3.2.z
17+
| 0.1.1 | 1.2.z, 2.0.z, 2.1.z | 0.98.z, 1.0.z, 1.1.z, 1.2.z | 0.9.z | 1.5.z | 5.2.z | 3.2.z
1718
|==========================

0 commit comments

Comments
 (0)