You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed assets/ddo/query endpoint to assets/query to avoid wrong regex matching of routes. This endpoint now takes a raw ES query and returns the results of that query, directly. It is a passthrough to the ES instance. Make sure to update any code dealing with query results.
Reflect query errors from Elasticsearch in the query response, helping users debug their queries. Document limitation of 10K results.
Return a standard format on all API endpoints. If there is an error, the JSON will contain the “error” key with a description of the relevant error.
datatoken was previously mapped as a symbol, it is now mapped as a text
Non-breaking changes:
Check if a DDO is encrypted before checking permissions with the RBAC server, to save some extra API calls
Removes the ES driver wrapper, which was rendered obsolete through the removal of other database drivers. Aquarius does not support MongoDB, nor BigchainDB, so remove support for plugging in other databases.