good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit cc2b983c authored by Adam Janikowski's avatar Adam Janikowski Committed by GitHub
Browse files

Release 1.1.0 (#276)

parent 6e516323
Branches
Tags 1.1.0
No related merge requests found
......@@ -32,7 +32,7 @@ env:
- TEST_SUITE=run-tests-single ARANGODB=arangodb:3.5
- TEST_SUITE=run-tests-single ARANGODB=arangodb:3.6
- TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb:latest
- TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb-preview:3.7.1-rc.1
- TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb:3.7.1
- TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb-preview:latest
script:
......
# Change Log
## [master](https://github.com/arangodb/go-driver/tree/master) (N/A)
## [1.1.0](https://github.com/arangodb/go-driver/tree/1.1.0) (2020-08-11)
- Use internal coordinator communication for cursors if specified coordinator was not found on endpoint list
- Add support for Overwrite Mode (ArangoDB 3.7)
- Add support for Schema Collection options (ArangoDB 3.7)
......
......@@ -18,6 +18,7 @@ This project contains the official Go driver for the [ArangoDB database](https:/
| | Go 1.13 | Go 1.14 |
|-------------------|---------|---------|
| `1.0.0` | ✓ | ✓ |
| `1.1.0` | ✓ | ✓ |
| `master` | ✓ | ✓ |
# Supported Versions
......@@ -25,7 +26,8 @@ This project contains the official Go driver for the [ArangoDB database](https:/
| | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 |
|-------------------|----------------|--------------|--------------|
| `1.0.0` | ✓ | ✓ | - |
| `master` | + | + | - |
| `1.1.0` | + | + | ✓ |
| `master` | + | + | + |
Key:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment