Mendix Studio pro
10.6.15
Stable
September 30, 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: September 30, 2024**
### Improvements
* We improved error handling on the **Delete Object** action where it tries to delete a file which does not exist.
* We now throw a consistency error when a page or microflow without any roles has a URL configured. (Ticket 225241)
* We now clear the session cookie when the session becomes invalid.
### Fixes
* We fixed an issue where the garbage collector could clean up objects being returned from a microflow before they could be returned, leading to an error. (Ticket 222075)
* We fixed an issue in Firefox where the change event triggered before input validations were complete. (Ticket 223757)
* We fixed an issue where **Core.initializeSession(IUser, ..)** was blocked by a database transaction lock in case of SQL Server with foreign keys enabled. (Ticket 226036)
* We made the unreferenced file cleanup mechanism more robust against null values. (Ticket 227234)
* We fixed an issue where iOS apps could crash when navigating after a user role switch, particularly after app restart. (Ticket 228008)