v3.2.0
Changes:
- Replaced
database.truncate(excludeSystem=false)
withdatabase.truncateAll
. - Replaced
database.collections(excludeSystem=false)
withdatabase.allCollections
. - Removed the
excludeSystem
option fromdatabase.truncate
anddatabase.collections
(default is nowtrue
). - Added support for AQL user functions API.
- Added
database.createEdgeCollection
as convenience method fordatabase.createCollection(type=3)
. - Added support for line-delimited JSON in
collection.import
. - All functions that accept document handles now also accept document/edge/vertex objects instead.
- Improved documentation.