From 360fd8bd61dadf4738ea49ff0b15f7eb3ec4108b Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Thu, 31 May 2018 20:28:26 +0700 Subject: [PATCH] Release note for adding YAQL engine options Change-Id: I8de0c011c94b9c399e12e010e1da6dd6f4459ebc --- .../add_yaql_engine_options-200fdcfda04683ca.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/add_yaql_engine_options-200fdcfda04683ca.yaml diff --git a/releasenotes/notes/add_yaql_engine_options-200fdcfda04683ca.yaml b/releasenotes/notes/add_yaql_engine_options-200fdcfda04683ca.yaml new file mode 100644 index 000000000..6f4455ce9 --- /dev/null +++ b/releasenotes/notes/add_yaql_engine_options-200fdcfda04683ca.yaml @@ -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.