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.24.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,31 +24,30 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
24
24
- We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in incorrect OData filter. (Ticket 261698)
25
25
- We updated the .NET Runtime to version 10.0.7.
26
26
- We added a confirmation dialog when enabling anonymous user access in App Security, warning that unrestricted anonymous roles may expose data unintentionally.
27
-
-Allow Microflow and Entity parameters to be optional for Java actions.
27
+
-We now allow microflow and entity parameters to be optional for Java actions.
28
28
- We improved cleanup of queued tasks that are owned by missing nodes.
29
29
30
30
### Fixes
31
31
32
-
- We fixed an issue when studio pro wasn’t able to find git after fresh installation if it was run from installer. (Ticket 232343,232540,232452,234800,231989)
32
+
- We fixed an issue when Studio Pro was not able to find git after fresh installation if it was run from installer. (Ticket 232343,232540,232452,234800,231989)
33
33
- We fixed an issue where a native mobile app crashed with a synchronization error on startup when a user role did not have access to a module whose entity was included in the app's offline synchronization profile. The app now completes synchronization and returns no objects for that entity, matching the behavior of the previous XPath-based synchronization. (Ticket 241791)
34
34
- In the React client, we now copy files from a pluggable widget's `assets` subdirectory into the widget's directory under `dist/` during bundling, even when they are not directly imported by the widget. (Ticket 274514)
35
35
- We fixed an issue with the client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248)
36
-
- We fixed an issue in offline apps where passing a Non-Persistent Entity (NPE) as a parameter to a server action would fail with "Object hash is invalid!" after a transparent session restore (for example, when a session expired and was automatically renewed in the background). The read-only hash key used to sign and verify NPE object hashes is now preserved across session restores via the auth token, and is only replaced on explicit logout. (Ticket 276642)
36
+
- We fixed an issue in offline apps where passing a Non-Persistent Entity (NPE) as a parameter to a server action would fail with `"Object hash is invalid!"` after a transparent session restore (for example, when a session expired and was automatically renewed in the background). The read-only hash key used to sign and verify NPE object hashes is now preserved across session restores via the auth token, and is only replaced on explicit logout. (Ticket 276642)
37
37
- We fixed an issue where Studio Pro crashed when pasting content from the clipboard while another application was also accessing the clipboard. (Ticket 278333)
38
-
- We fixed a race condition where the value setter for some widgets e.g. ListView, would execute on a 'destroyed' value store. This would cause a Crash when opening pages with ListView. (Ticket 280988)
39
-
- We fixed SQLite Error 5: 'database is locked' error.
40
-
- We fixed an issue where commit notes and metadata were empty after a rebase when there were no MPR changes and no conflicts detected by git.
38
+
- We fixed a race condition where the value setter for some widgets, for example ListView, would execute on a `destroyed` value store. This would cause a crash when opening pages with ListView. (Ticket 280988)
39
+
- We fixed SQLite Error 5, specifically the `database is locked` error.
40
+
- We fixed an issue where commit notes and metadata were empty after a rebase when there were no MPR changes and no conflicts detected by Git.
41
41
- We added a small delay between retries of saving conflicting project files due to rare occurrences of race conditions.
42
42
- We have fixed an issue where constants from protected modules were not exported when creating a portable app deployment package using MxBuild.
43
43
- We have fixed an issue where exporting a Portable App Package could fail because file copy operations were performed outside the default file-system scope.
44
-
-Fixed a rare race condition related to authtokens.
44
+
-We fixed a rare race condition related to authtokens.
45
45
- We fixed a visual bug affecting **Call a nanoflow** action properties of widgets. Depending on the order in which the actions were configured, nanoflow settings of a different property would get displayed.
46
46
47
47
### Breaking Changes
48
48
49
49
- Studio Pro on macOS now runs natively on Apple Silicon (arm64). Studio Pro, Version Selector, and command line tools are all built as native Apple Silicon binaries, so they no longer require Rosetta 2 translation layer, resulting in significantly improved performance. Intel-based Macs are no longer supported.
0 commit comments