Skip to content

Commit 4d62395

Browse files
committed
6.10.0
1 parent 5f915ae commit 4d62395

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [6.10.0] - 2018-12-22
99

1010
### Changed
1111

@@ -17,13 +17,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717

1818
### Added
1919

20-
- Added `timeout` option to `db.query` and request methods
20+
- Added `timeout` option to `db.query` and request methods ([#572](https://github.com/arangodb/arangojs/issues/572))
2121

2222
Note that this merely cancels the request. Queries will still be executed
2323
and ArangoDB will still continue processing the request, this will merely
2424
result in the socket being forcefully disconnected.
2525

26-
- Added query management API
26+
- Added query management API ([#474](https://github.com/arangodb/arangojs/issues/474))
2727

2828
This implements most endpoints of https://docs.arangodb.com/3.4/HTTP/AqlQuery/.
2929

@@ -420,7 +420,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
420420

421421
Graph methods now only return the relevant part of the response body.
422422

423-
[unreleased]: https://github.com/arangodb/arangojs/compare/v6.9.0...HEAD
423+
[6.10.0]: https://github.com/arangodb/arangojs/compare/v6.9.0...v6.10.0
424424
[6.9.0]: https://github.com/arangodb/arangojs/compare/v6.8.0...v6.9.0
425425
[6.8.0]: https://github.com/arangodb/arangojs/compare/v6.7.0...v6.8.0
426426
[6.7.0]: https://github.com/arangodb/arangojs/compare/v6.6.0...v6.7.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arangojs",
3-
"version": "6.9.0",
3+
"version": "6.10.0",
44
"license": "Apache-2.0",
55
"description": "The official ArangoDB JavaScript driver.",
66
"homepage": "https://github.com/arangodb/arangojs",

0 commit comments

Comments
 (0)