# 2025.8.0

Upgrade Notes

None.

***

Improvements

\[TASKS] Assign tasks to multiple persons It is now possible to assign tasks to a list of persons instead of just a single person.

\[POLICIES] Placeholder for unchecked environments in policy dashboard A placeholder is now shown in the policy dashboard for environments where the deployed revision has not yet been checked, making it more intuitive why policy results are not yet shown.

\[POLICIES] DOM\_0002 creates check results per failing member access rule DOM\_0002 (Use read only attributes in XPath constraints) now creates check results for each member access rule that fails. The message has also been improved to show which attributes and associations the user role has write access to.

\[POLICIES] MF\_0008 supports regex for logging microflow matching MF\_0008 (Logging Standards - Microflows) now allows a regex to be specified to match a logging microflow as the first action in a custom error handler, instead of only accepting log actions. Note: it is necessary to re-load the defaults for this policy rule for the configuration option to appear.

\[POLICIES] COMP\_0005 creates check results per overaged component COMP\_0005 (Max component age) now creates a check result for each component that is older than the configured maximum age.

\[INSIGHTS] Added processed on column to component insights page A processed on column has been added to the Component Insights page, showing when the revision that uses the listed component was scanned by AppControl. This makes it more intuitive why updated components are not yet displayed.

\[CORE] Reduced processing time for GIT-hosted app models The processing time for app models stored in GIT repositories has been reduced by 50–75% for large repositories.

***

Resolved Issues

\[UX & SUPPORT] Unable to close unsubmitted feedback Fixed a bug that prevented closing feedback that had not yet been submitted.

\[TASKS] Name and description of archived tasks not visible Fixed a bug that prevented seeing the name and description of archived tasks.

\[CORE] GIT processing hangs for large app repositories Implemented GIT optimizations to handle large app repositories that were causing model processing to hang in exceptional circumstances.

\[ALERTS] Only single environment per app displayed in app dashboard Fixed a bug in the App Dashboard where only a single environment per app was displayed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluestorm.io/support/releases/appcontrol-2025/2025.8.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
