v6.3.0
Added
-
Added
database.versionmethod -
Added
database.loginmethod -
Added
database.existsmethod -
Added
collection.existsmethod -
Added
graph.existsmethod -
Added
aql.literalfunction -
Exposed typings for collections and graphs (@samrg472 in #538)
Fixed
-
Fixed synchronous errors during request creation not being handled
Internal errors thrown while a request is created (e.g. malformed URIs) would
result in unhandled errors, which could result in termination of the process
or promises never being rejected. These errors are now handled normally and
will result in async rejections as expected.