Mendix Studio pro

9.12.8
Stable
October 28, 2022
Mendix Studio Pro is our low-code IDE for professional developers. It's a powerful visual model-driven development environment to build apps on the Mendix Platform. With Studio Pro you can easily create, change, integrate, test and deploy your applications, all in one place. Moreover, you can manage branch lines and security as well as extend your app with custom code using the built-in editors. Click 'Download Studio Pro' to get the installer for free (Windows OS required*). Learn more about the installation and the Studio Pro capabilities in our documentation. Not a professional developer? Learn How Mendix supports different developer profiles .Before installing, please read the Release Notes to learn about improvements, bug fixes, backwards compatibility, breaking changes and known issues. *If you are using a Mac, check out these instructions first.
Release Notes - **Release date: October 28th, 2022** ### Fixes * We fixed an issue that caused attributes of `System.User` objects belonging to a role managed by the current user to be shown as empty in the client. (Ticket 138291) * We made offline synchronization resilient to file documents with broken or no content on the server. Previously, such file objects caused the entire synchronization to fail. The client now ignores and excludes such objects from synchronization. (Ticket 153344) * We fixed an issue in the sign-in that occurred when **Try again** was clicked several times in sequence. (Ticket 160585) * We fixed an issue where you lost changes if you renamed your JavaScript action without saving it. (Ticket 167127) * The service document of a published OData service now returns the control information according to the specified OData version. For OData v4.0, we now name the context attribute `@odata.context` (instead of `@context`, which is used in OData v4.01). This fixes an issue with Microsoft Excel when trying to import the OData feed. * We fixed an issue in workflows where finished branches of splits are no longer erroneously marked as newly added (which helps to reduce the amount of workflow upgrade conflicts). * We fixed an issue in workflows where parallel splits inserted in the executed path of workflow instances in which the executing activities were put in one or more of the branches of the new parallel split were not detected as instances that could not be continued. * We fixed an issue in workflows where continuing an incompatible workflow instance with some parallel split branches still in progress caused the branches already finished to be put in progress again. * We fixed an issue in the Workflow Engine that caused the Mendix Runtime Server to run out of memory with workflows that had many user tasks, decisions, and/or microflow calls. * We made **Edit Template Parameter** dialog box resizable again. ### Deprecations * We dropped support for the following database version that is no longer supported by the vendor: * PostgreSQL 10 ### Known Issues * When you navigate between dockable panes using Ctrl + Tab while in the microflow editor, page editor, or **Properties** pane, releasing Ctrl does not close the pane-selection dialog box. (Ticket 163193) * Workaround: Use Enter or a mouse click to close the dialog box.