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 1
1
# Change Log
2
2
3
3
## [ 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)
4
6
- Switch to Go 1.20.11
5
7
- Switch to Go 1.21.5
6
8
- 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:/
16
16
17
17
# Supported Go Versions
18
18
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 ` | ✓ | ✓ | ✓ |
24
25
25
26
# Supported Versions
26
27
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 ` | + | + | + |
35
34
36
35
Key:
37
36
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## [ 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)
4
6
- Switch to Go 1.21.5
5
7
- Disable AF mode in tests (not supported since 3.12)
6
8
- Allow skipping validation for Database and Collection existence
You can’t perform that action at this time.
0 commit comments