ArangoDB v3.3.14 Release Notes

Release Date: 2018-08-15 // almost 6 years ago
    • โฌ†๏ธ upgraded arangodb starter version to 0.13.1

    • ๐ŸŒฒ Foxx HTTP API errors now log stacktraces

    • ๐Ÿ›  fixed issue #5736: Foxx HTTP API responds with 500 error when request body is too short

    • ๐Ÿ›  fixed issue #5831: custom queries in the ui could not be loaded if the user only has read access to the _system database.

    • ๐Ÿ›  fixed internal issue #2566: corrected web UI alignment of the nodes table

    • ๐Ÿ›  fixed internal issue #2869: when attaching a follower with global applier to an authenticated leader already existing users have not been replicated, all users created/modified later are replicated.

    • ๐Ÿ›  fixed internal issue #2865: dumping from an authenticated arangodb the users have not been included

    • ๐Ÿ›  fixed issue #5943: misplaced database ui icon and wrong cursor type were used

    • ๐Ÿ›  fixed issue #5354: updated the web UI JSON editor, improved usability

    • ๐Ÿ›  fixed issue #5648: fixed error message when saving unsupported document types

    • ๐Ÿ›  fixed issue #6076: Segmentation fault after AQL query

    This also fixes issues #6131 and #6174

    • ๐Ÿ›  fixed issue #5884: Subquery nodes are no longer created on DBServers

    • ๐Ÿ›  fixed issue #6031: Broken LIMIT in nested list iterations

    • ๐Ÿ›  fixed internal issue #2812: Cluster fails to create many indexes in parallel

    • intermediate commits in the RocksDB engine are now only enabled in standalone AQL queries (not within a JS transaction), standalone truncate as well as for the "import" API

    • ๐Ÿ› Bug fix: race condition could request data from Agency registry that did not exist yet. This caused a throw that would end the Supervision thread. All registry query APIs no longer throw exceptions.