Release note for adding YAQL engine options

Change-Id: I8de0c011c94b9c399e12e010e1da6dd6f4459ebc
This commit is contained in:
Renat Akhmerov 2018-05-31 20:28:26 +07:00
parent fe0d441082
commit 360fd8bd61

View File

@ -0,0 +1,12 @@
---
features:
- |
Added several config options that allow to tweak some aspects of the YAQL
engine behavior.
fixes:
- |
Fixed how Mistral initializes a child YAQL context before evaluating
YAQL expressions. The given data context needs to go through a special
filter that prepares the data properly, does conversion into internal
types etc. Also, without this change YAQL engine options are not applied
properly.