ArangoDB v3.5.0-rc.4 Release Notes

Release Date: 2019-06-15 // almost 5 years ago
    • Speed up collection creation process in cluster, if not all agency callbacks are delivered successfully.

    • ๐ŸŽ Increased performance of document inserts, by reducing the number of checks in unique / primary indexes.

    • ๐Ÿ›  Fixed a callback function in the web UI where the variable this was out of scope.

    • ๐Ÿ›  Fixed editing a user within the web UI if the user added a gravatar profile picture.

    • ๐Ÿ‘ Allow pregel to select the shard key via shardKeyAttribute in pregel start parameters.

    • โž• Added --server.jwt-secret-keyfile to arangosh.

    • Fixed internal issue #4040: gharial api is now checking existence of _from and _to vertices during edge replacements and edge updates.

    • ๐Ÿ›  Fixed Buffer.alloc method.

    • Buffer is now iterable and accepts ArrayBuffer values as input.

    • ๐Ÿ›  Fix timeout-response in case of simultaneous index create/drop in cluster.

    • Enabled dropping an index by its name.

    • ๐Ÿ›  Fixed lookup of index from collection by fully qualified name, e.g. db.testCollection.index('testCollection/primary').

    • ๐Ÿ›  Fixed agency bug with TTL object writes discovered in 3.4.6.