1
0
Fork 0

Update CHANGELOG

This commit is contained in:
KVS85 2019-11-27 13:56:41 +01:00 committed by GitHub
parent d11c0954e8
commit fa2ebde506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,14 +1,13 @@
devel devel
----- -----
<<<<<<< HEAD
* Shard synchronisation readlock aware of rebootId * Shard synchronisation readlock aware of rebootId
* Bugfix: In an AQL cluster query, when gathering unsorted data in combination * Bugfix: In an AQL cluster query, when gathering unsorted data in combination
with a LIMIT with non-zero offset, if this offset exactly matches the number with a LIMIT with non-zero offset, if this offset exactly matches the number
of documents in the first shards consumed, the rest of the documents was not of documents in the first shards consumed, the rest of the documents was not
returned. returned.
=======
* Fixed GET _api/gharial to also include the name property in every returned graph. * Fixed GET _api/gharial to also include the name property in every returned graph.
This is a consistency fix within the API as all other APIs include the name. This is a consistency fix within the API as all other APIs include the name.
As a work around the returned _key can be used, which is identical to the name. As a work around the returned _key can be used, which is identical to the name.
@ -160,7 +159,6 @@ devel
* Added "SmartJoins for Views" to the ArangoDB Enterprise Edition that allows running * Added "SmartJoins for Views" to the ArangoDB Enterprise Edition that allows running
cluster joins between two certain sharded collections or views with performance close cluster joins between two certain sharded collections or views with performance close
to that of a local join operation. to that of a local join operation.
>>>>>>> a50f07e928e0e50168aac0039a5b9f2333a0520e
* Allow collection names to be at most 256 characters long, instead of 64 characters * Allow collection names to be at most 256 characters long, instead of 64 characters
in previous versions. in previous versions.