1
0
Fork 0

updated changelog

This commit is contained in:
Frank Celler 2019-02-01 09:49:50 +01:00
parent e59edce206
commit 1b3e328199
1 changed files with 3 additions and 7 deletions

View File

@ -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)
-------------------