Skip to main content

2025.2.0 to 2025.2.1

1. No Execution of invalid Filters

What changed

In previous versions, only Filters from FilterExtensions were tested for validity. Filtering via URL was possible using non-filterable Fields. With this update, filters created from other sources than FilterExtensions are evaluated before execution. Invalid filters trigger an error message and will not be applied.

Why it matters

Filters must be tested for validity in order to prevent involuntary disclosure of information.

Filters that rely on non-filterable fields now trigger an error. In this case, please edit the filter and remove references to non-filterable fields.