Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ Moreover, a `remove-unnecessary-calculations-4` rule has been added.
The affected endpoints are `POST /_api/cursor`, `POST /_api/explain`, and
`GET /_api/query/rules`.

#### Gharial API

The `PATCH /_api/gharial/{graph}/edge/{collection}/{edge}` endpoint to update
edges in named graphs now validates the referenced vertex when modifying either
the `_from` or `_to` edge attribute. Previously, the validation only occurred if
both were set in the request.

#### Limit to the number of databases in a deployment

<small>Introduced in: v3.10.10, v3.11.2</small>
Expand Down