You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/private-platform/2.7.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,46 @@ Version 2.7.0 of Private Mendix Platform introduces a number of new features, up
20
20
21
21
You can now manage your access permissions in a more granular way by using platform and resource roles. Roles with platform-wide permissions can make changes and take actions that affect the whole instance. Roles with resource-scoped permissions can take actions on a group level without affecting the whole platform. Permissions that can be managed through platform and resource roles include portal access, app creation, Marketplace management, Environment Details, Build Packages, and App Settings.
22
22
23
+
##### SSO Integration for Dynamic Role Management
24
+
25
+
To help safely onboard users from my the customer's IdP onto Private Mendix Platform, System Admins can configure default group and resource roles for new users logging in using SSO. New users are placed in the default group and role before they can be assigned their target role, for example, by using an external orchestration app. In this way, customers can carefully manage permissions for new users incoming from an external system.
26
+
23
27
#### Improvements
24
28
29
+
##### Deployment Enhancements
30
+
31
+
To help you streamline your deployment process, we have provided the following enhancements for the **Environment Overview**, **Environment Details**, and **Create Package** pages:
32
+
33
+
* When creating a deployment package, you can now specify a tag description. The package version and tag are displayed on the Environment Overview page.
34
+
* If you want to deploy and start your package immediately, you can enable the **Autodeploy** option during package creation.
35
+
* When deploying a package to an environment, you can provide the required configuration by uploading a .yaml file, either manually or through a secret manager.
36
+
* If an environment has a deployed package, you can promote the package to another environment (for example, from *Test* to *Acceptance*) by clicking **Promote** directly on the Environment Overview page.
37
+
* You can reorder environments on the Environment Overview page.
38
+
39
+
For more information, see [Deploying Your App](/private-mendix-platform/user-guide/#deploy).
40
+
25
41
##### Enhanced Control over Studio Pro Download Options
26
42
27
43
Administrators can now use the [Version Settings](#version-settings) page to manage the download options for Studio Pro. If you do not want your users to be able to download Studio Pro or patch files directly from the user interface of Private Mendix Platform, you can hide the download option from the onboarding banner on the home page and **My Apps** pages. You can also hide the option to download Studio Pro, patch, or offline dependencies from the **Get Studio Pro** page, and provide any custom instruction that you want to share with your users.
28
44
45
+
##### API Enhancements
46
+
47
+
To support the new features of Private Mendix Platform, we have updated the following APIs:
48
+
49
+
* Group
50
+
* Pipeline
51
+
* Project
52
+
* Build
53
+
* Deploy
54
+
55
+
For more information, refer to [APIs for Private Mendix Platform](/apidocs-mxsdk/apidocs/private-platform/).
56
+
29
57
##### UI and UX Improvements
30
58
31
59
We have improved the UI and UX for the following functionalities:
32
60
33
61
* Home page
34
62
***Group Apps** page
35
-
***Environment Overview** page
36
63
37
64
#### Updates
38
65
@@ -69,7 +96,6 @@ We have improved the UI and UX for the following functionalities:
69
96
* (General) We have fixed some issues related to setting runtime settings in Connected mode.
70
97
* (General) We have fixed an error that prevented users from saving their changes after updating log nodes in Connected mode.
71
98
* (General) We have fixed an error that was preventing users from deleting log nodes in Standalone mode.
72
-
* (General) We have fixed an error that was preventing users from deleting log nodes in Standalone mode.
73
99
* (General) We have solved some issues with deployment pipelines which include a Wait Rest Call (WRC) step.
74
100
* (General) We have fixed an issue where the Debugger password was not visible in Private Mendix Platform UI after being set through API.
75
101
* (Studio Pro) We have fixed an error that occurred when creating a branch in Studio Pro 9.24.4x.
0 commit comments