Mendix Studio pro

9.6.10
Stable
March 14, 2022
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: March 14th, 2022** ### Improvements * We added the possibility to specify the BCrypt cost when configuring the hash algorithm via a custom setting. To do this, use the value `BCRYPT:cost` for the setting `HashAlgorithm`, where `cost` can be a value from 10 to 30. If you only specify the value` BCRYPT`, a default `cost` value will be used. * In [9.6.8](#136429), we fixed an issue where an exception was thrown when decoding Base64 binary data with special characters. We have introduced the new `com.mendix.core.UseMimeDecoderForBase64` runtime setting to be able to decode the MIME type of Base64. (Ticket 136429) * We now support MariaDB 10.6. ### Fixes * We fixed an issue that caused exceptions on non-leader cluster nodes after starting them for the first time after a domain model change. (Tickets 138387, 140298) * We fixed an issue where an offline [progressive web app](https://docs.mendix.com/refguide/progressive-web-app) got an error when trying to connect to Mendix Runtime after closing the browser and re-launching the app. (Tickets 139230, 143392) * We fixed an issue where combining a [Close page](https://docs.mendix.com/refguide/close-page) activity with an editable-column data grid widget threw errors. (Ticket 140660) * We fixed a bug where a fast re-deploy at development time did not generate newly added pages correctly. This resulted in bundling failures or red screens that could only be solved by a full deployment of the app. Now, fast re-deploy again correctly generates all the affected pages. * We fixed a bug where some auto-generated files caused conflicting changes that needed to be resolved manually. ### Known Issues * When you update a [consumed OData service](https://docs.mendix.com/refguide/consumed-odata-service) with a new version from [Mendix Data Hub](https://docs.mendix.com/data-hub/) but close the document without saving, the blue arrow icon will no longer be shown to notify you about the available update for that service. * Workaround: Closing your app and opening it again fixes this issue.