good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Go Driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
arangodb
Go Driver
Commits
cc2b983c
Unverified
Commit
cc2b983c
authored
Aug 11, 2020
by
Adam Janikowski
Committed by
GitHub
Aug 11, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.1.0 (#276)
parent
6e516323
Branches
Branches containing commit
Tags
1.1.0
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+3
-1
3 additions, 1 deletion
README.md
with
6 additions
and
2 deletions
.travis.yml
+
1
−
1
View file @
cc2b983c
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
cc2b983c
# 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)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
1
View file @
cc2b983c
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment