360fd8bd61
Change-Id: I8de0c011c94b9c399e12e010e1da6dd6f4459ebc
13 lines
445 B
YAML
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.
|