Skip to content

Commit f67bad8

Browse files
PMP release notes
1 parent 4220603 commit f67bad8

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/private-platform

content/en/docs/releasenotes/private-platform/1.23.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,63 @@ Version 1.23.0 of Private Mendix Platform introduces a number of new features, i
1515

1616
#### Improvements
1717

18+
##### Installation Improvements
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-related Improvements
23+
24+
We have made the following improvements to make Private Mendix Platform compliant with the [NIST 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 (in HTML/MD5 format which the user must acknowledge (agree) 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+
1867
##### Pipeline Improvements
1968

2069
We have updated the Build and Deploy pipeline to support app building blocks and address the CVE-2025-4949 fix.
2170

71+
##### UI Improvements
72+
73+
We have redesigned the **Build Settings** page to improve user experience.
74+
2275
##### Other Improvements
2376

2477
We have fixed vulnerabilities related to the following:

0 commit comments

Comments
 (0)