mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
7123aca19c
commit
c9bc7b17a5
26
CHANGELOG
26
CHANGELOG
|
@ -698,9 +698,33 @@ v3.0.0-rc1 (2015-06-10)
|
|||
using a backwards-compatible "legacy mode"
|
||||
|
||||
|
||||
v2.8.11 (XXXX-XX-XX)
|
||||
v2.8.12 (XXXX-XX-XX)
|
||||
--------------------
|
||||
|
||||
* issue #2091: decrease connect timeout to 5 seconds on startup
|
||||
|
||||
* fixed issue #2072
|
||||
|
||||
* slightly better error diagnostics for some replication errors
|
||||
|
||||
* fixed issue #1977
|
||||
|
||||
* fixed issue in `INTERSECTION` AQL function with duplicate elements
|
||||
in the source arrays
|
||||
|
||||
* fixed issue #1962
|
||||
|
||||
* fixed issue #1959
|
||||
|
||||
* export aqlQuery template handler as require('org/arangodb').aql for forwards-compatibility
|
||||
|
||||
|
||||
v2.8.11 (2016-07-13)
|
||||
--------------------
|
||||
|
||||
* fixed array index batch insertion issues for hash indexes that caused problems when
|
||||
no elements remained for insertion
|
||||
|
||||
* fixed issue #1937
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue