log
, diff
, show
.collection
field to identify the collection to which their corresponding document belongs.collection
field to identify the collection to which their corresponding document belongs.meta.id
, hops-from-origin
, collection
, ctime
and event
fields to allow building dense indexes on them.filter
endpoint. All read endpoints now have their own filtering capability.returnCommands
parameter removed from log
. Anything that depended on this should now use the enhanced diff
endpoint instead.groupSkip
and groupLimit
removed from diff
endpoint, as they were deemed not useful. The newly available post-filter param can indirectly help make up for the deficit in most cases.log
when groupBy
was specified. This has been fixed.show
was removed.traverse
no longer breaks if starting vertex is not found.UPDATE
route, which was incorrectly marked as replace
.origin-for
field renamed to collection
to remain consistent with field naming convention followed for regular events.created
event is recorded instead of an updated
event.log
function with event+command-related queries.countsOnly
parameter now has an effect even when groupBy
is null
for log
endpoints. It returns the overall total number of events based on the filters provided.show
returns an array with total count when groupBy
is null
, instead of a bare object. This is for consistent post-filter application semantics.traverse
minDepth
has been changed from 0
to 1
.