Skip to content

v10.2.0

Compare
Choose a tag to compare
@czosel czosel released this 21 May 11:26
· 76 commits to main since this release

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)