Skip to content

Added KI for MaxRetrieveSize #9337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.20.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ title: "10.20"
url: /releasenotes/studio-pro/10.20/
description: "The release notes for Mendix Studio Pro 10.20 (including all patches) with details on new features, bug fixes, and known issues."
weight: 80
# KI: "`MaxRetrieveSize` runtime setting": UFC-1518
---

## 10.20.0 {#10200}
@@ -112,3 +113,8 @@ This setting is relevant only for apps that:
2. Have users that are marked as web service user, and
3. Have clients accessing published OData and/or REST services using the credentials of one of these web service users,
4. Are unable to delete these web service users and recreate them as regular users.

### Known Issues

* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
* Workaround – Change 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)
8 changes: 8 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.21.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ title: "10.21"
url: /releasenotes/studio-pro/10.21/
description: "The release notes for Mendix Studio Pro 10.21 (including all patches) with details on new features, bug fixes, and known issues."
weight: 79
# KI: "`MaxRetrieveSize` runtime setting": UFC-1518
---
## 10.21.1 {#10211}

@@ -14,6 +15,11 @@ weight: 79

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

### Known Issues

* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
* Workaround – Change 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)

## 10.21.0 {#10210}

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

* <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.
* Fixed in [10.21.1](#fix-installer-certification)
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
* Workaround – Change 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)