ArangoDB v3.3.10 Release Notes

Release Date: 2018-06-04 // almost 6 years ago
    • โšก๏ธ make optimizer rule "remove-filter-covered-by-index" not stop after removing a sub-condition from a FILTER statement, but pass the optimized FILTER statement again into the optimizer rule for further optimizations. This allows optimizing away some more FILTER conditions than before.

    • ๐Ÿ‘ allow accessing /_admin/status URL on followers too in active failover setup

    • ๐Ÿ›  fix cluster COLLECT optimization for attributes that were in "sorted" variant of COLLECT and that were provided by a sorted index on the collected attribute

    • apply fulltext index optimization rule for multiple fulltext searches in the same query

    this fixes https://stackoverflow.com/questions/50496274/two-fulltext-searches-on-arangodb-cluster-v8-is-involved

    • validate _from and _to values of edges on updates consistently

    • ๐Ÿ›  fixed issue #5400: Unexpected AQL Result

    • ๐Ÿ›  fixed issue #5429: Frequent 'updated local foxx repository' messages

    • ๐Ÿ›  fixed issue #5252: Empty result if FULLTEXT() is used together with LIMIT offset

    • ๐Ÿ›  fixed issue #5035: fixed a vulnerability issue within the web ui's index view

    • ๐Ÿ”ง inception was ignoring leader's configuration