Skip to content

Commit e95ee50

Browse files
added release note per request from the team
1 parent 7f71f4b commit e95ee50

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

content/en/docs/releasenotes/studio-pro/10/10.24.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
2424

2525
* 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.
2626

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+
2738
### Improvements
2839

2940
* 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
6778

6879
### New Features
6980

70-
#### Mendix Portable Runtime
81+
#### Mendix Portable Runtime (Beta)
7182

7283
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/).
7384

content/en/docs/releasenotes/studio-pro/11/11.11.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ weight: 89
2222
2323
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/).
2424

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+
2536
#### Other New Features
2637
2738
* We introduced a modernized Debugger pane as part of the updated Debugger experience.

content/en/docs/releasenotes/studio-pro/11/11.6.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ mts: true
2020

2121
* 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.
2222

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+
2334
### Improvements
2435

2536
* 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
132143
* We added support for XPath constraints in nanoflow database retrieves to follow associations from a variable, so comparisons like `$var/Association = $var` now work.
133144
* 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.
134145

135-
#### Mendix Portable Runtime
146+
#### Mendix Portable Runtime (Beta)
136147

137148
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.
138149

content/en/docs/releasenotes/studio-pro/11/11.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ weight: 91
4343
* You can now undo changes generated by Maia on a per-document basis.
4444
* Maia can now set annotation texts in the logic editors.
4545

46-
#### Mendix Portable Runtime
46+
#### Mendix Portable Runtime (Beta)
4747

4848
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.
4949

0 commit comments

Comments
 (0)