ArangoDB 2.4.3 Release: Bug Fixes and Enhancements
This version is deprecated. Download the new version of ArangoDB
A maintenance release for ArangoDB 2.4 is available for download or via your favorite package manager.
v2.4.3 (2015-02-06)
- fix multi-threading with openssl when running under Windows
- fix timeout on socket operations when running under Windows
- Fixed an error in Foxx routing which caused some apps that worked in 2.4.1 to fail with status 500:
undefined is not a function
errors in 2.4.2 This error was occurring due to seldom internal rerouting introduced by the malformed application handler.
ArangoDB 2.4.2
This version is deprecated. Download the new version of ArangoDB
A maintenance release for ArangoDB 2.4.2 is available for download or via your favourite package manager.
v2.4.2 (2015-01-30)
- added custom visitor functionality for AQL traversals
This allows more complex result processing in traversals triggered by AQL. A few examples are shown in this article.
- improved number of results estimated for nodes of type
EnumerateListNode
andSubqueryNode
in AQL explain output
ArangoDB 2.4.1 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB
A maintenance release for ArangoDB 2.4.1 is available for download or via your favourite package manager.
v2.4.1 (2015-01-19)
- improved WAL recovery output
- fixed certain OR optimizations in AQL optimizer
- better diagnostics for arangoimp
- fixed invalid result of HTTP REST API method
/_admin/foxx/rescan
- fixed possible segmentation fault when passing a Buffer object into a V8 function as a parameter
- updated AQB module to 1.8.0.
ArangoDB 2.3.5: Maintenance Release & Bug Fixes
This version is deprecated. Download the new version of ArangoDB
A new maintenance release for the 2.3 branch of ArangoDB is available.
Changes in v2.3.5 (2015-01-16)
- fixed intermittent 404 errors in Foxx apps after mounting or unmounting apps
- fixed issue #1200: Expansion operator results in “Cannot call method ‘forEach’ of null”
- fixed issue #1199: Cannot unlink root node of plan
Note: The latest version is 2.4, released last week.
ArangoDB 2.4 Release: New Features & Enhancements
This version is deprecated. Download the new version of ArangoDB
We are proud to announce the release of Version 2.4 of our multi-model database ArangoDB. It’s ready for download now and available for all major platforms.
This release is a major step forward. Use Foxx to create your favorite microservice with a few clicks, dockerize it and access it via a REST/Web API from everywhere. – Dr. Frank Celler (CTO)
You can now use EcmaScript 6 features like iterators, symbols, maps and sets by default and enable even more ES6 features with ArangoDB start options. The V8 engine upgrade in ArangoDB 2.4 also improves performance and speeds up V8 garbage collections.
The ArangoDB query language (AQL) gets more efficient group count calculation queries, an optional return value for AQL data-modification queries and improved index handling in filtering AQL queries.
Foxx 2.0: The new Foxx-Generator is a framework that enables developers to build Hypermedia APIs easily. Developers can create Web APIs based on a semantic description of entities and transitions using a statechart alike design approach. Additional to the recently added job queues and authentication services, Foxx got a new web-frontend to easily create new or install Foxx applications from Github or the ArangoDB Store.
Try the new tutorial Foxx in 10 Minutes to build your first Foxx application. Starting with a new Foxx app has never been easier.
Along with ArangoDB the new light-weight JavaScript driver arangojs 3.0 is ready to use.
Download the current 2.4 release and start building your own applications on top of ArangoDB!
ArangoDB Weekly Newsletter – January 8, 2015
The ArangoDB team is back from holidays, wishing you and your families a happy New Year 2015. This year will become a good one for multi-model databases – like ArangoDB – according to analysts, quoted in the NoSQL trends 2015 article from Dataversity. This newsletter covers the last 3 weeks, including the beta of ArangoDB 2.4, build on christmas eve.
Foxx SendGrid Integration: ArangoDB Tutorial
ArangoDB Foxx allows defining job queues that let you perform slow or expensive actions asynchronously.
These queues can be used to send emails, call external APIs or perform other actions that you do not want to perform directly or want to retry on failure. Let’s say you want to send out an email every time you check off an item in your Foxx todo app and you want to use an external transactional email service to do that. (more…)
Crawling GitHub with Promises: ArangoDB Tutorial
The new Javascript driver no longer imposes any promises implementation. It follows the standard callback pattern with a callback using err
and res
.
I wanted to give the new driver a try. A github crawler seemed like a good side-project, especially because the node-github driver follows the same conventions as the Javascript driver.
There are a lot of promise libraries out there. The most popular one – according to NPM – was promises. It should be possible to use any implementation. Therefore I used this one.
Getting Started with Guacamole in Rails: ArangoDB Tutorial
Please note that parts of this article will not work out of the box with ArangoDB 3.0
Using ArangoDB as your main database is a good idea for various reasons. What I personally like about it is its query language AQL. I used relational databases in the past as my main database and writing statements in a language similar to SQL was a great way for me to get started with ArangoDB.
Having a HTTP based interface (like all the cool kids these days) we could build applications running solely on top of our database. That’s rather nice but then we would have to take care of all the gory details. So for our app we want at least an abstraction layer on top of the HTTP API. Better yet, something assisting us with modeling our domain logic.
Meet Guacamole: A object-document-mapper that takes care of all the busywork and allows you to focus on your domain. (more…)
ArangoDB 2.3.3 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB
A maintenance release for ArangoDB 2.3 is available for download or via your favourite package manager.
v2.3.3 (2014-12-17)
-------------------
* fixed error handling in instantiation of distributed AQL queries, this
also fixes a bug in cluster startup with many servers
* issue #1185: parse non-fractional JSON numbers with exponent (e.g. `4e-261`)
* issue #1159: allow --server.request-timeout and --server.connect-timeout of 0
Get the latest tutorials,
blog posts and news:
Thanks for subscribing! Please check your email for further instructions.