Skip to content

Commit fcdd64f

Browse files
Merge pull request #9687 from mendix/Maria-10.21-rn-update
Add a deprecation
2 parents fc8566a + 86f7adc commit fcdd64f

File tree

1 file changed

+2
-1
lines changed
  • content/en/docs/releasenotes/studio-pro/10

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ This improvement simplifies widget code. Widget developers no longer need to set
149149
* We resolved a potential crash when moving a folder into its child folder. It is now not possible to move a parent folder into any of its child folders.
150150
* We fixed an error that occurred when using keyboard navigation in a tree control.
151151
* We fixed an issue that in Studio Pro on macOS the **Check all** and **Uncheck all** toolbar buttons did not work.
152-
* We fixed an issue where parameter encoding for **Send REST Request** activities was not consistent with parameter encoding in Consumed REST Services. This sometimes resulted in double encoding of parameter values when sending from microflows, leading to unexpected results. With the fix the **Send REST Request** microflow activity uses the parameter values as provided. This is consistent with sending a request in a Consumed REST Service in Studio Pro. For backwards compatibility, existing projects that use Consumed REST Services will keep working the same as before. We added an option in **App settings** > **Miscellaneous** tab to disable the encoding of URL parameters for the **Send REST Request** microflow activities. This option will be deprecated in Mendix 11.
152+
* <a id="fix-parameter-encoding"></a>We fixed an issue where parameter encoding for **Send REST Request** activities was not consistent with parameter encoding in Consumed REST Services. This sometimes resulted in double encoding of parameter values when sending from microflows, leading to unexpected results. With the fix the **Send REST Request** microflow activity uses the parameter values as provided. This is consistent with sending a request in a Consumed REST Service in Studio Pro. For backwards compatibility, existing projects that use Consumed REST Services will keep working the same as before. We added an option in **App settings** > **Miscellaneous** tab to disable the encoding of URL parameters for the **Send REST Request** microflow activities. This option is [deprecated](#deprecation-rest-request) and will be removed in Mendix 11
153153
* We fixed an issue where using a view entity in a subquery within an OQL `FROM` clause was not working correctly, as in `SELECT Attribute FROM (SELECT Attribute FROM ViewEntity)`.
154154
* We resolved an issue in the **View entity** dialog box where autocompletion in the OQL editor did not work correctly when the `SELECT` clause appeared before the `FROM` clause, and the cursor was positioned after a comma separating selected attributes. This fix ensures the editor will provide accurate suggestions in these scenarios.
155155
* We fixed an issue where a view entity with a Long attribute showed Integer for that attribute in the live preview.
@@ -173,6 +173,7 @@ This improvement simplifies widget code. Widget developers no longer need to set
173173
### Deprecations
174174

175175
* We removed support for Java 11 and Java 17, please use Java 21. For more information, see the [Java](/refguide10/system-requirements/#java) section in *System Requirements*.
176+
* <a id="deprecation-rest-request"></a>We deprecated the **Automatically Encode Parameter Values in Send REST Request Microflow Activities** option in **App settings** > **Miscellaneous** tab that disables the encoding of URL parameters for the **Send REST Request** microflow activities. This option was only introduced for backwards compatibility of projects that use Consumed REST Services and have an [issue with parameter encoding](#fix-parameter-encoding) and will be removed in Mendix 11.
176177

177178
### Breaking Changes
178179

0 commit comments

Comments
 (0)