README.md in activegraph-10.0.0.pre.beta.11 vs README.md in activegraph-10.0.0
- old
+ new
@@ -9,11 +9,11 @@
## Get Support
### Documentation
-All new documentation will be done via our [readthedocs](http://neo4jrb.readthedocs.org) site, though some old documentation has yet to be moved from our [wiki](https://github.com/neo4jrb/neo4j/wiki) (also there is the [neo4j-core wiki](https://github.com/neo4jrb/neo4j-core/wiki))
+All new documentation will be done via our [readthedocs](http://neo4jrb.readthedocs.org) site, though some old documentation has yet to be moved from our [wiki](https://github.com/neo4jrb/neo4j/wiki)
### Contact Us
[![StackOverflow](https://img.shields.io/badge/StackOverflow-Ask%20a%20question!-blue.svg)](http://stackoverflow.com/questions/ask?tags=neo4j.rb+neo4j+ruby) [![Gitter](https://img.shields.io/badge/Gitter-Join%20our%20chat!-blue.svg)](https://gitter.im/neo4jrb/neo4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Twitter](https://img.shields.io/badge/Twitter-Tweet%20with%20us!-blue.svg)](https://twitter.com/neo4jrb)
@@ -43,30 +43,34 @@
Neo4j.rb v4.1.0 was released in January of 2015. Its changes are outlined [here](https://github.com/neo4jrb/neo4j/wiki/Neo4j.rb-v4-Introduction) and in the [announcement message](http://neo4jrb.io/blog/2015/01/09/neo4j-rb_v4-1_released.html). It will take a little time before all documentation is updated to reflect the new release but unless otherwise noted, all 3.X documentation is totally valid for v4.
## Neo4j version support
-| **Neo4j Version** | v2.x | v3.x | >= v4.x | >= 7.0.3 |
-|-------------------|------|-------|---------|----------|
-| 1.9.x | Yes | No | No | No |
-| 2.0.x | No | Yes | No | No |
-| 2.1.x | No | Yes | Yes * | Yes |
-| 2.2.x | No | No | Yes | Yes |
-| 2.3.x | No | No | Yes | Yes |
-| >= 3.0.0 | No | No | No | Yes |
+| **Neo4j Version** | v2.x | v3.x | >= v4.x | >= 7.0.3 | activegraph 10.0 |
+|-------------------|------|-------|---------|----------|------------------|
+| 1.9.x | Yes | No | No | No | No |
+| 2.0.x | No | Yes | No | No | No |
+| 2.1.x | No | Yes | Yes * | Yes | No |
+| 2.2.x | No | No | Yes | Yes | No |
+| 2.3.x | No | No | Yes | Yes | No |
+| 3.0, 3.1, 3.3 | No | No | No | Yes | No |
+| 3.4, 3.5 | No | No | No | Yes | Yes |
+| 4.0 | No | No | No | No | Yes |
+| 4.1 | No | No | No | No | No |
`*` Neo4j.rb >= 4.x doesn't support Neo4j versions before 2.1.5. To use 2.1.x you should upgrade to a version >= 2.1.5
## Neo4j feature support
-| **Neo4j Feature** | v2.x | v3.x | >= v4.x | >= 8.x |
-|----------------------------|--------|------|---------|--------|
-| Bolt Protocol | No | No | No | Yes |
-| Auth | No | No | Yes | Yes |
-| Remote Cypher | Yes | Yes | Yes | Yes |
-| Transactions | Yes | Yes | Yes | Yes |
-| High Availability | No | Yes | Yes | Yes |
-| Embedded JVM support | Yes | Yes | Yes | Yes |
+| **Neo4j Feature** | v2.x | v3.x | >= v4.x | >= 8.x | activegraph 10.0 |
+|----------------------------|--------|------|---------|--------|------------------|
+| Bolt Protocol | No | No | No | Yes | Yes |
+| Auth | No | No | Yes | Yes | Yes |
+| Remote Cypher | Yes | Yes | Yes | Yes | No |
+| Transactions | Yes | Yes | Yes | Yes | Yes |
+| High Availability | No | Yes | Yes | Yes | Yes |
+| Causal Cluster | No | No | No | No | Yes |
+| Embedded JVM support | Yes | Yes | Yes | Yes | via bolt only |
## Documentation
* [Website](http://neo4jrb.io/) (for an introduction)
* [readthedocs](http://neo4jrb.readthedocs.io/)