Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jwierzbo committed Apr 2, 2024
1 parent c8b45f7 commit 7400c0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [master](https://github.com/arangodb/go-driver/tree/master) (N/A)

## [1.6.2](https://github.com/arangodb/go-driver/tree/v1.6.2) (2024-04-02)
- Switch to Go 1.20.11
- Switch to Go 1.21.5
- Disable AF mode in tests (not supported since 3.12)
Expand Down
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,21 @@ This project contains the official Go driver for the [ArangoDB database](https:/

# Supported Go Versions

| | Go 1.17 | Go 1.19 |
|---------------|---------|---------|
| `1.0.0-1.4.0` || - |
| `1.5.0-1.6.0` |||
| `master` |||
| | Go 1.19 | Go 1.20 | Go 1.21 |
|---------------|---------|---------|---------|
| `1.5.0-1.6.1` || - | - |
| `1.6.2` ||||
| `2.1.0` ||||
| `master` ||||

# Supported Versions

| | ArangoDB 3.8 | ArangoDB 3.9 | ArangoDB 3.10 | ArangoDB 3.11 |
|----------|--------------|--------------|---------------|---------------|
| `1.2.1` || - | - | - |
| `1.3.0` ||| - | - |
| `1.4.0` ||| - | - |
| `1.5.0` | + ||| - |
| `1.6.0` | + ||||
| `master` | + | + | + | + |
| | ArangoDB 3.10 | ArangoDB 3.11 | ArangoDB 3.12 |
|----------|---------------|---------------|---------------|
| `1.5.0` || - | - |
| `1.6.0` ||| - |
| `2.1.0` ||||
| `master` | + | + | + |

Key:

Expand Down
2 changes: 2 additions & 0 deletions v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [master](https://github.com/arangodb/go-driver/tree/master) (N/A)

## [2.1.0](https://github.com/arangodb/go-driver/tree/v2.1.0) (2024-04-02)
- Switch to Go 1.21.5
- Disable AF mode in tests (not supported since 3.12)
- Allow skipping validation for Database and Collection existence
Expand Down

0 comments on commit 7400c0b

Please sign in to comment.