Meet Lucas in California: ArangoDB Community Event
Lucas (@moonbeamlabs), ArangoDB core developer, rubyist, inventor of Foxx, open source contributor, podcaster etc. – he is currently staying in Mountain View. Yesterday he spoke at the SF JavaScript Meetup at Mozilla and did an introduction to ArangoDB Foxx. Tomorrow he will give a lightening talk about Guacamole at the San Francisco Ruby on Rails…
ArangoDB 2.1 RC 1: Test the Latest Features | ArangoDB
Dear ArangoDB users, we are proud to announce the first release candidate for ArangoDB 2.1 two months after the first sharding release 2.0. It is a major step forward containing a lot of improvements. Please note that we need your help testing the release candidate for any glitches and bugs. For instance, we moved to…
Guacamole Released: ODM for ArangoDB in Rails | ArangoDB Blog
Rubyists, here is something for you: Dirk Breuer (@railsbros_dirk) and Lucas Dohmen (@moonbeamlabs) hav released the first version of Guacamole. The following text is taken from the Github repository: Guacamole is an Object Document Mapper (ODM) for the multi-model NoSQL database ArangoDB. Its main goal is to support easy integration into Ruby on Rails but…
ArangoDB 2.0.7 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB We have released a maintenance version: v2.0.7 (2014-05-05)
ArangoDB 1.4.15 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB We have released a maintenance release of ArangoDB 1.4. bugfix for AQL query optimiser the following type of query was too eagerly optimised, leading to errors in code-generation: LET a = (FOR i IN [] RETURN i) LET b = (FOR i IN [] RETURN…
Heartbleed Bug: Impact on Windows Users | ArangoDB Insights
I assume you all heard about the Heartbleed Bug in OpenSSL. ArangoDB uses the system OpenSSL under linux and Mac OS. If you update your version to 1.0.1g or better, everything is fine. However, the Windows contains static version of OpenSSL. So in case you want to use ArangoDB with HTTPS, you should update your…
ArangoDB 2.0.2 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB We have released a bug-fix release for ArangoDB 2.0. v2.0.2 (2014-04-06)
ArangoDB 1.4.14 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release of ArangoDB 1.4 is now available for download. v1.4.14 (2014-04-05)
ArangoDB 2.0.1 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB We have just release 2.0.1, which is bug-fix release for 2.0. v2.0.1 (2014-03-31) ——————- * make ArangoDB not send back a `WWW-Authenticate` header to a client in case the client sends the `X-Omit-WWW-Authenticate` HTTP header. This is done to prevent browsers from showing their built-in…
AshikawaCore 0.10 Released: Enhancements & Updates | ArangoDB
We just released version 0.10 of the low-level ArangoDB Ruby driver Ashikawa::Core. It supports both ArangoDB 1.4 and 2.0. For more details see the release notes. We’re also working on the first version of Guacamole: It is an ODM for Rails and is based upon Ashikawa::Core.