Skip to content

Commit 50a34d8

Browse files
authored
Merge pull request mendix#8881 from mendix/10-6-19-RNs
10.6.19 RNs
2 parents b7c8987 + 08b29a0 commit 50a34d8

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

  • content/en/docs/releasenotes/studio-pro/10

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

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,39 @@ mts: true
1414
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
1515
{{% /alert %}}
1616

17+
## 10.6.19
18+
19+
**Release date: January 8, 2024**
20+
21+
### Improvements
22+
23+
- 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).
24+
- We have upgraded bundled the Node.js version from v16 to v20.
25+
- We set Studio Pro to use the legacy expression editor by default on Windows. The modernized version can be activated via Preferences.
26+
27+
### Fixes
28+
29+
- 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 in the **App Explorer**). (Ticket 221458)
30+
- We fixed an issue where roles assigned to a user are ignored momentarily during runtime. (Ticket 221900)
31+
- We 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)
32+
- We fixed Studio Pro freezes that occured when editing pages.
33+
- We fixed an error that could appear when selecting a Team Server App in the Branch Line Manager.
34+
- We fixed an issue in the OpenApi 2.0 (**swagger.json**) document for published REST services. Specifically, operations that return an object using an export mapping based on an entity message definition would have an `xml` property in the response schema that should not have been there.
35+
- We fixed an issue in Studio Pro consumed web services where some corrupted imported WSDL files would not only give a consistency error, but also an error popup.
36+
- 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.
37+
- 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.
38+
- Fixed several issues in the Offline Profile validations that could cause an Oops dialog to appear.
39+
- We fixed an issue where using the offline web profile could cause errors when sessions were being cleaned up.
40+
41+
### Known Issues
42+
43+
* A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions.
44+
* Fixed in [10.17.0](/releasenotes/studio-pro/10.17/#fix-finished-parallel-split).
45+
* There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements.
46+
* Fixed in [10.17.0](/releasenotes/studio-pro/10.17/#fix-positioning-error).
47+
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box.
48+
* Fixed in [10.18.0](/releasenotes/studio-pro/10.18/#fix-line-endings).
49+
1750
## 10.6.18 {#10618}
1851

1952
**Release date: November 20, 2024**
@@ -28,7 +61,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
2861
### Fixes
2962

3063
* We fixed an issue where a data validation error triggered on a rollback or a delete. We now remove data validation errors for objects that are rolled back or deleted. Any validation errors that you generate manually using a [validation feedback](/refguide/validation-feedback/) action will also be removed when an object is rolled back or deleted. (Ticket 192090)
31-
3264
* We fixed an issue in the Dojo client where a microflow using **Close all pages** activity followed by an **Open page** activity failed to open the page in specific situations after using the browser’s back button. (Ticket 229707)
3365
* We fixed an issue where scheduled events stopped being rescheduled after database connection issues occurred. (Ticket 230873)
3466
* We fixed an issue where a service worker in a PWA cached the *index.html*. This caused issues when a *new index.html* was generated, for instance, when migrating an application from the Dojo to the React client.

0 commit comments

Comments
 (0)