mistral/releasenotes/notes/add_yaql_engine_options-200fdcfda04683ca.yaml
Renat Akhmerov 360fd8bd61 Release note for adding YAQL engine options
Change-Id: I8de0c011c94b9c399e12e010e1da6dd6f4459ebc
2018-06-01 17:07:10 +07:00

13 lines
445 B
YAML

---
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.