v10.2.0
Feature
-
feat(form): add more case info to jexl context (
ab73edd
) -
feat(jexl): add main_case_form to info object
This is convenient when you'd like to write a JEXL expression in a task
form attached to some work item, that depends on the main case's form. (bcb9136
)
Fix
- fix(validation): do not block __typename when introspection is disabled
The DisableIntrospection
validator rejects everything that could
lead to insight into the schema. Sadly, our frontends rely on having
__typename
available, thus we need our own validator that allows this
specific introspection key (but not anything else) (46f2184
)