Mendix Studio pro

7.23.29
Stable
March 01, 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 1st, 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. * We upgraded the JDBC driver for Microsoft SQL Server to version 9.4.1. If you use the [Database](https://docs.mendix.com/appstore/connectors/database-connector) connector with SQL Server and integrated security, you may need to update the JDBC driver in the **userlib** folder as well. ### Fixes * We fixed a security issue with calling asynchronous microflows. (7.7 – CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N – for more information, see [Security Advisories](https://docs.mendix.com/releasenotes/security-advisories/)) (Ticket 142100) * We upgraded the Cloud Foundry client (mx-cf-client) by updating Apache Log4j libraries to 2.17.1, which addresses [CVE-2021-44832](https://cert-portal.siemens.com/productcert/pdf/ssa-784507.pdf). ### Breaking Changes * When accessing the contents of file documents, access rules on the **Contents** attribute are now checked instead of relying entity access alone. ### Deprecations * We dropped support for the following database versions that are no longer supported by vendors: * MariaDB 10.1 * MySQL 5.7 * PostgreSQL 9.6 * Starting with version 7.23.31, we will no longer support DB2 11.1.