mirror of https://gitee.com/bigwinds/arangodb
updated changelog
This commit is contained in:
parent
e59edce206
commit
1b3e328199
10
CHANGELOG
10
CHANGELOG
|
@ -16,18 +16,17 @@ v3.4.3 (XXXX-XX-XX)
|
|||
changed default range to -100 and 100 for integer masking function
|
||||
|
||||
|
||||
V3.4.2.1 (2019-02-01)
|
||||
v3.4.2.1 (2019-02-01)
|
||||
---------------------
|
||||
|
||||
* update velocypack library
|
||||
* upgrade to new velocypack version
|
||||
|
||||
|
||||
v3.4.2 (2019-01-24)
|
||||
-------------------
|
||||
|
||||
* upgraded to OpenSSL 1.1.0j
|
||||
|
||||
* a bug affecting stream cursor was fixed (internal issue #3169)
|
||||
|
||||
* fixed an issue with AQL query IN index lookup conditions being converted into
|
||||
empty arrays when they were shared between multiple nodes of a lookup condition
|
||||
that used an IN array lookup in an OR that was multiplied due to DNF transformations
|
||||
|
@ -36,8 +35,6 @@ v3.4.2 (2019-01-24)
|
|||
|
||||
FILTER (... && ...) || doc.indexAttribute IN non-empty-array
|
||||
|
||||
* added configurable masking of dumped data via `arangodump` tool to obfuscate exported sensible data
|
||||
|
||||
* upgraded arangodb starter version to 0.14.0
|
||||
|
||||
* upgraded arangosync version to 0.6.2
|
||||
|
@ -134,7 +131,6 @@ v3.4.2 (2019-01-24)
|
|||
|
||||
* Releveling logging in maintenance
|
||||
|
||||
|
||||
v3.4.1 (2018-12-19)
|
||||
-------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue