5
5
This project contains the official Go driver for the [ ArangoDB database] ( https://arangodb.com ) .
6
6
7
7
[ ![ Build Status] ( https://travis-ci.org/arangodb/go-driver.svg?branch=master )] ( https://travis-ci.org/arangodb/go-driver )
8
- [ ![ GoDoc] ( https://godoc.org/github.com/arangodb/g -driver?status.svg )] ( http://godoc.org/github.com/arangodb/go-driver )
8
+ [ ![ GoDoc] ( https://godoc.org/github.com/arangodb/go -driver?status.svg )] ( http://godoc.org/github.com/arangodb/go-driver )
9
9
10
10
11
11
- [ Getting Started] ( https://www.arangodb.com/docs/stable/drivers/go-getting-started.html )
@@ -15,22 +15,23 @@ This project contains the official Go driver for the [ArangoDB database](https:/
15
15
16
16
# Supported Go Versions
17
17
18
- | | Go 1.13 | Go 1.14 | Go 1.16 |
19
- | -------------------| ---------| ---------| ---------|
20
- | ` 1.0.0 ` | ✓ | ✓ | ✓ |
21
- | ` 1.1.0 ` | ✓ | ✓ | ✓ |
22
- | ` master ` | ✓ | ✓ | ✓ |
18
+ | | Go 1.13 | Go 1.14 | Go 1.16 |
19
+ | ---------------| ---------| ---------| ---------|
20
+ | ` 1.0.0-1.3.0 ` | ✓ | ✓ | ✓ |
21
+ | ` master ` | ✓ | ✓ | ✓ |
23
22
24
23
# Supported Versions
25
24
26
- | | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 |
27
- | -------------------| ----------------| --------------| --------------|
28
- | ` 1.0.0 ` | ✓ | ✓ | - |
29
- | ` 1.1.0 ` | + | + | ✓ |
30
- | ` master ` | + | + | + |
25
+ | | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | ArangoDB 3.8 | ArangoDB 3.9 |
26
+ | ----------| ----------------| --------------| --------------| --------------| --------------|
27
+ | ` 1.0.0 ` | ✓ | ✓ | - | - | - |
28
+ | ` 1.1.0 ` | + | + | ✓ | - | - |
29
+ | ` 1.2.1 ` | + | + | ✓ | ✓ | - |
30
+ | ` 1.3.0 ` | + | + | ✓ | ✓ | ✓ |
31
+ | ` master ` | + | + | + | + | + |
31
32
32
33
Key:
33
34
34
35
* ` ✓ ` Exactly the same features in both driver and the ArangoDB version.
35
- * ` + ` Features included in driver may be not present in the ArangoDB API. Calls to the ArangoDB may results in unexpected responses (404).
36
+ * ` + ` Features included in driver may be not present in the ArangoDB API. Calls to the ArangoDB may result in unexpected responses (404).
36
37
* ` - ` The ArangoDB has features which are not supported by driver.
0 commit comments