22layout : default
33description : It is recommended to check the following list of incompatible changes before upgrading to ArangoDB 3.11
44---
5- Incompatible changes in ArangoDB 3.11
6- =====================================
5+ # Incompatible changes in ArangoDB 3.11
76
87It is recommended to check the following list of incompatible changes ** before**
98upgrading to ArangoDB 3.11, and adjust any client programs if necessary.
109
1110The following incompatible changes have been made in ArangoDB 3.11:
1211
13- Restriction of indexable fields
14- -------------------------------
12+ ## Restriction of indexable fields
1513
1614It is now forbidden to create indexes that cover fields whose attribute names
1715start or end with ` : ` , for example, ` fields: ["value:"] ` . This notation is
@@ -20,8 +18,18 @@ reserved for internal use.
2018Existing indexes are not affected but you cannot create new indexes with a
2119preceding or trailing colon.
2220
23- Client tools
24- ------------
21+ ## Startup options
22+
23+ ### ` --agency.pool-size ` deprecated
24+
25+ The ` --agency.pool-size ` option was effectively not properly supported in any
26+ version of ArangoDB. Setting the option to anything but the value of
27+ ` --agency.size ` should be avoided.
28+
29+ From v3.11.0 onwards, this option is deprecated, and setting it to a value
30+ different than the value of ` --agency.size ` leads to a startup error.
31+
32+ ## Client tools
2533
2634### arangoexport
2735
0 commit comments