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
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
21
-
*Workaround – Change the setting to a number higher than the number of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)
20
+
*Fixed in [10.22.0](/releasenotes/studio-pro/10.22/#fix-max-retrieve-size).
22
21
23
22
## 10.21.0 {#10210}
24
23
@@ -183,5 +182,5 @@ This improvement simplifies widget code. Widget developers no longer need to set
183
182
184
183
* <aid="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.
185
184
* Fixed in [10.21.1](#fix-installer-certification)
186
-
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
187
-
*Workaround – Change the setting to a number higher than the number of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)
185
+
*<aid="ki-max-retrieve-size"></a>The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
186
+
*Fixed in [10.22.0](/releasenotes/studio-pro/10.22/#fix-max-retrieve-size).
* <aid="fix-max-retrieve-size"></a>We removed the setting and changes related to the `MaxRetrieveSize` custom runtime setting, as it had unforeseen consequences. This fixes the [known issue](/releasenotes/studio-pro/10.21/#ki-max-retrieve-size) where synchronization and retrieval by association in a microflow was limited by this setting. (Ticket 245365)
53
53
* We fixed an issue where Consumed Web Service caused validation failure in runtime for WSDL files imported locally. (Ticket 146066)
54
54
- We reapplied a fix for an issue affecting listening between widgets. (Ticket 206642)
55
55
* We fixed an issue in **Message** definitions where custom names were reset on expansion of a node. (Tickets 222597, 227958, 236152, 232930, 240806, 241561, 244349)
@@ -68,7 +68,6 @@ weight: 78
68
68
- We addressed a performance degradation during deployment involving widgets with text templates. (Ticket 245543)
69
69
- We now import only one content-type header from OpenAPI contract in the Consumed REST service. This feature is in Beta.
70
70
- We fixed an issue where not all changes were correctly updated in the runtime after a local deployment. For example, when adding or removing columns to your Datagrid 2 widget.
71
-
- We removed the setting and changes related to the `MaxRetrieveSize` custom runtime setting, as it had unforeseen consequences. This fixes issues where synchronization and retrieval by association in a microflow was limited by this setting.
72
71
- We fixed an issue where an error was shown when extracting widgets that use an *unknown* entity type into a snippet.
73
72
* We fixed an issue where the **Download Latest Version** button in the app selector downloaded the latest Windows version for MacOS users.
74
73
- We fixed an unnecessary redirect which occurred when creating a new app from the Mendix Portal.
0 commit comments