v8.0.0-beta.21
Pre-release
Pre-release
v8.0.0-beta.21 (17 November 2022)
Feature
- data_source: Add question and context arguments for data sources (
cb2739e
)
Breaking
- The method
get_data
on data sources receives two new argumentsquestion
(caluma question model) andcontext
(dict). The methodvalidate_answer_value
on data sources receives a new argumentcontext
(dict). (cb2739e
)