2025.11.0

Upgrade Notes

None.


New Features

[INSIGHTS] Latest compatible component version display When displaying the latest version of a component, the latest version that is compatible with your Mendix version is now also displayed.

[POLICIES] COMP_0007 and COMP_0008 use latest compatible component version COMP_0007 and COMP_0008 now use the latest version of a component that is compatible with your Mendix version instead of the absolute latest version when checking for the latest version of a module or widget.

[POLICIES] COMP_0001 uses CVSS score to set severity level COMP_0001 now uses the CVSS score of a vulnerability to automatically set the severity level of the policy check result, preventing low-severity security vulnerabilities from causing high-risk alerts.

[POLICIES] Actions available for policy checks When a policy check fails, it is now possible to either send an alert or assign a task.

[TASKS] Task list A new task type is available: Task List. This enables you to create a list of tasks that must be completed as a group. Individual tasks in a task list can be assigned to different app roles, such as App Owner or App Administrator.

[RELEASES] Assign task pipeline task A new pipeline task is available: Assign Task. You can now assign a manual task that must be completed before the pipeline can continue.

[CORE] Disable configurations on environments page Configurations can now be disabled on the Environments page, preventing old configurations from being visible when selecting a configuration to deploy in a release.


Resolved Issues

[POLICIES] APP_0003 only fails for sandbox environment type APP_0003 now only fails if the environment type is Sandbox.

[RELEASES] Warning when deploy task added without build task A warning is now displayed when a Deploy task is added to a pipeline without a Build task already existing in the pipeline.

[POLICIES] DOM_0006 incorrectly checking non-persistent objects DOM_0006 now correctly checks if anonymous users can create persistent objects instead of non-persistent objects.

Last updated