Mendix Studio pro

8.18.25
Stable
July 06, 2023
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: July 6, 2023** ### Improvements * We added `getSslContext` to the `IHttpConfiguration` interface in the Mendix Runtime API. This gives the Java code access to the `SslContext` that should be used to call a service based on the Mendix Runtime settings. ### Fixes * We added the custom setting `RequestHandling.AllowLegacyCookies` to allow for violations of RFC 6265, which is enforced in the most recent Jetty versions (for more information, see [RFC6265_LEGACY](https://www.eclipse.org/jetty/javadoc/jetty-10/org/eclipse/jetty/http/CookieCompliance.html#RFC6265_LEGACY)). Be aware of the fact that enabling this custom setting exposes your app to [CVE-2023-26049](https://www.cve.org/CVERecord?id=CVE-2023-26049). * We fixed an issue with the search field where multiselection did not work correctly with numeric attributes. ### Deprecations * We dropped support for MariaDB 10.2 and 10.3, as these versions are no longer supported by the vendor.