Mendix Studio pro

9.24.1
Stable
April 13, 2023
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: April 13th, 2023** ### New Features * We added a new way to convert between microflows and nanoflows by right-clicking the microflow or nanoflow in the **App Explorer**. For more information, see the alternative option specified in the [Converting a Microflow to a Nanoflow](https://docs.mendix.com/refguide/microflows/#convert-to-nanoflow) section in *Microflows* and in the [Converting a Nanoflow to a Microflow](https://docs.mendix.com/refguide/nanoflows/#convert-to-microflow) section in *Nanoflows*. ### Improvements #### Performance Improvements * We improved the performance of editing published web service operations. Operations that expose large data structures no longer cause Studio Pro to become irresponsive upon opening the editing dialog box. (Ticket 179950) #### Other Improvements * We improved the export size of the model. It should now be about half the size in a lot of cases. (Ticket 174121) ### Fixes * We fixed [CVE-2023-29017](https://www.cve.org/CVERecord?id=CVE-2023-29017). * We fixed an issue in the domain model editor where an element outside the boundaries of the current view was not scrolled to when there was navigation via [Go to options](https://docs.mendix.com/refguide/go-to-option/). (Ticket 178829) * We fixed an issue where a domain-level validation message could not be translated. You can now use the `mendix.lib.Validations.field_issue` system text to translate and change this message. (Tickets 180448, 181175) * The results of [Find Usages](https://docs.mendix.com/refguide/find-and-find-advanced/#find-usages) now include enumeration values used for conditional visibility. (Ticket 180727) * We fixed an issue where an application with excluded *.jar* files failed to deploy. (Ticket 181931) * We fixed the keyboard shortcut behavior for Enter and Space in the tree controls. * We fixed an issue where the status of `ScheduledEventInformation` was `Completed` when the associated scheduled event failed. * We fixed a Mendix Runtime error that occurred when a microflow was no longer being used in an app after doing a hot reload in Studio Pro. ### Deprecations * We will drop support for MariaDB 10.3 after June 1, 2023, as it is no longer supported by the vendor.