Mendix Studio pro

9.24.22
Stable
May 23, 2024
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: May 23, 2024** ### Improvements * We added a **Support Tools** submenu to the **Help** menu. This submenu contains **Performance logging**, **Profiling**, and **Optimize MPR** tools. * We changed the log level of the "tasks cannot be executed anymore due to model changes" message in the task queue from "critical" to "error". (Ticket 199565) * We have improved performance in the following scenario: exporting pages containing multiple widgets using conditional visibility with many different user roles. (Ticket 208302) ### Fixes * We fixed an issue where, when migrating a column from float to decimal, the default value would be converted to float before being inserted (which can cause improper rounding). * The Java API `DataStorage.executeWithConnection(context, function)` now properly closes the database connection when called from a Java action executed on a task queue. (Ticket 216659) * We resolved an issue causing files with special characters in their names to download with incorrect filenames. (Ticket 213587) * We fixed an issue where Data Grid 2 did not show data in some columns when different columns were configured with an attribute path using the same association but different specialization or generalization entities. (Ticket 203959) * We fixed an issue affecting iOS hybrid apps where users got stuck on a 404 page after logging in or out. (Ticket 210601) * We fixed an issue where disabling a **Scheduled Event** through **Model Options** in the Developer Portal would not work. (Ticket 214392, 215703, 215843)