We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9a365 commit 8a9d15dCopy full SHA for 8a9d15d
README.md
@@ -1,9 +1,6 @@
1
# Neo4j Java Driver
2
3
-An alpha-level database driver for a new Neo4j remoting protocol.
4
-
5
-*Note*: This is in active development, the API is not stable. Please try it out and give us feedback, but expect
6
-things to break in the medium term!
+A database driver for a new Neo4j remoting protocol.
7
8
## Minimum viable snippet
9
@@ -13,7 +10,7 @@ Add the driver to your project:
13
10
<dependency>
14
11
<groupId>org.neo4j.driver</groupId>
15
12
<artifactId>neo4j-java-driver</artifactId>
16
- <version>1.0.0-M05</version>
+ <version>1.0.0-RC1</version>
17
</dependency>
18
</dependencies>
19
0 commit comments