Mendix Studio pro

9.24.12
Stable
November 14, 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: November 14, 2023** ### Improvements * We improved the native app loading performance. (Ticket 192424) * An app can now publish a REST service on the URL prefix `ws/` or `odata/`, provided it has no published web services or published OData services, respectively. * We updated the bundled JDK to version 11.0.20.1. ### Fixes * We fixed an issue where the **LastLogin** attribute was not readable when it should have been. (Ticket 192759) * We fixed an issue where the session ID was incorrectly `null` in WebSockets. (Ticket 195691) * We fixed an issue with the [Synchronize to device](https://docs.mendix.com/refguide9/synchronize-to-device/) microflow activity. (Ticket 196961) * We fixed an issue where using the `System.changedBy` or `System.owner` association in an XPath constraint variable resulted in an error during deployment (for example, `[MyFirstModule.Order_User=$currentObject/System.changedBy]`). (Ticket 197570) * We fixed an issue in consumed web services where making requests with attachments failed due to a missing `Content-Transfer-Encoding` header. (Ticket 199235) * We fixed an issue in the metadata of published OData services using OData v4. (Ticket 200743) ### Deprecations * We dropped support for PostgreSQL 11, as it is no longer supported by the vendor.