Release note for not persisting '__task_execution' in DB

(cherry picked from commit e42c515a5f)

Change-Id: I1d3c3a32dcb4873970c1b7ef8b4328211535b164
This commit is contained in:
Renat Akhmerov 2018-04-18 13:11:59 +07:00 committed by Dougal Matthews
parent ee3812aed2
commit 1f79117fc1
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
fixes:
- Mistral was storing some internal information in task execution
inbound context ('task_executions_v2.in_contex' DB field) to DB.
This information was needed only to correctly implement the YAQL
function task() without arguments. A fix was made to not store
this information in the persistent storage and rather include it
into a context view right before evaluating expressions where
needed. So it slightly optimizes spaces in DB.