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
10 changes: 10 additions & 0 deletions site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ indexes have been allowing to index and store the `_id` system attribute.

## Server options

### Protocol aliases for endpoints

You can now use `http://` and `https://` as aliases for `tcp://` and `ssl://`
in the `--server.endpoint` startup option of the server.

### Adjustable Stream Transaction size

The previously fixed limit of 128 MiB for [Stream Transactions](../../develop/transactions/stream-transactions.md)
Expand Down Expand Up @@ -490,6 +495,11 @@ The following metric as been added:

## Client tools

### Protocol aliases for endpoints

You can now use `http://` and `https://` as aliases for `tcp://` and `ssl://`
in the `--server.endpoint` startup option with all client tools.

### arangodump

### `--ignore-collection` startup option
Expand Down