Everything within this section is only visible while editing. Use Page Properties ID "STUB", "REFACTURE", "PROGRESS", "rDEV", "rDOC", "rLANG" and "DONE". Everything contained within the table is displayed in the (INTERNAL) Reports page.
Resources & Remarks Modification History Add a new line to this table and fill it whenever you edit the page.
|
The following information as well as the linked information is intended to outline some of our current product developments for our yuuvis® Momentum 2023 Spring. Like everything else in life, the best plans can change over time. The following article describes the current state of work, but it is important to understand that the details are for information purposes only and are not to be understood as binding commitments. OPTIMAL SYSTEMS reserves the right to make changes in the planning, development and release of products and their features and functions at its sole discretion. |
For yuuvis® Momentum version updates, we recommend the usage of our Helm Charts.
>> Version Updates
When updating your yuuvis® Momentum installation from version 2022 Winter to 2023 Spring, manual configuration changes are required for some services.
|
The following Breaking Changes are incompatible changes we had to deploy into operation, and therefore you—as a yuuvis® user—need to be aware of them and take action accordingly.
CoreNew Metrics EndpointsThe AUDIT service requires a Redis connection now. If you use the Helm Charts for your version update, your configuration is automatically adjusted and thus you do not need the following action. greedy' Parameter for Batch DeletionThe DELETE /api/dms/objects endpoint's response is different even in the default request with
Business Process ManagementBPM EngineFiltering of Task ListsThe GET /bpm-engine/api/tasks endpoint for the retrieval of a task list accepts the boolean query parameter
|
Some new features require manual configuration in order to operate properly after the update to the new yuuvis® Momentum version.
The asynchonous deletion of DMS objects has to be activated in the serviceConfiguration.json file. Add the following element to the services
section:
"api": { "asynchonousDeletion": true } |