File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33## [ master] ( https://github.com/arangodb/go-driver/tree/master ) (N/A)
4+
5+ ## [ 1.6.2] ( https://github.com/arangodb/go-driver/tree/v1.6.2 ) (2024-04-02)
46- Switch to Go 1.20.11
57- Switch to Go 1.21.5
68- Disable AF mode in tests (not supported since 3.12)
Original file line number Diff line number Diff line change @@ -16,22 +16,21 @@ This project contains the official Go driver for the [ArangoDB database](https:/
1616
1717# Supported Go Versions
1818
19- | | Go 1.17 | Go 1.19 |
20- | ---------------| ---------| ---------|
21- | ` 1.0.0-1.4.0 ` | ✓ | - |
22- | ` 1.5.0-1.6.0 ` | ✓ | ✓ |
23- | ` master ` | ✓ | ✓ |
19+ | | Go 1.19 | Go 1.20 | Go 1.21 |
20+ | ---------------| ---------| ---------| ---------|
21+ | ` 1.5.0-1.6.1 ` | ✓ | - | - |
22+ | ` 1.6.2 ` | ✓ | ✓ | ✓ |
23+ | ` 2.1.0 ` | ✓ | ✓ | ✓ |
24+ | ` master ` | ✓ | ✓ | ✓ |
2425
2526# Supported Versions
2627
27- | | ArangoDB 3.8 | ArangoDB 3.9 | ArangoDB 3.10 | ArangoDB 3.11 |
28- | ----------| --------------| --------------| ---------------| ---------------|
29- | ` 1.2.1 ` | ✓ | - | - | - |
30- | ` 1.3.0 ` | ✓ | ✓ | - | - |
31- | ` 1.4.0 ` | ✓ | ✓ | - | - |
32- | ` 1.5.0 ` | + | ✓ | ✓ | - |
33- | ` 1.6.0 ` | + | ✓ | ✓ | ✓ |
34- | ` master ` | + | + | + | + |
28+ | | ArangoDB 3.10 | ArangoDB 3.11 | ArangoDB 3.12 |
29+ | ----------| ---------------| ---------------| ---------------|
30+ | ` 1.5.0 ` | ✓ | - | - |
31+ | ` 1.6.0 ` | ✓ | ✓ | - |
32+ | ` 2.1.0 ` | ✓ | ✓ | ✓ |
33+ | ` master ` | + | + | + |
3534
3635Key:
3736
Original file line number Diff line number Diff line change 11# Change Log
22
33## [ master] ( https://github.com/arangodb/go-driver/tree/master ) (N/A)
4+
5+ ## [ 2.1.0] ( https://github.com/arangodb/go-driver/tree/v2.1.0 ) (2024-04-02)
46- Switch to Go 1.21.5
57- Disable AF mode in tests (not supported since 3.12)
68- Allow skipping validation for Database and Collection existence
You can’t perform that action at this time.
0 commit comments