Mendix Studio pro

9.24.28
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** ### Partial Application Clones We added an improvement (currently in public beta) which allows you to use partial application clones with Git instead of full clones. Partial clones download a minimum required set of data, making this method significantly faster than full clones when working with large repositories. Through Open app settings or version control preferences, you can choose which cloning strategy to use for future cloning operations, such as downloading a new app or branch. ### Improvements * We improved error handling on the **Delete Object** action when it tries to delete a file which does not exist. * We updated the system to store log files for up to 30 days, compared to the previous duration of 7 days. ### Fixes * We added check for missing Git credentials in *.gitconfig*. The check performs while opening a version-controlled app and while uploading an app to Version Control system * 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 made the unreferenced file cleanup mechanism more robust against null values. (Ticket 227234) * We fixed an issue where the user got **Oops** dialog with No user is signed in while opening an app. ### Deprecations * We will drop support for PostgreSQL 12 after November 14, 2024, as the vendor has announced the end of support for that version.