8000 docs PR for https://github.com/arangodb/arangodb/pull/14749 · arangodb/docs@c90c97b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit c90c97b

Browse files
committed
1 parent af5e9da commit c90c97b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

3.9/release-notes-upgrading-changes39.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ From then on, unintended usage of collection names will always be disallowed.
7272
If you use queries like `RETURN collection` then you should replace them with
7373
`FOR doc IN collection RETURN doc` to ensure future compatibility.
7474

75+
### Cluster-internal network protocol
76+
77+
The cluster-internal network protocol is hard-code to HTTP/1 in ArangoDB 3.9.
78+
Any other protocol selected via the startup option `--network.protocol` will
79+
automatically be switched to HTTP/1. The startup option `--network.protocol`
80+
is now deprecated and hidden by default. It will be removed in a future version.
81+
7582
### "Old" system collections
7683

7784
The option `--database.old-system-collections` was introduced in 3.6 and 3.7

0 commit comments

Comments
 (0)
0