Release 2.3.2

43 views
Skip to first unread message

Ingo Friepoertner

unread,
Dec 10, 2014, 7:09:54 PM12/10/14
to aran...@googlegroups.com
A maintenance release for ArangoDB 2.3 is available for download or via your favourite package manager.

v2.3.2 (2014-12-09)
-------------------
 
* fixed issue #1173: AQL Editor "Save current query" resets user password 
* fixed missing makeDirectory when fetching a Foxx application from a zip file
* put in warning about default changed: fixed issue #1134: Change the default endpoint to localhost
* fixed issue #1163: invalid fullCount value returned from AQL
* fixed range operator precedence 
* limit default maximum number of plans created by AQL optimizer to 256 (from 1024)
* make AQL optimizer not generate an extra plan if an index can be used, but modify existing plans in place
* fixed AQL cursor ttl (time-to-live) issue
  Any user-specified cursor ttl value was not honored since 2.3.0.
* fixed segfault in AQL query hash index setup with unknown shapes
* fixed memleaks
* added AQL optimizer rule for removing `INTO` from a `COLLECT` statement if not needed 
* fixed issue #1131
  This change provides the `KEEP` clause for `COLLECT ... INTO`. The `KEEP` clause
  allows controlling which variables will be kept in the variable created by `INTO`.
* fixed issue #1147, must protect dispatcher ID for etcd

Frank Celler

unread,
Dec 12, 2014, 1:03:56 PM12/12/14
to aran...@googlegroups.com
In addition to the changes to ArangoDB, we also changed the package building process for Linux distributions slightly. Besides the standard debian / redhat package for the server, a client-only package is also available.

For example:

    apt-get install arangodb=2.3.2

will install the package consisting of the server and the utilities programs like arangosh. This should not behave any differently compared
to 2.3.1.

If you, however, you only require the arangosh, because your server is running on a different machine, you can now use

    apt-get install arangodb-client=2.3.2

to install only arangosh.

Please let me know, if you encounter any problems with this new package. Please note, that it is not possible to install the normal package and the
client package on one machine, because the normal package already contains the arangosh.

Regards
Frank

venkat

unread,
Dec 12, 2014, 1:39:17 PM12/12/14
to aran...@googlegroups.com
Hi Frank,
Thanks for the update.

Today I was thinking on how to install a arangodb client( like psql in postgresql) on my machine to connect to server which is running on docker container, but didn't get any idea. This update has helped me.

How can I install arangodb client (arangosh) on mac os using mac ports ? Actually I don't have homebrew on my machine.

Thanks & Regards,
Venkat

Frank Celler

unread,
Dec 12, 2014, 2:42:57 PM12/12/14
to aran...@googlegroups.com
Hi Venkat,

for the MAC we support homebrew or a a DMG, but no Mac-Ports. Therefore, the easiest way is to get the CLI DMG.

regards
  Frank
Reply all
Reply to author
Forward
0 new messages