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.12.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,22 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
12
12
13
13
## 10.12.14 {#101214}
14
14
15
-
**Release date: February ___, 2025**
15
+
**Release date: February 13, 2025**
16
16
17
17
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.12.14" text="Go to Marketplace" title="Download version 10.12.14 from the Marketplace" %}}
18
18
19
19
### Improvements
20
20
21
-
- We added a setting to enable Windows Authentication for a private Git server. (Ticket 234161)
22
-
- We improved the performance of published OData services that use a **Read** microflow. When the client requests to expand associations, the runtime now performs a database query per association, rather than per object (Ticket 234607).
23
-
- We now use generated BOM-refs for managed dependencies in the SBOM.
21
+
* We added a setting to enable Windows Authentication for a private Git server. (Ticket 234161)
22
+
* We improved the performance of published OData services that use a **Read** microflow. When the client asks to expand associations, the runtime now performs a database query per association, rather than per object (Ticket 234607).
23
+
* We now use generated BOM-refs for managed dependencies in the SBOM.
24
24
25
25
### Fixes
26
26
27
-
- We fixed an issue where a progressive web app (PWA) installed a prompt incorrectly appearing for non-PWA apps on Chrome. (Ticket 230439)
28
-
- We fixed an issue where retrieving an external entity with a non-sortable key attribute resulted in an error. (Ticket 236093)
29
-
- We fixed an issue in external entities that have an unlimited string as part of their key. Studio Pro supports this as long as you set a maximum length on the attribute. When you upgraded an app to Studio Pro version 10.12.11 or above, the runtime could not start because it detected a change in the length of the database column. Now the app starts without changing the length of the database column. (Ticket 239892)
30
-
- We fixed an issue in consumed web services where selecting a WSDL from a network drive that required authentication but did not return a WWW-Authenticate header resulted in an error.
27
+
* We fixed an issue where a prompt to install a progressive web app (PWA) incorrectly appeared for non-PWA apps on Chrome. (Ticket 230439)
28
+
* We fixed an issue where retrieving an external entity with a non-sortable key attribute resulted in an error. (Ticket 236093)
29
+
* We fixed an issue in external entities that have an unlimited string as part of their key. Studio Pro supports this as long as you set a maximum length on the attribute. When you upgraded an app to Studio Pro version 10.12.11 or above, the runtime could not start because it detected a change in the length of the database column. Now the app starts without changing the length of the database column. (Ticket 239892)
30
+
* We fixed an issue in consumed web services where selecting a WSDL from a network drive that required authentication but did not return a WWW-Authenticate header resulted in an error.
0 commit comments