Skip to content

Commit

Permalink
Update README (arangodb#385)
Browse files Browse the repository at this point in the history
- fix typo in img url
- compact and update "supported Go versions" section
- update "supported versions" section

Co-authored-by: jwierzbo <[email protected]>
  • Loading branch information
nikita-vanyasin and jwierzbo authored Mar 22, 2022
1 parent 306cdae commit 697607a
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This project contains the official Go driver for the [ArangoDB database](https://arangodb.com).

[![Build Status](https://travis-ci.org/arangodb/go-driver.svg?branch=master)](https://travis-ci.org/arangodb/go-driver)
[![GoDoc](https://godoc.org/github.com/arangodb/g-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver)
[![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver)


- [Getting Started](https://www.arangodb.com/docs/stable/drivers/go-getting-started.html)
Expand All @@ -15,22 +15,23 @@ This project contains the official Go driver for the [ArangoDB database](https:/

# Supported Go Versions

| | Go 1.13 | Go 1.14 | Go 1.16 |
|-------------------|---------|---------|---------|
| `1.0.0` ||||
| `1.1.0` ||||
| `master` ||||
| | Go 1.13 | Go 1.14 | Go 1.16 |
|---------------|---------|---------|---------|
| `1.0.0-1.3.0` ||||
| `master` ||||

# Supported Versions

| | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 |
|-------------------|----------------|--------------|--------------|
| `1.0.0` ||| - |
| `1.1.0` | + | + ||
| `master` | + | + | + |
| | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | ArangoDB 3.8 | ArangoDB 3.9 |
|----------|----------------|--------------|--------------|--------------|--------------|
| `1.0.0` ||| - | - | - |
| `1.1.0` | + | + || - | - |
| `1.2.1` | + | + ||| - |
| `1.3.0` | + | + ||||
| `master` | + | + | + | + | + |

Key:

* `` Exactly the same features in both driver and the ArangoDB version.
* `+` Features included in driver may be not present in the ArangoDB API. Calls to the ArangoDB may results in unexpected responses (404).
* `+` Features included in driver may be not present in the ArangoDB API. Calls to the ArangoDB may result in unexpected responses (404).
* `-` The ArangoDB has features which are not supported by driver.

0 comments on commit 697607a

Please sign in to comment.