Skip to content

Update mendix-cloud.md #9831

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 3 commits into from
Jul 14, 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/) | June 27, 2025 |
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | July 13, 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
7 changes: 7 additions & 0 deletions content/en/docs/releasenotes/deployment/mendix-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ For information on the current status of deployment to Mendix Cloud and any plan

## 2025

### July 13, 2025

#### 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 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

#### Bug Fixes
Expand Down