Relase Notes 2026.2

Version 2026.2.1

FIX: Occasional null reference exception in for-each workflow block

We fixed an issue where a NullReferenceException could occasionally occur in the for-each workflow block due to incorrect initialization order of the workflow call and event handler registration. The initialization order was adjusted to prevent accessing a null call reference.

FIX: Parameters were not passed to XsltDataPage when using custom filtres

Fixed an issue where Model API endpoints based on XsltDataPage did not pass path parameters when the AllowCustomFilters property was set to True. Parameters are now correctly propagated when custom filters are used.