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/10/10.24.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,17 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
24
24
25
25
* We now support Rspack as a new bundler for React client applications, delivering faster bundling and lower memory usage. It is now generally available, while Rollup remains the default bundler for now. We recommend switching to Rspack via the **App bundler** setting under **App** > **Settings** > **Runtime**. The selection is stored in the `app-bundler` file in the project root.
26
26
27
+
#### Mendix Portable Runtime (GA)
28
+
29
+
Mendix Portable Runtime (previously called Portable App Distribution) packages your Mendix application as a bundle runtime package, making it portable, self-contained, and compatible with any modern container runtime - including Kubernetes, Docker, and any OCI-compliant environment.
30
+
31
+
##### Key Capabilities
32
+
33
+
* Simple packaging - Build a container image and deploy. No buildpack configurations or platform-specific scripts to manage.
34
+
* Run anywhere - On-premises Kubernetes, managed cloud services, local Docker - Mendix Portable Runtime behaves consistently across all of them.
35
+
* CI/CD ready - Fits naturally into existing pipelines using tools your DevOps teams already use: Docker, Kubernetes, Helm, and standard container registries.
36
+
* No proprietary tooling - Works with the open standards your teams already know.
37
+
27
38
### Improvements
28
39
29
40
* We now automatically stop Gradle daemons when you exit Studio Pro, so unnecessary background processes no longer continue running. (Ticket 258422)
@@ -67,7 +78,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
67
78
68
79
### New Features
69
80
70
-
#### Mendix Portable Runtime
81
+
#### Mendix Portable Runtime (Beta)
71
82
72
83
Mendix Portable Runtime (previously called Portable App Distribution) revolutionizes server deployments and simplifies local testing by packaging applications as self-contained zip files that include all dependencies, scripts, and configurations for instant deployment across any environment. This approach eliminates complex installation procedures while providing flexible HOCON-based configuration management for seamless operations across development, testing, and production environments. For more information, see [Mendix Portable Runtime](/developerportal/deploy/portable-app-distribution-deploy/).
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.11.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,17 @@ weight: 89
22
22
23
23
We are releasing the beta version of the data transformer, which allows you to transform complex JSON data, including in cases that were not previously supported. You can use a data transformer as preprocessing step before passing the data into an import mapping, or use the transformed JSON directly, for example to send data to another system. For more information, see [Data Transformer (Beta)](/refguide/data-transformers/).
24
24
25
+
#### Mendix Portable Runtime (GA)
26
+
27
+
Mendix Portable Runtime (previously called Portable App Distribution) packages your Mendix application as a bundle runtime package, making it portable, self-contained, and compatible with any modern container runtime - including Kubernetes, Docker, and any OCI-compliant environment.
28
+
29
+
##### Key Capabilities
30
+
31
+
* Simple packaging - Build a container image and deploy. No buildpack configurations or platform-specific scripts to manage.
32
+
* Run anywhere - On-premises Kubernetes, managed cloud services, local Docker - Mendix Portable Runtime behaves consistently across all of them.
33
+
* CI/CD ready - Fits naturally into existing pipelines using tools your DevOps teams already use: Docker, Kubernetes, Helm, and standard container registries.
34
+
* No proprietary tooling - Works with the open standards your teams already know.
35
+
25
36
#### Other New Features
26
37
27
38
* We introduced a modernized Debugger pane as part of the updated Debugger experience.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.6.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,17 @@ mts: true
20
20
21
21
* We now support Rspack as a new bundler for React client applications, delivering faster bundling and lower memory usage. It is now generally available, while Rollup remains the default bundler for now. We recommend switching to Rspack via the **App bundler** setting under **App** > **Settings** > **Runtime**. The selection is stored in the `app-bundler` file in the project root.
22
22
23
+
#### Mendix Portable Runtime (GA)
24
+
25
+
Mendix Portable Runtime (previously called Portable App Distribution) packages your Mendix application as a bundle runtime package, making it portable, self-contained, and compatible with any modern container runtime - including Kubernetes, Docker, and any OCI-compliant environment.
26
+
27
+
##### Key Capabilities
28
+
29
+
* Simple packaging - Build a container image and deploy. No buildpack configurations or platform-specific scripts to manage.
30
+
* Run anywhere - On-premises Kubernetes, managed cloud services, local Docker - Mendix Portable Runtime behaves consistently across all of them.
31
+
* CI/CD ready - Fits naturally into existing pipelines using tools your DevOps teams already use: Docker, Kubernetes, Helm, and standard container registries.
32
+
* No proprietary tooling - Works with the open standards your teams already know.
33
+
23
34
### Improvements
24
35
25
36
* We now automatically stop Gradle daemons when you exit Studio Pro, so unnecessary background processes no longer continue running. (Ticket 258422)
@@ -132,7 +143,7 @@ Additionally, some Marketplace modules could have an incorrect version string in
132
143
* We added support for XPath constraints in nanoflow database retrieves to follow associations from a variable, so comparisons like `$var/Association = $var` now work.
133
144
* We added support for strict mode in offline apps (PWA and Native Mobile). Please note that switching strict mode on for existing offline apps may cause problems for existing apps that still call the old API (`retrieve_by_xpath`) in full synchronization, because the `retrieve_by_xpath` is not available in strict mode.
134
145
135
-
#### Mendix Portable Runtime
146
+
#### Mendix Portable Runtime (Beta)
136
147
137
148
Mendix Portable Runtime (previously called Portable App Distribution) revolutionizes server deployments and simplifies local testing by packaging applications as self-contained zip files that include all dependencies, scripts, and configurations for instant deployment across any environment. This approach eliminates complex installation procedures while providing flexible HOCON-based configuration management for seamless operations across development, testing, and production environments.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.9.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ weight: 91
43
43
* You can now undo changes generated by Maia on a per-document basis.
44
44
* Maia can now set annotation texts in the logic editors.
45
45
46
-
#### Mendix Portable Runtime
46
+
#### Mendix Portable Runtime (Beta)
47
47
48
48
We have added a new Mendix Portable Runtime option for deployments. Mendix Portable Runtime (previously called Portable App Distribution) revolutionizes server deployments and simplifies local testing by packaging applications as self-contained ZIP files that include all dependencies, scripts, and configurations for instant deployment across any environment. This approach eliminates complex installation procedures while providing flexible file-based configuration management for seamless operations across development, testing, and production environments.
0 commit comments