Skip to content

Commit

Permalink
Release 1.1.0 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow authored Aug 11, 2020
1 parent 6e51632 commit cc2b983
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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.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)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ 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

| | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 |
|-------------------|----------------|--------------|--------------|
| `1.0.0` ||| - |
| `master` | + | + | - |
| `1.1.0` | + | + ||
| `master` | + | + | + |

Key:

Expand Down

0 comments on commit cc2b983

Please sign in to comment.