ArangoDB v3.1.18 Release Notes

Release Date: 2017-04-18 // about 7 years ago
    • 🛠 fixed error in continuous synchronization of collections

    • 🛠 fixed spurious hangs on server shutdown

    • 👍 better error messages during restore collection

    • ✅ completely overhaul supervision. More detailed tests

    • 🛠 Fixed a dead-lock situation in cluster traversers, it could happen in rare cases if the computation on one DBServer could be completed much earlier than the other server. It could also be restricted to SmartGraphs only.

    • 🛠 (Enterprise Edition only) Fixed a bug in SmartGraph DepthFirstSearch. In some more complicated queries, the maxDepth limit of 1 was not considered strictly enough, causing the traverser to do unlimited depth searches.

    • 🛠 fixed issue #2415

    • 🛠 fixed issue #2422

    • 🛠 fixed issue #1974