From 864d792480e262ce8297d22c7ae13c4795350080 Mon Sep 17 00:00:00 2001 From: NehaGit30 Date: Thu, 6 Nov 2025 15:23:09 +0100 Subject: [PATCH 1/2] Update mendix-cloud.md New feature - IP blocklisting bug fix - deletion of custom domain route --- .../en/docs/releasenotes/deployment/mendix-cloud.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud.md b/content/en/docs/releasenotes/deployment/mendix-cloud.md index 5d301d2a798..5431fef6ed1 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud.md @@ -16,6 +16,17 @@ For information on the current status of deployment to Mendix Cloud and any plan ## 2025 +### November 9, 2025 + +#### New Features + +* We have added a new feature to blocklist the IP addresses at root level of the app URL. In 'Cloud settings' page, there is a new tab 'IP Restriction Profile' where the IP to be blocked can be configured. This profile can be attached in 'Networks page' under the section 'IP Access Restrictions' similar to 'Path Based Access Restrictions'. + +#### Bug Fixes + +* We have fixed an issue where custom domain routes were not removed entirely, even when they were deleted from the App. + + ### October 29, 2025 #### New Features From 9bdf11e44f01cd533cfd91b45d65f5e07ab3fb7e Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Fri, 7 Nov 2025 16:39:19 +0100 Subject: [PATCH 2/2] Public Cloud release notes for Nov 9 --- content/en/docs/releasenotes/deployment/_index.md | 2 +- content/en/docs/releasenotes/deployment/mendix-cloud.md | 5 ++--- layouts/partials/landingpage/latest-releases.html | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/content/en/docs/releasenotes/deployment/_index.md b/content/en/docs/releasenotes/deployment/_index.md index cd9e807ae0d..aa9acee16fa 100644 --- a/content/en/docs/releasenotes/deployment/_index.md +++ b/content/en/docs/releasenotes/deployment/_index.md @@ -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/) | October 29, 2025 | +| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | November 9, 2025 | | [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | November 6, 2025 | | [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | November 6, 2025 | | [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | August 27, 2024 | diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud.md b/content/en/docs/releasenotes/deployment/mendix-cloud.md index 5431fef6ed1..44d0f6d8879 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud.md @@ -20,13 +20,12 @@ For information on the current status of deployment to Mendix Cloud and any plan #### New Features -* We have added a new feature to blocklist the IP addresses at root level of the app URL. In 'Cloud settings' page, there is a new tab 'IP Restriction Profile' where the IP to be blocked can be configured. This profile can be attached in 'Networks page' under the section 'IP Access Restrictions' similar to 'Path Based Access Restrictions'. +* We have added a new feature on the **Cloud Settings** page, called [IP Restriction Profiles](/developerportal/deploy/access-restrictions/#ip-restriction-profiles), to block IP addresses at the root level of your application URL. Once configured, profiles can be applied in the [IP Access Restriction](/developerportal/deploy/environments-details/#ip-access-restrictions) section on the **Networks** tab. #### Bug Fixes -* We have fixed an issue where custom domain routes were not removed entirely, even when they were deleted from the App. +* We have fixed an issue where custom domain routes were not removed entirely, even when they were deleted from the application. - ### October 29, 2025 #### New Features diff --git a/layouts/partials/landingpage/latest-releases.html b/layouts/partials/landingpage/latest-releases.html index c0689a05abc..2ea7f7cb8f5 100644 --- a/layouts/partials/landingpage/latest-releases.html +++ b/layouts/partials/landingpage/latest-releases.html @@ -14,6 +14,6 @@

Latest Releases

  • Deployment -

    October 29, 2025

    +

    November 9, 2025