File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3232 - TEST_SUITE=run-tests-single ARANGODB=arangodb:3.5
3333 - TEST_SUITE=run-tests-single ARANGODB=arangodb:3.6
3434 - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb:latest
35- - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb-preview :3.7.1-rc .1
35+ - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb:3.7.1
3636 - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb-preview:latest
3737
3838script :
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.1.0] ( https://github.com/arangodb/go-driver/tree/1.1.0 ) (2020-08-11)
46- Use internal coordinator communication for cursors if specified coordinator was not found on endpoint list
57- Add support for Overwrite Mode (ArangoDB 3.7)
68- Add support for Schema Collection options (ArangoDB 3.7)
Original file line number Diff line number Diff line change @@ -18,14 +18,16 @@ This project contains the official Go driver for the [ArangoDB database](https:/
1818| | Go 1.13 | Go 1.14 |
1919| -------------------| ---------| ---------|
2020| ` 1.0.0 ` | ✓ | ✓ |
21+ | ` 1.1.0 ` | ✓ | ✓ |
2122| ` master ` | ✓ | ✓ |
2223
2324# Supported Versions
2425
2526| | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 |
2627| -------------------| ----------------| --------------| --------------|
2728| ` 1.0.0 ` | ✓ | ✓ | - |
28- | ` master ` | + | + | - |
29+ | ` 1.1.0 ` | + | + | ✓ |
30+ | ` master ` | + | + | + |
2931
3032Key:
3133
You can’t perform that action at this time.
0 commit comments