File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
site/content/3.12/release-notes/version-3.12 Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
210215The 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
You can’t perform that action at this time.
0 commit comments