Skip to content

Commit 5f1326d

Browse files
authored
Protocol aliases for endpoints (#412)
1 parent dbc4763 commit 5f1326d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ indexes have been allowing to index and store the `_id` system attribute.
205205

206206
## Server options
207207

208+
### Protocol aliases for endpoints
209+
210+
You can now use `http://` and `https://` as aliases for `tcp://` and `ssl://`
211+
in the `--server.endpoint` startup option of the server.
212+
208213
### Adjustable Stream Transaction size
209214

210215
The previously fixed limit of 128 MiB for [Stream Transactions](../../develop/transactions/stream-transactions.md)
@@ -500,6 +505,11 @@ The following metric as been added:
500505

501506
## Client tools
502507

508+
### Protocol aliases for endpoints
509+
510+
You can now use `http://` and `https://` as aliases for `tcp://` and `ssl://`
511+
in the `--server.endpoint` startup option with all client tools.
512+
503513
### arangodump
504514

505515
### `--ignore-collection` startup option

0 commit comments

Comments
 (0)