Mendix Studio pro

8.18.29
LTS
April 17, 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: April 17, 2024** ### Improvements - We upgraded Swagger UI from 4.10.3 to 5.11.7. The runtime uses this to show and interact with the OpenAPI documents of published OData services and published REST services. (Tickets 208761, 208854) - 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 restored the original functionality in Azure file storage, where a container name can be specified in `com.mendix.storage.azure.BlobEndpoint` runtime setting. This fixes a [known issue](#ki-runtime-settings). (Ticket 210679) - 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 in the Swagger UI pages of published REST services and published OData services when using a `default-src` content security policy. The use of inline style on these pages resulted in an empty page in the browser and a message on the console: **"Refused to apply inline style because it violates the following Content Security Policy directive: ..."**. (Ticket 208922) ### 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. - We will drop support for MariaDB 10.4 after July 1 2024, as the vendor has announced the end of support for that version.