|
| 1 | +--- |
| 2 | +title: "1.23" |
| 3 | +url: /releasenotes/private-platform/1-23/ |
| 4 | +description: "Release notes for version 1.23 of Private Mendix Platform" |
| 5 | +weight: 20 |
| 6 | +--- |
| 7 | + |
| 8 | +These release notes cover changes made to the [Private Mendix Platform](/private-mendix-platform/) in version 1.23. |
| 9 | + |
| 10 | +## 1.23.0 |
| 11 | + |
| 12 | +### Release date: June 26, 2025 |
| 13 | + |
| 14 | +Version 1.23.0 of Private Mendix Platform introduces a number of new features, improvements, and bug fixes. |
| 15 | + |
| 16 | +#### New Features |
| 17 | + |
| 18 | +##### Vault Available as Secret Storage |
| 19 | + |
| 20 | +We have enabled the use of Vault as external secret storage for Private Mendix Platform. For more information, refer to the [Private Mendix Platform Quick Start Guide](/private-mendix-platform/quickstart/). |
| 21 | + |
| 22 | +##### NIST SP 800-53 Improvements |
| 23 | + |
| 24 | +In addition to various features and improvements released in previous versions, we have made the following improvements to make Private Mendix Platform compliant with the [NIST SP 800-53 Cybersecurity framework](https://www.nist.gov/cyberframework): |
| 25 | + |
| 26 | +* Running Private Mendix Platform on AWS GovCloud: |
| 27 | + |
| 28 | + * Proved that Private Mendix Platform can be installed and run on AWS GovCloud. |
| 29 | + * Identified and documented any gaps for successful running of Private Mendix Platform on AWS GovCloud. |
| 30 | + * Proved that Private Mendix Platform can be installed and run on AWS GovCloud in FIPS mode. |
| 31 | + * Identified and documented any gaps for successful running of Private Mendix Platform on AWS GovCloud in FIPS mode. |
| 32 | + * Implemented automated deployment and testing of new Private Mendix Platform releases for compatibility with AWS GovCloud. |
| 33 | + * Implemented the automated E2E testing (auto-provision, auto-test, and so on) also on AWS GovCloud. |
| 34 | + |
| 35 | +* Login screen improvements: |
| 36 | + |
| 37 | + * Added support for configuring a login banner or pop-up that can show large amount of privacy and security notices, to which the user must agree in order to continue. |
| 38 | + |
| 39 | +* DevOps improvements: |
| 40 | + |
| 41 | + * Added a toggle to disable the default *MxAdmin* account for all deployed apps. |
| 42 | + |
| 43 | +* IAM and governance - user account improvements: |
| 44 | + |
| 45 | + * Added a toggle to disable inactive user accounts after a configurable time limit. |
| 46 | + * Added configurable session expiration, so that active users are automatically logged out after a configurable session duration. |
| 47 | + * Added configurable idle session timeout, so that idle users are automatically logged out after a configurable period of inactivity. |
| 48 | + * Added a failed logon lockout capability, with the number of failed tries and lockout time period being configurable. |
| 49 | + * Made the session lock duration and timeout configurable, so that users' screens are automatically locked after a configurable period of inactivity. |
| 50 | + * Allowed administrators to configure the amount of concurrent sessions for the same user account. |
| 51 | + * Gave administrators the ability to force-logout any user, as well as all users. |
| 52 | + |
| 53 | +* IAM and governance - logging and auditing: |
| 54 | + |
| 55 | + * Enabled the logging of every action by every role. |
| 56 | + * Added the ability to configure what unit of time the audit logs are generated on. |
| 57 | + * Increased the granularity of stored timestamps. |
| 58 | + * Enabled outputting stored timestamps in a specific time zone. |
| 59 | + * Added a setting to define logging to persist archive logs after the expiration of a configurable duration. |
| 60 | + * Added the ability to directly write audit logs to an external database target. |
| 61 | + * Added a setting to define the external logging target for real-time logging of events. |
| 62 | + * Added the ability to set and test connection to multiple targets for writing logs. |
| 63 | + * Enabled the activity log to use the Private Mendix Platform email notifications, if configured. |
| 64 | + * Added a setting that alerts a customer-configured email to any audit logging failures. |
| 65 | + * Added the ability to generate an on-demand audit with custom settings. |
| 66 | + |
| 67 | +#### Improvements |
| 68 | + |
| 69 | +##### Pipeline Improvements |
| 70 | + |
| 71 | +We have updated the Build and Deploy pipeline to support app building blocks and address the CVE-2025-4949 fix. |
| 72 | + |
| 73 | +##### UI Improvements |
| 74 | + |
| 75 | +We have redesigned the **Build Settings** page to improve user experience. |
| 76 | + |
| 77 | +#### Updates |
| 78 | + |
| 79 | +##### Studio Pro Updates |
| 80 | + |
| 81 | +* Studio Pro 9.24 LTS latest patch version updated to [9.24.35](/releasenotes/studio-pro/9.24/#92435) (production support) |
| 82 | +* Studio Pro 10.6 MTS latest patch version updated to [10.6.24](/releasenotes/studio-pro/10.6/#10624) (innovation track, limited support) |
| 83 | +* Studio Pro 10.12 MTS latest patch version updated to [10.12.17](/releasenotes/studio-pro/10.12/#101217) (innovation track, limited support) |
| 84 | +* Studio Pro 10.18 MTS support has been postponed due to incompatibility issues |
| 85 | + |
| 86 | +##### Other Platform Components |
| 87 | + |
| 88 | +* Mendix for Private Cloud Operator version [2.21.3](/releasenotes/developer-portal/mendix-for-private-cloud/#2.21.3) |
| 89 | +* Private Cloud License Manager (PCLM) version [0.10.3](/releasenotes/developer-portal/mendix-for-private-cloud/#license-manage-cli-v0103) |
| 90 | +* Svix Webhooks service version 1.65.0 |
| 91 | + |
| 92 | +#### Fixes |
| 93 | + |
| 94 | +We have provided the following fixes: |
| 95 | + |
| 96 | +* (Platform) We have upgraded the Svix version from 1.62.0 to 1.65.0 to address the CVE-2024-56406 package vulnerability. |
| 97 | +* (Platform) We have addressed an issue with the import and export function. |
| 98 | +* (Platform) We have fixed an issue where users could not log out after unlocking the screen. |
| 99 | +* We have fixed vulnerabilities related to the following: |
| 100 | + |
| 101 | + * CVE-2025-48734 |
| 102 | + * CVE-2025-4949 |
| 103 | + * CVE-2025-27817 |
| 104 | + |
| 105 | +* (UI) We have made other, minor UI improvements and fixes. |
0 commit comments