Mendix Studio pro

9.24.16
Stable
February 13, 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: February 13, 2024** ### Improvements * We improved the performance during consistency check for a mapping document. (Ticket 205772) * We introduced new custom Runtime settings: `ConnectionPoolingTestOnBorrow`, `ConnectionPoolingTestOnCreate`, `ConnectionPoolingTestOnReturn` and `ConnectionPoolingTestWhileIdle`. They are `false` by default and may be set to `true` to validate connections when borrowed from a pool, created or returned to the pool or when the idle connection evictor runs. * We added the custom Runtime setting `com.mendix.storage.s3.ResourceNamePrefix`, which value will be prepended to the key when retrieving or storing files from and to Amazon S3. ### Fixes * We fixed an issue where changes made in the **Java Script** action got lost. (Ticket 202253) * We fixed an issue where a data source with an association was not visible when the surrounding data of a snippet was not coming from a direct data view parent. (Ticket 203582) * We fixed an issue where a **Select** button on a data grid threw an error. (Ticket 203690) * We fixed an issue when an association property is configured with the same data source for selectable objects and source properties. (Ticket 205039) * We fixed an error when a font size in a Document Template had been set to 0. (Ticket 205807) * We fixed an issue that caused a rejection of encoded URLs in a request body of POST/PATCH requests for published OData services. (Ticket 207617) * We fixed an issue where a database connection that was closed from outside of the Runtime remained registered as active. (Ticket 207645) * We fixed an issue where the consistency check for correct ownership of an association was not applied to pluggable widgets. This occurred in cases where association properties were not linked to a data source. (Ticket 207707) * We fixed an issue for responsive web offline, in which a data grid, a template grid and a list view with a data source that was configured with an entity path over an association did not correctly apply the constraint(s) in some cases. * We fixed an error when Git Config Option 'core.autocrlf' was set to 'input'. ### Deprecations * We deprecated the usage of slashes in bucket names for Amazon S3 storage. You can now use the new `com.mendix.storage.s3.ResourceNamePrefix` custom setting which value will be prepended to the key when retrieving or storing files from and to Amazon S3. ### Known Issues * Line endings in CSS files are not being handled properly, so when using [Revert All Changes](https://docs.mendix.com/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](https://docs.mendix.com/refguide9/version-control-menu/#show-changes) dialog box. * Workaround: For details, see [this section](https://docs.mendix.com/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.