Skip to content
Merged
Show file tree
Hide file tree
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 @@ -192,6 +192,14 @@ It is also an error if you specify an edge collection that is not part of the
named graph's definition or of the list of edge collections (code `1939` and
HTTP status `400 Bad Request`).

## Exit code adjustments

<small>Introduced in: v3.10.13</small>

For some fatal errors like a required database upgrade or a failed version check,
_arangod_ set the generic exit code of `1`. It now returns a different, more
specific exit code in these cases.

## Startup Options

### Handling of Invalid Startup Options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,14 @@ the result array for the respective documents, along with the successful ones:
{"_key":"valid","_id":"coll/valid","_rev":"_gG9JHsW---"}
```

## Exit code adjustments

<small>Introduced in: v3.10.13, v3.11.7</small>

For some fatal errors like a required database upgrade or a failed version check,
_arangod_ set the generic exit code of `1`. It now returns a different, more
specific exit code in these cases.

## Batch-reading an empty list of documents succeeds

<small>Introduced in: v3.11.1</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ can now be configured with the `--transaction.streaming-max-transaction-size`
startup option. The default value remains 128 MiB but configuring a lower limit
can cause previously working Stream Transactions to fail.

## Exit code adjustments

<small>Introduced in: v3.10.13, v3.11.7, v3.12.0</small>

For some fatal errors like a required database upgrade or a failed version check,
_arangod_ set the generic exit code of `1`. It now returns a different, more
specific exit code in these cases.

## Client tools

### jslint feature in arangosh
Expand Down