Mendix Studio pro

9.18.1
Stable
October 17, 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: October 14th, 2022** ### Improvements * Starting now, native mobile apps can send logs on the trace and debug levels to the Mendix Server, allowing you to analyze how your app works in detail. To enable this, set the log level to **Trace** for log nodes that start with the **Client_** prefix. However, we recommend enabling the trace/debug log levels for only a short period of time, as it may cause a large influx of logs from all end-users. To learn more about native logging, see the [Sending Log Messages to Runtime](https://docs.mendix.com/refguide/mobile/distributing-mobile-apps/logging/#sending-client-log-nodes-to-runtime) section of *Logging in Native Apps*. ### Fixes * We fixed a [known issue](#business-ki) that occurred when deploying an app with a microflow that contained two or more published business event actions. * We fixed an issue where system members (such as `owner`, `changedBy`, `createdDate`, and `changedDate`) could not be selected on **Filter** and **Find** list operations in a microflow. (Ticket 151436) * We fixed an issue where uploaded images were not rotated in the upright position based on the orientation information in the image metadata. (Ticket 155278) * We fixed an issue where the periodic updating of sessions threw exceptions. (Ticket 162216) * We fixed an issue with the generate expression for changing an association on an object. (Ticket 163183) * We upgraded OpenJDK to 11.0.16.1+1 in the Studio Pro installer. (Ticket 164386) * We fixed an instance of `ObjectDisposedException` that occurred upon closing the **Entity** dialog box. * We fixed an issue where the **Log line** dialog box was too large to fit the screen at certain settings. * We fixed an issue where keyboard shortcuts were not working in the **Properties** pane. * We made the **Edit Template Parameter** dialog box resizable again. * We fixed an issue where copying and pasting a widget that used an attribute from outside the nearest data container caused an error when deploying the app. * We fixed an issue where pasting a data view based on a page parameter did not automatically create that parameter if it did not already exist, causing a consistency error * We fixed an issue where editing a Call microflow, Call nanoflow, or Show page activity in a microflow or nanoflow resulted in an error message if the selected document had multiple parameters with the same name after merging branches. * We fixed an issue where documents were renamed unnecessarily when copying or moving them from one module to another. ### Known Issues * When you navigate between dockable panes using Ctrl + Tab while in the microflow editor, page editor, or **Properties** pane, releasing Ctrl does not close the pane-selection dialog box. (Ticket 163193) * Workaround: Use Enter or a mouse click to close the dialog box.