11devel
22-----
33
4- * FE-636: bump express from 4.18.2 to 4.21.2 (latest 4.X version) (ensure non-vulnerable body-parser).
4+ * Updated ArangoDB Starter to v0.19.15.
5+
6+ * Rebuilt included rclone v1.65.2 with go1.24.11 and non-vulnerable
7+ dependencies.
8+
9+ * FE-636: bump express from 4.18.2 to 4.21.2 (latest 4.X version) (ensure
10+ non-vulnerable body-parser).
511
612* Fix a potential integer overflow in shortest path estimation.
713
8- * Fix BTS-2268: Fixed an issue where query plan for queries with subquery
9- is causing a crash when being stored in query plan cache. The issue
10- is a missing invalidateCost from the splice-subqueries rule.
14+ * Fix BTS-2268: Fixed an issue where query plan for queries with subquery is
15+ causing a crash when being stored in query plan cache. The issue is a missing
16+ invalidateCost from the splice-subqueries rule.
1117
1218* FE-905: Update tooltip text for maxSkewThreshold & minDeletionRatio.
1319
1723 - new algorithm that uses maxSkewThreshold and minDeletionRatio
1824 - Bumped ArangoSearch
1925
20- * The query explainer now displays the vector index used by EnumerateNearVectorNode.
26+ * The query explainer now displays the vector index used by
27+ EnumerateNearVectorNode.
2128
2229* FE-636: bump webpack-dev-middleware from 5.3.3 to 5.3.4.
2330
@@ -27,42 +34,39 @@ devel
2734 - `arangodb_metadata_number_of_databases`: Total number of databases
2835 - `arangodb_metadata_number_of_collections`: Total number of collections
2936 - `arangodb_metadata_number_of_shards`: Total number of shards (cluster only)
30- These metrics are exposed on coordinators (in cluster mode) and single servers,
31- providing visibility into the overall size and scale of the deployment.
37+ These metrics are exposed on coordinators (in cluster mode) and single
38+ servers, providing visibility into the overall size and scale of the
39+ deployment.
3240
33- * Enforce that a license with a baked in deployment ID can only be applied
34- to a deployment with that ID.
41+ * Enforce that a license with a baked in deployment ID can only be applied to a
42+ deployment with that ID.
3543
3644* Export the license grant in `GET /_admin/license` in clear JSON but without
3745 signature in the `grant` attribute.
3846
39- * COR-5: Added resource metrics effective CPU cores, effective physical
40- memory, and cgroup version detection.
47+ * COR-5: Added resource metrics effective CPU cores, effective physical memory,
48+ and cgroup version detection.
4149
4250* Add `storedValues` support for vector indexes. This allows storing additional
4351 document fields directly in the vector index, enabling optimized filtered
4452 vector queries when all filter attributes are covered by stored values. The
45- query optimizer can now avoid fetching full documents when all required
46- fields are available in the index.
53+ query optimizer can now avoid fetching full documents when all required fields
54+ are available in the index.
4755
4856* Ensure the js/node/package.json and js/node/package-lock.json have correct
4957 versions of the included node packages.
5058
5159* Fix Swagger UI missing generated data.
5260
53- * Updated ArangoDB Starter to v0.19.14.
54-
55- * Ignore flag --cluster.upgrade on DBservers, since it only concerns coordinators.
56- This fixes a clash with --database.auto-upgrade which can lead to problems during
57- an upgrade on DBservers.
58-
59- * Rebuilt included rclone v1.65.2 with go1.24.9 and non-vulnerable
60- dependencies.
61+ * Ignore flag --cluster.upgrade on DBservers, since it only concerns
62+ coordinators.
63+ This fixes a clash with --database.auto-upgrade which can lead to problems
64+ during an upgrade on DBservers.
6165
6266* Update tzdata as of 05.11.2025.
6367
64- * Updated bundled version of Snappy library to 1.2.2. It fixes an ALUBSAN
65- issue found in ARM64.
68+ * Updated bundled version of Snappy library to 1.2.2. It fixes an ALUBSAN issue
69+ found in ARM64.
6670
6771* Fix ES-2722 and COR-1: If an AQL query using ArangoSearch goes out of memory
6872 due to the search node materializing a document, the server would crash.
0 commit comments