File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
22This library is a Java driver for ArangoDB.
33
4- Supported version: ArangoDB-2.4.x
4+ Supported version: ArangoDB-2.4.x or ArangoDB 2.5.x
55
66# Required
77
8- * [ ArangoDB] ( https://github.com/triAGENS/ArangoDB ) version 2.4.x
8+ * [ ArangoDB] ( https://github.com/arangodb/arangodb ) version 2.4.x or 2.5 .x
99* Java 1.6 later
1010
1111
1212# Basics
1313
1414## Maven
1515
16- To add the driver to your project with maven, add the following code to your pom.xml:
16+ To add the driver to your project with maven, add the following code to your pom.xml
17+ (please use a driver with a version number compatible to your ArangoDB server's version):
1718
1819``` XML
1920<dependencies >
@@ -349,10 +350,13 @@ Now an edge can be created to set a relation between vertices
349350 null );
350351```
351352
352- # What's new in 2.4
353+ # What's new in 2.4 / 2.5
353354
354355## since 2.4.1
355356httpclient version 4.3.6
356357
357358## since 2.4.2
358359Fixed issue #2
360+
361+ ## since 2.5.0
362+ Added support for sparse indexes
You can’t perform that action at this time.
0 commit comments