home shape

Arango Weekly 23: New Release 2.5.4 & Technical Preview 2.6

In the last days we prepared everything for the first technical preview of ArangoDB 2.6, testing new and improved functionality and adding some small last minute features like the AQL explain command in the Web UI. We are proud of the new release and can’t wait to give it in your hands. Stay tuned, follow @arangodb to get the news first

Meanwhile last week we published a 2.5.4 maintenance release and provide a short glimpse on added features like Foxx dependencies for more composable Foxx Apps and Improved System User Authentication.

ArangoDB Releases

The fourth maintenance release for ArangoDB 2.5 is available for download.
This release fixes some cluster issues, fixes recursive copy under windows and adds a new startup option -log.performance: specifying this option at startup will log performance-related info messages, mainly timings via the regular logging mechanisms.

Download 2.5.4

ArangoDB related (Drivers & more)

  • (Java) elasticsearch-river-arangodb 1.0.1: Uses updated arangodb-wal-client, now supporting ArangoDB 2.6 and higher
  • (JS) ArangoJS 3.7.1: Latest npm of ArangoJS Javascript driver
  • (Java) arangodb-java-driver 2.5.4
  • (Python) ArangoPy 0.5

Articles and Presentations

Questions on Stack Overflow / Google Groups

Answered:

Not answered yet:

Events

Did you know?

MATCHES(document, examples, return-index)
Compare documents
Compares the document against each example document provided in the array examples.
Example::

MATCHES(
  { "test" : 1 }, [
    { "test" : 1, "foo" : "bar" },
    { "foo" : 1 },
    { "test : 1 }
  ], true)

This will return 2, because the third example matches and because the return-index flag is set to true.

Subscribe to our weekly newsletter

[mc4wp_form]

Frank Celler

Frank Celler

Frank is both entrepreneur and backend developer, developing mostly memory databases for two decades. He is the CTO and co-founder of ArangoDB. Try to challenge Frank asking him questions on C, C++ and MRuby. Besides Frank organizes Cologne’s NoSQL group & is an active member of NoSQL community.

1 Comment

  1. Jeff Pang on June 22, 2015 at 11:23 am

    awesome guys. I received a notification that 2.6 released and I am very excited with the improved performance and upsert functionality. thank you!

Leave a Comment





Get the latest tutorials, blog posts and news: