Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.63 KB

CHANGELOG.asc

File metadata and controls

64 lines (50 loc) · 1.63 KB

Appendix A: Release Notes

Version 0.1.1 (Release Date: May 11, 2017)

<dependency>
   <groupId>org.janusgraph</groupId>
   <artifactId>janusgraph-core</artifactId>
   <version>0.1.1</version>
</dependency>

Tested Compatibility:

  • Apache Cassandra 2.1.9

  • Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4

  • Google Bigtable 0.9.5.1

  • BerkeleyJE 7.3.7

  • Elasticsearch 1.5.1

  • Apache Lucene 4.10.4

  • Apache Solr 5.2.1

  • Apache TinkerPop 3.2.3

  • Java 1.8

For more information on features and bug fixes in 0.1.1, see these GitHub milestone:

Version 0.1.0 (Release Date: April 11, 2017)

<dependency>
   <groupId>org.janusgraph</groupId>
   <artifactId>janusgraph-core</artifactId>
   <version>0.1.0</version>
</dependency>

Tested Compatibility:

  • Apache Cassandra 2.1.9

  • Apache HBase 0.98.8-hadoop2, 1.0.3, 1.1.8, 1.2.4

  • Google Bigtable 0.9.5.1

  • BerkeleyJE 7.3.7

  • Elasticsearch 1.5.1

  • Apache Lucene 4.10.4

  • Apache Solr 5.2.1

  • Apache TinkerPop 3.2.3

  • Java 1.8

Features added since version Titan 1.0.0:

  • TinkerPop 3.2.3 compatibility

    • Includes update to Spark 1.6.1

  • Query optimizations: JanusGraphStep folds in HasId and HasContainers can be folded in even mid-traversal

  • Support Google Cloud Bigtable as a backend over the HBase interface

  • Compatibility with newer versions of backend and index stores

    • HBase 1.2

    • BerkeleyJE 7.3.7

  • Includes a number of bugfixes and optimizations

For more information on features and bug fixes in 0.1.0, see these GitHub milestones: