v3.2.0
Changes:
- Replaced
database.truncate(excludeSystem=false)withdatabase.truncateAll. - Replaced
database.collections(excludeSystem=false)withdatabase.allCollections. - Removed the
excludeSystemoption fromdatabase.truncateanddatabase.collections(default is nowtrue). - Added support for AQL user functions API.
- Added
database.createEdgeCollectionas 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.