Skip to content

Commit af950ee

Browse files
committed
Added KI for MaxRetrieveSize
The new MaxRetrieveSize setting has unforeseen consequences. We will add a KI for now and revert the changes in the next Mendix version
1 parent 0932fb7 commit af950ee

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@ This setting is relevant only for apps that:
112112
2. Have users that are marked as web service user, and
113113
3. Have clients accessing published OData and/or REST services using the credentials of one of these web service users,
114114
4. Are unable to delete these web service users and recreate them as regular users.
115+
116+
### Known Issues
117+
118+
* The `MaxRetrieveSize` runtime setting also affects synchronization and retrieve by association in microflows. As a workaround, you can set the setting to a number higher than the amount of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ weight: 79
1414

1515
* <a id="fix-installer-certification"></a> We fixed a [known issue](#ki-installer-certification) where the previous installer was not properly digitally signed, which could trigger security warnings from Windows or Microsoft Edge during download and installation.
1616

17+
### Known Issues
18+
19+
* The `MaxRetrieveSize` runtime setting also affects synchronization and retrieve by association in microflows. As a workaround, you can set the setting to a number higher than the amount of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)
20+
1721
## 10.21.0 {#10210}
1822

1923
**Release date: March 25, 2025**
@@ -174,3 +178,4 @@ This improvement simplifies widget code. Widget developers no longer need to set
174178

175179
* <a id="ki-installer-certification"></a>The installer for Studio Pro 10.21.0 is not properly signed with the official Mendix code signing certificate. Because of this, Windows/Edge may show warnings or errors when downloading and/or installing this version (depending on your Windows Smart App Control/SmartScreen settings). This issue will be resolved in Studio Pro 10.21.1.
176180
* Fixed in [10.21.1](#fix-installer-certification)
181+
* The `MaxRetrieveSize` runtime setting also affects synchronization and retrieve by association in microflows. As a workaround, you can set the setting to a number higher than the amount of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)

0 commit comments

Comments
 (0)