From 8aba1132a04d1547634ee8874c908daf76b5a377 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Fri, 9 Jan 2026 15:33:53 +0100 Subject: [PATCH 1/2] Upload RNs --- .../en/docs/releasenotes/studio-pro/11/11.6.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index 629959d6bf5..655ddd57945 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -6,6 +6,23 @@ weight: 94 mts: true --- + +## 11.6.2 {#1162} + +**Release date: January __, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.2" text="Go to Marketplace" title="Download version 11.6.2 from the Marketplace" %}} + +### Improvements + +- We now log a critical warning instead of aborting runtime startup if the S3 region is not configured. + +### Fixes + +- We fixed an issue in consumed OData services that have external enumeration values that are reserved words such as `Int`. The runtime would prepend an underscore to these values when applying a filter (Ticket 265706). +- We added keyboard accelerators to the **Find Usages** and **Show Call Hierarchy** options in context menus. +- We fixed the refresh of commit statuses after **Push** (**Local** > **Synced**) and **Pull** (**On Server** > **Synced**). + ## 11.6.1 {#1161} **Release date: January 8, 2026** From 3f3ab0117f5d7a0b343923a4a956ca90f76da5c5 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:11:16 +0100 Subject: [PATCH 2/2] Update 11.6.md --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index 655ddd57945..e7076cf2c4b 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -9,7 +9,7 @@ mts: true ## 11.6.2 {#1162} -**Release date: January __, 2026** +**Release date: January 12, 2026** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.2" text="Go to Marketplace" title="Download version 11.6.2 from the Marketplace" %}} @@ -19,7 +19,7 @@ mts: true ### Fixes -- We fixed an issue in consumed OData services that have external enumeration values that are reserved words such as `Int`. The runtime would prepend an underscore to these values when applying a filter (Ticket 265706). +- We fixed an issue in consumed OData services that have external enumeration values that are reserved words such as `Int`. The runtime would prepend an underscore to these values when applying a filter. (Ticket 265706) - We added keyboard accelerators to the **Find Usages** and **Show Call Hierarchy** options in context menus. - We fixed the refresh of commit statuses after **Push** (**Local** > **Synced**) and **Pull** (**On Server** > **Synced**).