Mendix Studio pro

9.24.10
Stable
October 16, 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: October 16, 2023** ### Improvements #### Performance Improvements * We improved the performance of the **Build deployment structure** step when building an app, especially for those apps that contain many expressions referring to a variable other than `$currentObject`. The time needed for **Exporting pages** has decreased up to 95%. (Ticket 196806) #### Other Improvements * We optimized server responses and prevented the returning of unnecessary data. ### Fixes * We fixed an issue where queued tasks (including scheduled events) got stuck in the **Running** state when database connection issues occurred. (Tickets 176015, 177221, 181767, 184886, 193669, 195602, 195879) * We fixed an issue where queued tasks got stuck in the **Running** state if a `StackOverflowError` or `InterruptedException` occurred during the execution of the task. (Ticket 187973) * We fixed an issue where an H2 heading tag had an empty `id` attribute when [exporting documentation](https://docs.mendix.com/refguide/app/#export). (Ticket 188128) * We fixed an issue where double-clicking the close button of a pop-up window while multiple pop-up windows were open also closed the underlying pop-up windows. (Ticket 188414) * We fixed an issue where the action for closing a pop-up window did not work correctly if it targeted an [action button](https://docs.mendix.com/refguide/button-widgets/) and there were multiple instances of that button in the app. (Ticket 192989) * We fixed an issue where the excluded JARs configuration was not saved after a commit. (Ticket 194367) * We fixed an issue where startup synchronization failed when some files were missing. (Ticket 196961)