...
Excerpt | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CorePerformance Optimization for CONFIGSERVICEThis feature is a subsequent change applied to version 2022 Spring as well as 2021 Winter (LTS). Please find details in the release information and in the breaking change description for version 2021 Winter. Client Services & Client DevelopmentDeveloper LibrariesObject Creation PermissionsThe permission to create new objects is now enabled via a create permission within one of the roles defined via a role set. The YUUVIS_CREATE_OBJECT role does no longer allow object creation. You need to adjust your corresponding role set accordingly. Action: Update your roles as described here. Use the following condition:
Web-API GatewayNew Swagger UI VersionThe new Swagger version is available under a new URL. Action: Adjust the endpoint URL pattern in authentication-prod.yml configuration file has follows:
USERSERVICEMigration of User Information Endpoints.The user information endpoints GET /userservice/api/users and GET /userservice/api/users/{userId} are not available anymore. Action: Use the endpoints GET /api-web/api/users/users and GET /api-web/api/users/{userId} instead. Tenant ManagementTenant Management APINew Swagger UI VersionThe new Swagger version is available under a new URL. Action: Adjust the endpoint URL pattern in authentication-prod.yml configuration file has follows:
|
Configurations Enabling new Features
...