Skip to content

Commit 5d510dd

Browse files
authored
Use callbacks internally instead of async funcs (#515)
* Use callbacks internally instead of async funcs * Adding stream cursor tests * Increasing timeouts for tests which create databases * Enhance test coverage * Documentation/fix link * Use callbacks internally instead of async funcs * Fix graph.traversal
1 parent 41e23fa commit 5d510dd

File tree

7 files changed

+1027
-623
lines changed

7 files changed

+1027
-623
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313

1414
This is a necessary step to integrate arangojs with the Drivers book in the official ArangoDB documentation.
1515

16+
* Replaced internal use of async functions with callbacks
17+
18+
This removes some unnecessary layers of indirection, which should increase overall performance.
19+
1620
## [6.2.0] - 2018-03-06
1721

1822
### Changed

0 commit comments

Comments
 (0)