Skip to content

Release notes CP330 #9907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Follow the links in the table below to see the release notes you want:

| Type of Deployment | Last Updated |
| --- | --- |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | July 18, 2025 |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | July 27, 2025 |
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | July 10, 2025 |
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | July 3, 2025 |
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | August 27, 2024 |
Expand Down
14 changes: 13 additions & 1 deletion content/en/docs/releasenotes/deployment/mendix-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ For information on the current status of deployment to Mendix Cloud and any plan

## 2025

### July 27, 2025

#### New Features

* We have enhanced the reliability of the health icon. As part of this update, we introduced a new **Alerts** label to indicate critical or warning-level [alerts](/developerportal/operate/monitoring-application-health/) from the application logs. The health icon now exclusively reflects the environment's running status.

#### Bug Fixes

* We fixed an issue where users were unable to view backups of their Sandbox apps. (Ticket 252022)
* We improved the **Export to Excel** option in the [Model Options](/developerportal/deploy/environments-details/#model-options) tab. The exported file now uses a comma delimiter instead of a semicolon. (Feedback #1460)
* We refined the sorting behavior on the **Permissions** page. Items are now sorted by name and grouped by type (Role-based / Non-role-based) (Feedback #1458)

### July 18, 2025

#### New Features
Expand All @@ -33,7 +45,7 @@ For information on the current status of deployment to Mendix Cloud and any plan

#### Bug Fixes

* We have implemented strict validation on the [Upload Package API](https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api-2/#upload-package). The request parameter keys now require exact name matching, especially for the file key.
* We have implemented strict validation on the [Upload Package API](/apidocs-mxsdk/apidocs/deploy-api-2/#upload-package). The request parameter keys now require exact name matching, especially for the file key.
* We fixed an issue where the **Resource Mismatch** label was displayed incorrectly. This label will now appear only when the UI scale settings differ from the backend cloud resource settings.

### June 27, 2025
Expand Down