DSL Context
In version 1.0, when importing data from the context, it was accessed usingrequest.field_name
and injected into the rule as a parameter. In version 1.1, this has been updated to access it as context.data.field_name
within the rule.
v1.0
v1.1
Lookup Entity Scopes
A new field calledscope
has been added to the lookup entity and lookup entity stream APIs. Here’s an example of how the scope can be used:
Page Size Limitations
The maximum validation for thepage_size
field in the lookup entity and lookup entity stream APIs was previously set to 100. This restriction has been removed, and there is now no limit on the page size.