You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.9.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,23 @@ title: "11.9"
3
3
url: /releasenotes/studio-pro/11.9/
4
4
description: "The release notes for Mendix Studio Pro 11.9 (including all patches) with details on new features, bug fixes, and known issues."
5
5
weight: 91
6
-
# KI: "Import module with widgets": APPEXT-1301
6
+
# KI: "Using an Oracle database": Ticket 275597
7
7
---
8
8
9
+
## 11.9.1 {#1191}
10
+
11
+
**Release date: April 17 , 2026**
12
+
13
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.9.1" text="Go to Marketplace" title="Download version 11.9.1 from the Marketplace" %}}
14
+
15
+
### Fixes
16
+
17
+
- <aid="fix-module-import"></a>We fixed a [known issue](/releasenotes/studio-pro/11.9/#known-issues) where subsequent imports of widget-containing modules silently failed.
18
+
- We significantly improved the load times for microflows in the Extensibility API.
19
+
- We fixed a bug where wrong type name was returned for **Custom Blob** documents during the rename event payload in the Extensibility API.
20
+
- We made Event sub-process start activity in workflow not draggable.
21
+
- We made main start activity in Workflow not draggable to prevent users from accidentally dragging it and losing their progress. This change will help improve the user experience and prevent frustration caused by accidental drags.
22
+
9
23
## 11.9.0 {#1190}
10
24
11
25
**Release date: March 31, 2026**
@@ -68,7 +82,7 @@ For more information, see [Portable App Distribution](/developerportal/deploy/po
68
82
69
83
#### Widget and Module Marketplace Metadata {#widget-module-metadata}
70
84
71
-
We changed how Studio Pro stores Marketplace identity data for widgets. This data is now stored in a single shared file, widgets-appstore-metadata.json, located in the root of your app project, instead of inside each individual widget's .mpk file. Additionally, some Marketplace modules could have an incorrect version string in the app model, these are now corrected automatically. When you open your app, all widget files are updated, the new `widgets-appstore-metadata.json` file is created, and any module version strings are corrected. These will appear as changes in your version control, commit them as part of your upgrade.
85
+
We changed how Studio Pro stores Marketplace identity data for widgets. This data is now stored in a single shared file, `widgets-appstore-metadata.json`, located in the root of your app project, instead of inside each individual widget's *.mpk* file. Additionally, some Marketplace modules could have an incorrect version string in the app model, these are now corrected automatically. When you open your app, all widget files are updated, the new `widgets-appstore-metadata.json` file is created, and any module version strings are corrected. These will appear as changes in your version control, commit them as part of your upgrade.
72
86
73
87
#### Other Improvements
74
88
@@ -173,3 +187,4 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat
173
187
174
188
* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
175
189
* After you import a module with widgets (for example, the Data Widgets module) or just a widget, Studio Pro enters a state where subsequent imports of widget-containing modules silently fail. Studio Pro may appear to complete the import successfully but fails to actually import the module and its widgets. Studio Pro must be restarted to install another module with widgets, it is not sufficient to close the app or the Marketplace. The issue also persists for downloaded modules with widgets that are manually installed. <br/> We are working on the solution for this issue, the fix will be released as soon as possible in the upcoming patched versions.
0 commit comments