mistral/releasenotes/notes/add_yaql_engine_options-200...

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.