Mendix Studio pro

9.24.14
Stable
January 05, 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: January 5, 2024** ### New Features * You can now select which widgets to include when exporting a module. This is useful in case you want to create Marketplace modules that depend on other modules, and you do not want to include their widgets in your module. ### Improvements * We upgraded the Azure Blob Storage dependency from 8.6.6 to 12.25.1. ### Fixes * We mitigated [CVE-2023-29331](https://www.cve.org/CVERecord?id=CVE-2023-29331) by updating third-party dependencies. This CVE does not pose any apparent risk for Mendix customers. * We no longer log a warning when exporting to Excel from a data grid. (Ticket 172006) * We fixed an issue where changing the microflow of a scheduled event did not have any effect. (Ticket 190445) * We simplified the handling of errors in log subscriber message processing. These errors are now always printed on the standard error output instead. For the file log subscriber, this means that repeated errors are no longer written to *.err* files. (Tickets 196306, 200771) * We fixed a memory leak that occurred when opening pages. This caused issues after opening thousands of pages. (Ticket 197048) * We fixed an issue where using the ALT + F7 shortcut triggerred the tab switcher instead of performing a debugger action. (Ticket 201938) * We fixed an issue where a scheduled task was executed before the calling microflow finished successfully. (Ticket 202006) * We fixed an issue where a `NullPointerException` occurred due to specific Java dependencies at the startup of an app. (Ticket 203262) * We fixed an issue with the OpenAPI 2.0 contract for published REST services where applying a list parameter to an operation resulted in an invalid *swagger.json* file. (Ticket 203643) * We fixed a bug where the login page settings threw a consistency error about a non-existent page, even though [anonymous users](https://docs.mendix.com/refguide9/anonymous-users/) were not allowed. These settings are now cleared when anonymous users are not allowed. * We fixed the “LibGit2Sharp.NotFoundException: No valid git object identified by ‘some_branch’ exists in the repository” error that occurred while cloning locally. * We fixed an issue where after downloading a branch, an "Oops" pop-up window was shown with a "Not a Mendix Git URL" error message.