ArangoDB v3.3.16 Release Notes
Release Date: 2018-09-19 // almost 7 years ago-
🛠 fix undefined behavior in AQL query result cache
💻 the query editor within the web ui is now catching http 501 responses properly
🛠 fixed issue #6495 (Document not found when removing records)
🛠 fixed undefined behavior in cluster plan-loading procedure that may have unintentionally modified a shared structure
⬇️ reduce overhead of function initialization in AQL COLLECT aggregate functions, for functions COUNT/LENGTH, SUM and AVG
this optimization will only be noticable when the COLLECT produces many groups and the "hash" COLLECT variant is used
🛠 fixed potential out-of-bounds access in admin log REST handler /_admin/log, which could have led to the server returning an HTTP 500 error
catch more exceptions in replication and handle them appropriately