Skip to content

Commit 697607a

Browse files
Update README (#385)
- fix typo in img url - compact and update "supported Go versions" section - update "supported versions" section Co-authored-by: jwierzbo <[email protected]>
1 parent 306cdae commit 697607a

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This project contains the official Go driver for the [ArangoDB database](https://arangodb.com).
66

77
[![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)
99

1010

1111
- [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:/
1515

1616
# Supported Go Versions
1717

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` ||||
2322

2423
# Supported Versions
2524

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` | + | + | + | + | + |
3132

3233
Key:
3334

3435
* `` 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).
3637
* `-` The ArangoDB has features which are not supported by driver.

0 commit comments

Comments
 (0)