mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
2d6c60c889
commit
b5e9d2e7d4
26
CHANGELOG
26
CHANGELOG
|
@ -1,6 +1,32 @@
|
||||||
v1.4
|
v1.4
|
||||||
----
|
----
|
||||||
|
|
||||||
|
* fixed issue #609: Graph viz tool - different background color
|
||||||
|
|
||||||
|
* fixed issue #608: arangosh config files - eventually missing in the manual
|
||||||
|
|
||||||
|
* fixed issue #607: Admin interface: no core documentation
|
||||||
|
|
||||||
|
* fixed issue #603: Aardvark Foxx App Manager
|
||||||
|
|
||||||
|
* fixed a bug in type-mapping between AQL user functions and the AQL layer
|
||||||
|
|
||||||
|
The bug caused errors like the following when working with collection documents
|
||||||
|
in an AQL user function:
|
||||||
|
|
||||||
|
TypeError: Cannot assign to read only property '_id' of #<ShapedJson>
|
||||||
|
|
||||||
|
* create less system collections when creating a new database
|
||||||
|
|
||||||
|
This is achieved by deferring collection creation until the collections are actually
|
||||||
|
needed by ArangoDB. The following collections are affected by the change:
|
||||||
|
- `_fishbowl`
|
||||||
|
- `_structures`
|
||||||
|
|
||||||
|
|
||||||
|
v1.4.0-beta2 (2013-10-14)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
* only the following system collections will be excluded from replication from now on:
|
* only the following system collections will be excluded from replication from now on:
|
||||||
- `_replication`
|
- `_replication`
|
||||||
- `_trx`
|
- `_trx`
|
||||||
|
|
Loading…
Reference in New Issue