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.
205
205
206
206
## Server options
207
207
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
+
208
213
### Adjustable Stream Transaction size
209
214
210
215
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:
500
505
501
506
## Client tools
502
507
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
+
503
513
### arangodump
504
514
505
515
### ` --ignore-collection ` startup option
You can’t perform that action at this time.
0 commit comments