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.18.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,25 @@ weight: 82
10
10
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
11
11
{{% /alert %}}
12
12
13
+
## 10.18.3 {#10183}
14
+
15
+
**Release date: February 10, 2025**
16
+
17
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.3" text="Go to Marketplace" title="Download version 10.18.3 from the Marketplace" %}}
18
+
19
+
### Improvements
20
+
21
+
- We added logging for object or attribute found in XML or JSON payload but not mapped in the **Import mapping** document. (Ticket 213729)
22
+
- We added more support for SOAP arrays in **Import mapping** documents. Previously, only array objects with `item` as a name were supported. Now, any name is allowed for array objects. (Ticket 213729)
23
+
- In the logic editors, we added validation for a return variable name in the **End Event Properties** dialog box to ensure no invalid name can be specified.
24
+
- We added support in the External Database Connector for SQL queries with column names that contain spaces and special characters.
25
+
26
+
### Fixes
27
+
28
+
- We removed the consistency error when an association data source had steps traversing from a local to an external entity. (Ticket 203958)
29
+
- We added a setting to enable Windows Authentication for a private Git server. (Ticket 234161)
30
+
- We fixed an issue in the **Call REST** action where using a file document as the request body resulted in an HTTP request without a `Content-Length` header. (Tickets 237320, 237839 and 239208)
0 commit comments