Skip to content

Commit 723caab

Browse files
committed
edit notes
1 parent caae3b3 commit 723caab

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/11

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,35 @@ mts: true
88

99
## 11.6.5 {#1165}
1010

11-
**Release date: March ___, 2026**
11+
**Release date: April ___, 2026**
1212

1313
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.5" text="Go to Marketplace" title="Download version 11.6.5 from the Marketplace" %}}
1414

1515
### New Features
16-
17-
- We added support for strict mode in offline apps (PWA and Native Mobile). Though be aware that switching strict mode on for existing offline apps, it may cause problems for existing apps that still call the old API (retrieve_by_xpath) in full synchronization as the retrieve_by_xpath is not available in strict mode.
18-
- Portable App Distribution (Beta)
19-
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.
20-
More insights or information, please see [documentation](update_link_here)
16+
2117
- We added support for XPath constraints in nanoflow database retrieves to follow associations from a variable, so comparisons like `$var/Association = $var` now work.
18+
- 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.
19+
20+
#### Portable App Distribution (Beta)
21+
22+
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. More insights or information, please see [documentation](update_link_here)
2223

2324
### Improvements
2425

2526
- We improved the resizing behavior of object list grids when editing pluggable widget properties in Studio Pro. These grids now resize when their dialog is resized. This enhancement, for example, improves the resizing of the "Columns" grids in data grid 2.
26-
- Update the .NET runtime version installed with Studio Pro to .NET 10.0.3.
27-
- We no longer create ProcessedTask entries for the MendixRuntime-UpdateScheduledEvent and MendixRuntime-DeleteScheduledEvent system tasks.
28-
- We now cleanup pending MendixRuntime-UpdateScheduledEvent and MendixRuntime-DeleteScheduledEvent system tasks before synchronizing scheduled events. (Tickets 261783, 268157, 268325, 268970, 269591, 270061, 270125, 271453, 272736, 273833, 273982)
29-
- We have changed the level of log messages on the SystemTask log node to debug. For non-development deployments this log node was set to info, which was causing too many messages.
27+
- We updated the .NET runtime version installed with Studio Pro to .NET 10.0.3.
28+
- We no longer create ProcessedTask entries for the `MendixRuntime-UpdateScheduledEvent` and `MendixRuntime-DeleteScheduledEvent` system tasks.
29+
- We now cleanup pending `MendixRuntime-UpdateScheduledEvent` and `MendixRuntime-DeleteScheduledEvent` system tasks before synchronizing scheduled events. (Tickets 261783, 268157, 268325, 268970, 269591, 270061, 270125, 271453, 272736, 273833, 273982)
30+
- We have changed the level of log messages on the `SystemTask` log node to debug. For non-development deployments this log node was set to `info`, which was causing too many messages.
3031
- We introduced an opt-in runtime setting `MaxRetrieveAmount` that limits the maximum amount of objects retrieved by database datasource operation. (Ticket 236618, Ticket 247111)
3132
- We've changed how popups are initially rendered in the React client. They will now not be available to UI testing frameworks until they are actually ready to be used.
3233

3334
### Fixes
3435

3536
- We fixed an issue where an OQL with a `UNION` of more than two `NULL` and non-`NULL` expressions could fail. For example, a `UNION` query of three `SELECT`s with two `NULL`s and a numeric value or object ID no longer fails in PostgreSQL. (Ticket 273187)
3637
- We now ensure all columns in all branches of the top level `UNION` in an OQL query have a name or alias to avoid issues with databases that require them, like SQL Server.
37-
- We fixed an error in Offline Retrieve Action when the entity is not accessible to the current user. (Ticket #266127)
38-
- We fixed an issue in database retrievals with constraints in offline apps that caused empty result sets when the constraint referred to an association defined on a generalization of the entity of the database retrieval (fixes #267432).
38+
- We fixed an error in Offline Retrieve Action when the entity is not accessible to the current user. (Ticket 266127)
39+
- We fixed an issue in database retrievals with constraints in offline apps that caused empty result sets when the constraint referred to an association defined on a generalization of the entity of the database retrieval. (Ticket 267432)
3940
- We fixed an issue in offline apps where database retrievals using reverse associations returned empty or incorrect results. (Ticket 273198)
4041
- The Workflow Commons module URL now correctly respects the `MarketplaceUrlP` configuration variable.
4142
- We fixed an issue where the select all for Data grid 2 over multiple pages did not work correctly when configured with a view entity. (Ticket 263928)

0 commit comments

Comments
 (0)