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
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/10/10.6.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,29 @@ mts: true
14
14
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
15
15
{{% /alert %}}
16
16
17
+
## 10.6.19
18
+
19
+
### Improvements
20
+
21
+
- We added a custom runtime setting `DataStorage.OptimizeSecurityColumns` to optimize columns that are added to the SQL generated for retrieve actions to evaluate XPath constraints in entity access rules. (Ticket 229009).
22
+
- We have upgraded bundled the Node.js version from v16 to v20.
23
+
- We set Studio Pro to use the legacy expression editor by default on Windows. The modernized version can be activated via Preferences.
24
+
25
+
### Fixes
26
+
27
+
- We have improved the memory usage of the Dojo client when running an app for an extended period of time by fixing several memory leaks that would occur when opening thousands of pages. (Ticket 232228)
28
+
- We fixed an exception (OOPS dialog) that occurs during a 'MouseUp' event in a data grid (when the user releases the mouse button over a grid or a tree, such as the 'App Explorer') - (Ticket #221458).
29
+
- We fixed Studio Pro freezes that might happen when editing pages.
30
+
- We fixed an error that could appear when selecting a Team Server App in the Branch Line Manager.
31
+
- We fixed an issue in the OpenApi 2.0 (swagger.json) document for published REST services, where operations that return an object using an export mapping based on an entity message definition would have and `xml` property in the response schema that should not have been there.
32
+
- We fixed an issue in consumed web services in Studio Pro, where some corrupted imported WSDL files would not only give a consistency error, but also an error popup.
33
+
- We fixed an issue in the call REST service and call web service activities in Studio Pro, where setting an empty timeout expression would give an error. Now it gives a consistency error.
34
+
- We fixed an issue in the error details reported by published OData services. For errors containing more than one error detail, such as when a client inserts an object with multiple required attributes missing from the request body, the order in which these details were produced was inconsistent. This inconsistency meant that changing the runtime version could alter the order.
35
+
- Fixed several issues in the Offline Profile validations that could cause an Oops dialog to appear
36
+
- We fixed an issue where roles assigned to a user are ignored momentarily during runtime. (Ticket #221900)
37
+
- We fixed an issue where using the offline web profile could cause errors when sessions were being cleaned up.
0 commit comments