1
0
Fork 0

Update CHANGELOG with Max's changes for 2.3.1.

This commit is contained in:
Max Neunhoeffer 2014-11-28 16:23:18 +01:00 committed by Frank Celler
parent 9fb53e28d9
commit 18869ee98e
1 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,18 @@ v2.3.1 (2014-11-28)
* prevent Foxx queues from permanently writing to the journal even when * prevent Foxx queues from permanently writing to the journal even when
server is idle server is idle
* fixed AQL COLLECT statement with INTO clause, which copied more variables
than v2.2 and thus lead to too much memory consumption.
This deals with #1107.
* fixed AQL COLLECT statement, this concerned every COLLECT statement,
only the first group had access to the values of the variables before
the COLLECT statement. This deals with #1127.
* fixed some AQL internals, where sometimes too many items were
fetched from upstream in the presence of a LIMIT clause. This should
generally improve performance.
v2.3.0 (2014-11-18) v2.3.0 (2014-11-18)
------------------- -------------------