Product Version 2022 Summer


This page provides an overview of the new features provided with the major release and the expected preliminary results provided in our release candidates during the ongoing building process. The Release Candidate are for non-productive use only.


Table of Contents

Features

Here you will find some of the new release's highlights. Check out the Change Log for further information on all changes.

Please also pay attention to the Breaking Changes and some Update Instructions.

Core

Deleting a Tenant (KDDA)

A tenant including all saved objects can be deleted from the yuuvis® Momentum system via the COMMANDER service.
>> maintain-tenant-data-delete Command

Invalidation of User Sessions (KDDA)

Active sessions of logged-in users can be invalidated via a new internal endpoint of the AUTHENTICATION service.
>> GET /session/invalidateAll/{userId}

Validation of Internal JSON Web Tokens

The internal endpoint of the AUTHENTICATION service for the validation of internal JSON Web Tokens (JWTs) is now available via a different URL.
>> Breaking ChangesGET /jwt/verify

Audit Entry for Content Retrieval via Chunks

Only one audit entry is created for the retrieval of a binary content file even if it is retrieved in chunks.
>> Audit Trail - an "Object's History"

Audit Entries for Text and PDF Renditions

An audit entry with action code 402/403 is created if a user retrieves a text/PDF rendition of a document object. If the user retrieves the text or PDF rendition of the same object multiple times within 10 minutes, only the first retrieval is documented in the audit trail.
>> Audit Trail - an "Object's History"

Available Endpoints for Cross-Tenant Service Accounts

The endpoint PATCH /api/dms/objects/{objectId} is enabled for access via cross-tenant service accounts now.
>> Cross-Tenant Service Accounts

Global and App-specific System Hook Configuration

The systemHookConfiguration.json configuration file can be retrieved and updated via the yuuvis® Momentum endpoints listed below. The changes are applied immediately after a successful update of the configuration.

Furthermore, it is now possible to define app-specific system hook configurations.

>> systemHookConfiguration.json

Options for Restoring old Versions of Objects (KDDA)

The endpoint for restoring an old version of a DMS object accepts an optional query parameter that is relevant for objects with a system:parentId property. This property indicates that the object is considered as a child object of a folder object. The old version of the child object to be restored might have a different value for the system:parentId property. Thus, you might want to keep the current value for the system:parentId property of the child object even after restoring an old version. The new query parameter can be used to specify whether to keep the current system:parentId or to use the value of the respective old version.
>> POST /api/dms/objects/{objectId}/versions/{versionNr}/actions/restore

Synchronization of CONFIGSERVICE and Git Server (KDDA)

It is possible to synchronize the local resources of the CONFIGSERVICE and the remote resources on the git server via the endpoint POST <host>:<port_of_configservice>/manage/refresh at any time now. This synchronization is additional and independent of the automated synchronization every 5 minutes.
>> CONFIGSERVICE

Client Services & Client Development

Developer Libraries

Form Fields for User Names

Properties that store a user ID and appear with the corresponding user name can be specified via id:organization classification. As soon as users start typing in the form field, a selection list with user names is provided for which the entered term was found in the user name, name, surname or e-mail address. It is now possible to specify roles as filter condition. Only user names of users having at least one of those roles are offered for the corresponding form field. The feature is available in DMS forms as well as in BPM forms.
>> Defining Object Types for a Library-based Client

Object Type Classification via Secondary Object Type (KDDA)

Classifications specified in the schema definition of a secondary object type (SOT) have impact on all object types that have a static reference on the SOT in their schema definition. The feature is of special interest for the usage of multiple schema files where the SOT is defined in a different schema than the referencing object types. In this case, it is sufficient to update the classifications in the schema containing the SOT in order to apply the classification changes to the object types as well without updating the corresponding schemata.
These classifications control the availability of the corresponding object types in different views and menus, such as the object creation view or the filter configuration menu.
>> Defining Object Types for a Library-based Client

Filtering Processes and Tasks

The Inbox, My Processes and My Follow-ups views allow for filtering the displayed tasks or processes respectively.

Localization and Language-specific Time and Number Formats (KDDA)

  • Swiss German is supported as de-CH. In contrast to German, the decimal separator is a dot instead of a comma whereas the thousand separator is an apostrophe instead of a dot. In order to define specific terms in Swiss German that differ from German terms, save a corresponding localization configuration file. If no de-CH.json file is available, the German localization file de.json is used as default.
  • The framework library supports the specific time and number formats for Finnish (fi), Norwegian (nb), Thai (th) and Vietnamese (vn).

>> Localization for Clients

Note: The feature has been subsequently added to the versions 2021 Winter and 2022 Spring as well.

Icon Management via Object Type Classification

It is possible to assign a global icon to an object type via a classification. Thus, the icon can be reused in multiple tenant schemata in order to reduce the number of stored icons.
>> Defining Object Types for a Library-based Client

Retention Management

Users with a specific role can manage retention for document objects via a client application now. The role can be configured in the main configuration.

  • The new Retention management view lists objects with retention properties assigned to them. The list can be filtered by Nextmonth (default) and To be removed.
  • The object actions menu allows to assign a retention to a document object. For objects that are already under retention, an action is offered to extend the retention time.

Object Summary Aspect Area (KDDA)

  • The Summary Aspect Area of objects in a client application can now display table properties.
  • Properties can be classified such that they are not displayed in the Summary Aspect Area.

Restoring old Versions (KDDA)

The behavior of client applications takes advantage of the new possibility to restore an old object version including binary content file and all metadata except its value for the system:parentId property. This property indicates that the object is considered a child object of a folder object. Client applications always keep the current value for this property now. Hence, the restored object will not appear in its former parent folder but will stay in the same folder where the current version is stored.
>> Options for Restoring old Versions via Core API

yuuvis® Momentum client as reference implementation

All new library features are introduced.
>> Structure and Features of the Client

Web-API Gateway

Performance Optimization (KDDA)

All schemata retrieved via Web-API Gateway are cached and can thus be reached more quickly. Furthermore, the frequency of requests to the core system's CONFIGSERVICE is reduced.

Schema Management

You can use the graphical user interface provided by yuuvis® architect to define object types and their properties for the business objects in your client application. The object types and properties are defined in schema structures. Depending on the roles assigned to the currently logged-in user, it is possible to manage the global schema, app schemata and/or tenant schemata.
>> Schema Management

Localization

In the localization view, the list of languages contains only those that are prepared to be supported by the corresponding client application. The local variant for German de-CH is not included.
>> Localization

Tenant Management

Tenant Management API

Support of other Identity Providers than Keycloak

An example custom IDM Proxy Service demonstrates how to connect a different identity provider than Keycloak that supports the idm-controller endpoints. The example microservice connects the web identity management system Auth0. The service is available as a beta version on request.
>> TENANT-MANAGEMENT Service

Deletion and Deactivation of Users

The deletion/deactivation of users leads to an invalidation of all their active sessions. Thus, the deleted/deactivated users are not able to use yuuvis® Momentum anymore. The following endpoints are affected.

Deletion:

Deactivation (if the enabled property is changed to false):

(warning) User Retrieval

Users with the YUUVIS_SYSTEM_INTEGRATOR role are excluded from user lists that can be retrieved via the endpoint GET /tenant-management/api/idm/users.
Note: This feature is added to the version subsequently.

KEYCLOAK-PROXY Service

Connection of Missing Instances

The KEYCLOAK-PROXY service establishes connections to all Keycloak instances that were configured. If a configured Keycloak instance is not available, it is ignored during service initialization and marked in red on the graphical user interface. The KEYCLOAK-PROXY service automatically tries to establish missing connections during requests that concern multiple tenants.
>> KEYCLOAK-PROXY Service

Release Candidates

The Release Candidates (Alpha) provide the preliminary results expected to be ready at the corresponding date.
>> Version Tags Services - Release Candidates

The Release Candidates Alpha1-5 are for non-productive use only.

Alpha1 - 28 FEB 2022

Core

Invalidation of User Sessions
  • Active sessions of logged-in users can be invalidated via a new endpoint. (internal: OKTO-5054)

Client Services & Client Development

Developer Libraries

Filtering Processes and Tasks
  • The My Processes view allows for filtering the displayed processes respectively. (internal: BUD-1007)
yuuvis® Momentum client as reference implementation
  • All new library features are introduced.

Alpha2 - 14 MAR 2022

Core

Available Endpoints for Cross-Tenant Service Accounts
  • Further endpoints are enabled for the access via cross-tenant service accounts. (internal: OKTO-5113)

Client Services & Client Development

Web-API Gateway

Performance Optimization
  • All schemata retrieved via Web-API Gateway are cached. (internal: BUD-515)

Developer Libraries

Object Type Classification via Secondary Object Type
  • Classifications specified in the schema definition of a secondary object type (SOT) have an impact on all object types that have a static reference on the SOT in their schema definition. They control their availability in different views and menus. (internal: BUD-1025)
Retention management
  • The Retention management view lists objects with a retention property. The list can be filtered by Next month (default) and To be removed. (internal: BUD-996)
  • The object actions menu allows to assign a retention to a document object. For objects that are already under retention, an action is offered to extend the retention time. (internal: BUD-977)
yuuvis® Momentum client as reference implementation
  • All new library features are introduced.

yuuvis® architect

Schema Management
  • A new Schema management tile provides the following features for users with the corresponding role. (internal: BUD-14)
    • Users with the YUUVIS_TENANT_ADMIN role can manage the tenant schema.
    • Users with the YUUVIS_SYSTEM_INTEGRATOR role can manage all tenant schemata, the global schema as well as the app schemata.
    • A schema can be saved as a draft even if it is not yet valid.
    • The differences between the currently deployed schema and a draft schema can be visualized in an XML view.
    • The schemata can be exported and imported as files.

Alpha3 - 28 MAR 2022

Client Services & Client Development

Developer Libraries

Viewer Service
  • For PDF files, the print action is offered together with additional page alignments.
yuuvis® Momentum client as reference implementation
  • All new library features are introduced.

Alpha4 - 12 APR 2022

Core

Audit Entry for Content Retrieval via Chunks
  • Only one audit entry is created for the retrieval of a binary content file even if it is retrieved in chunks. (internal: OKTO-5096)
Audit Entries for Text and PDF Renditions
  • An audit entry with action code 402/403 is created if a user retrieves a text/PDF rendition of a document object. If the user retrieves the text or PDF rendition of the same object multiple times within 10 minutes, only the first retrieval is documented in the audit trail. (internal: OKTO-5195)
Global and App-specific System Hook Configuration
  • App-specific webhooks can be configured via an API endpoint. (internal: OKTO-5132)
  • The global system hook configuration can be managed via API endpoints. (internal: OKTO-5133)

Client Services & Client Development

Developer Libraries

Filtering Processes and Tasks
  • In the Inbox, My Processes and My Follow-ups views, users can reduce the list of displayed processes/tasks by specifying a search term to be matched. (internal: BUD-1051BUD-976)
Form Fields for User Names
  • A form field of type string and classification id:organization can be configured such that its value can only be a user with a specific role. (internal: BUD-411)
Localization and Language-specific Time and Number Formats
  • Swiss German is supported as de-CH. In contrast to German, the decimal separator is a dot instead of a comma whereas the thousand separator is an apostrophe instead of a dot. In order to define specific terms in Swiss German that differ from German terms, save a corresponding localization configuration file. If no file de-CH.json is available, the German localization file de.json is used as default. (internal: BUD-1109)
    Note: The feature has been subsequently added to the versions 2021 Winter and 2022 Spring.
  • The framework library supports the specific time and number formats for Finnish, Norwegian and Thai. (internal: BUD-1114)
Icon Management via Object Type Classification
  • It is possible to assign a global icon to an object type via classification. Thus, the icon can be reused in multiple tenant schemata in order to reduce the number of stored icons. (internal: BUD-1116)
yuuvis® Momentum client as reference implementation
  • All new library features are introduced.

yuuvis® architect

Localization for Swiss German
  • In the localization view, the list of languages contains only those that are prepared to be supported by the corresponding client application. However, Swiss German (de-CH) is NOT included. (internal: BUD-1138).

Alpha5 - 25 APR 2022

The two weeks from 06 APR to 19 APR 2022 will be our innovation sprint that allows us to try out new ideas and explore new ways for the future. We do not plan to deliver new features in this sprint, but we will fix the appearing bugs if possible.

Client Services & Client Development

Developer Libraries

Localization and Language-specific Time and Number Formats (KDDA)
  • The framework library supports the specific time and number formats for Finnish (fi), Norwegian (nb), Thai (th) and Vietnamese (vn). (internal: BUD-1189BUD-1194BUD-1114)
Deleting a Tenant
  • A tenant including all saved objects can be deleted from the yuuvis® Momentum system. (internal: OKTO-5037)

Final - 25 MAY 2022

Core

Options for Restoring old Versions of Objects
  • The endpoint for restoring an old version of a DMS object accepts an optional query parameter that can be used to specify whether to keep the current system:parentId or to use the value of the respective old version. (internal: OKTO-5169
Synchronization of CONFIGSERVICE and Git Server (KDDA)
  • It is possible to synchronize the local resources of the CONFIGSERVICE and the remote resources on the git server at any time. (internal: OKTO-5221)

Tenant Management

Tenant Management API

Deletion and Deactivation of Users
  • The deletion of users leads to an invalidation of all their active sessions. (internal: BUD-451)
  • The deactivation of users leads to an invalidation of all their active sessions. (internal: BUD-1305)

KEYCLOAK-PROXY Service

Connection of Missing Instances
  • The KEYCLOAK-PROXY service automatically tries to establish missing connections during requests that concern multiple tenants. (internal: ERA-8567)

Client Services & Client Development

Developer Libraries

Object Summary Aspect Area
  • The Summary aspect area of objects in a client application can now display table properties. (internal: BUD-1239)
  • Properties can be classified such that they are not displayed in the Summary aspect area. (internal: BUD-1310)
Restoring Old Versions
  • If an old version is restored, it is still stored in the parent folder of the current version. (internal: BUD-1291)
yuuvis® Momentum client as reference implementation
  • The new library feature is introduced.

Postponed Features

These initially planned features could not be realized. Some of them are planned for the next version 2022 Autumn.

Core

Redis Version Update

A newer Redis version is supported and included in the example infrastructure.

Client Services & Client Development

yuuvis® architect

Selecting the Target Tenant

System integrators cannot only maintain tenant-specific resources of their own tenant but can select a target tenant now.

Configuration Management

Administrators can set up the standard column and filter configuration for their client application as well as its plug-ins.

Changelog 

Bugfixes

Hotfixes

Below you will find information about the provided hotfixes. The latest status about the atrefacts can be bound here: "Version Tags Services".

 23 - 04.10.2022

Hotfixes for

componentversiondate
api-gateway4.11.2004.10.2022
archive4.11.2004.10.2022
audit4.11.2004.10.2022
authentication4.11.2004.10.2022
commander4.11.2004.10.2022
config4.11.2004.10.2022
contentanalyzer4.11.2004.10.2022
index4.11.2004.10.2022
organization4.11.2004.10.2022
registry4.11.2004.10.2022
repository4.11.2004.10.2022
search4.11.2004.10.2022
system4.11.2004.10.2022
api-web1.11.830.09.2022
tenant-management1.8.830.09.2022


Solved tickets

ticket number

description

component

support call
DB-6665    The Web API gateway reacts to file upload errors of the core with a retry without contentyuuvis MOMENTUM web-api-gateway
DB-6664422 on big filesyuuvis MOMENTUM core
BUD-1706Mislead toast message for 409yuuvis MOMENTUM tenant-management
 22 - 30.09.2022

Hotfixes for

componentversiondate
api-gateway4.11.1929.09.2022
archive4.11.1929.09.2022
audit4.11.1929.09.2022
authentication4.11.1929.09.2022
commander4.11.1929.09.2022
config4.11.1929.09.2022
contentanalyzer4.11.1929.09.2022
index4.11.1929.09.2022
organization4.11.1929.09.2022
registry4.11.1929.09.2022
repository4.11.1929.09.2022
search4.11.1929.09.2022
system4.11.1929.09.2022
controller   4.11.329.09.2022
textextractor 4.11.329.09.2022
rendition-repository1.0.729.09.2022
sothook4.11.1129.09.2022


Solved tickets

ticket number

description

component

support call
OKTO-5403security updatesyuuvis MOMENTUM core
 21 - 14.09.2022

Hotfixes for

componentversiondate
api-gateway4.11.1813.09.2022
archive4.11.1813.09.2022
audit4.11.1813.09.2022
authentication4.11.1813.09.2022
commander4.11.1813.09.2022
config4.11.1813.09.2022
contentanalyzer4.11.1813.09.2022
index4.11.1813.09.2022
organization4.11.1813.09.2022
registry4.11.1813.09.2022
repository4.11.1813.09.2022
search4.11.1813.09.2022
system4.11.1813.09.2022


Solved tickets

ticket number

description

component

support call
OKTO-5393update keycloak libary in organization service to remove trivy critical reportyuuvis MOMENTUM core
 20 - 09.09.2022

Hotfixes for

componentversiondate
api-web1.11.708.09.2022


Solved tickets

ticket number

description

component

support call
DB-6606Deactivated users are offered in suggestion listyuuvis MOMENTUM web-api-gateway
 19 - 19.08.2022

Hotfixes for

componentversiondate
renditionservice2.2.208/18/2022
rendition-repository1.0.608/18/2022


Solved tickets

ticket number

description

component

support call
DB-6433Preview of O-365 generated documents with mimetype application.zipyuuvis MOMENTUM renditionserviceCIM-3271
 18 - 12.08.2022

Hotfixes for

componentversiondate
api-gateway4.11.1712.08.2022
archive4.11.1712.08.2022
audit4.11.1712.08.2022
authentication4.11.1712.08.2022
commander4.11.1712.08.2022
config4.11.1712.08.2022
contentanalyzer4.11.1712.08.2022
index4.11.1712.08.2022
organization4.11.1712.08.2022
registry4.11.1712.08.2022
repository4.11.1712.08.2022
search4.11.1712.08.2022
system4.11.1712.08.2022


Solved tickets

ticket number

description

component

support call
DB-6542Authentication service loggt invalid Tokenyuuvis momentum coreCIM-3400
 17 - 22.07.2022

Hotfixes for

componentversiondate
api-gateway4.11.1522.07.2022
audit4.11.1522.07.2022
authentication4.11.1522.07.2022
commander4.11.1522.07.2022
config4.11.1522.07.2022
contentanalyzer4.11.1522.07.2022
index4.11.1522.07.2022
organization4.11.1522.07.2022
registry4.11.1522.07.2022
repository4.11.1522.07.2022
search4.11.1522.07.2022
system4.11.1522.07.2022
controller                      4.11.222.07.2022
textextractor                4.11.222.07.2022


Solved tickets

ticket number

description

component

support call
OKTO-5336System.exit 1 aber Container (java Prozess im container) wird nicht beendetyuuvis momentum core
 16 - 21.07.2022

Hotfixes for

componentversiondate
api-web1.11.521.07.2022


Solved tickets

ticket number

description

component

support call
BUD-1615The version number selected during download is not appended to the filenameyuuvis momentum api-webCIM-3382
 15 - 15.07.2022

Hotfixes for

componentversiondate

tenant-management

1.8.614.07.2022


Solved tickets

ticket number

description

component

support call
DB-6500Critical technical users can be found by searching users and makes attacking the system easieryuuvis MOMENTUM tenant APICIM-3335
 14 - 14.07.2022

Hotfixes for

componentversiondate
api-gateway4.11.1414.07.2022
archive4.11.1414.07.2022
audit4.11.1414.07.2022
authentication4.11.1414.07.2022
commander4.11.1414.07.2022
config4.11.1414.07.2022
contentanalyzer4.11.1414.07.2022
index4.11.1414.07.2022
organization4.11.1414.07.2022
registry4.11.1414.07.2022
repository4.11.1414.07.2022
search4.11.1414.07.2022
system4.11.1414.07.2022


Solved tickets

ticket number

description

component

support call
OKTO-5320Conditions with @userRoles on (multistring) fields do not work correctly with checkPermissionsyuuvis momentum core
 13 - 14.07.2022

Hotfixes for

componentversiondate
client3.1.2114.07.2022


Solved tickets

ticket number

description

component

support call
CIM-3431 

If the document is waiting/signed, an error is displayed.

client
 12 - 11.07.2022

Hotfixes for

componentversiondate
api-gateway4.11.1211.07.2022
archive4.11.1211.07.2022
audit4.11.1211.07.2022
authentication4.11.1211.07.2022
commander4.11.1211.07.2022
config4.11.1211.07.2022
contentanalyzer4.11.1211.07.2022
index4.11.1211.07.2022
organization4.11.1211.07.2022
registry4.11.1211.07.2022
repository4.11.1211.07.2022
search4.11.1211.07.2022
system4.11.1211.07.2022


Solved tickets

ticket number

description

component

support call
OKTO-5242The search supports additional languagesyuuvis momentum coreCIM-3399
 11 - 07.07.2022

Hotfixes for

componentversiondate

api-gateway

4.11.1107.07.2022

api-web

1.11.407.07.2022

archiveservice

4.11.1107.07.2022

audit

4.11.1107.07.2022

authentication

4.11.1107.07.2022

client

3.1.1908.07.2022

commander

4.11.1107.07.2022

config

4.11.1107.07.2022

contentanalyzer

4.11.1107.07.2022

index

4.11.1107.07.2022

keycloak-proxy

1.5.0-keycloak-15.1.108.07.2022

organization

4.11.1107.07.2022

registry

4.11.1107.07.2022

repository

4.11.1107.07.2022

sothook

4.11.1007.07.2022

search

4.11.1107.07.2022

system

4.11.1107.07.2022

renditionservice

2.2.107.07.2022

rendition-repository

1.0.507.07.2022

textextractor

4.11.107.07.2022

controller

4.11.107.07.2022

userservice

1.8.007.07.2022

tenant-management

1.8.507.07.2022

viewerservice

2.1.307.07.2022


Solved tickets

ticket number

description

component

support call
CIM-3349Delete the behavior when deleting documents.yuuvis Momentum client
CIM-3368sort attachments could click Save button without editingyuuvis Momentum client
OKTO-5313Update critical libraries of the core servicesyuuvis Momentum core
OKTO-5317Update critical libraries of the rendition servicesyuuvis Momentum rendition
BUD-1548Update critical libraries of the Viewer-Serviceyuuvis Momentum viewerservice
BUD-1546Update critical libraries of the Web-API-Gateway-Serviceyuuvis Momentum webapi-gateway
BUD-1547Update critical libraries of the Tenant-Management-API-Serviceyuuvis Momentum tenant management
ERA-8798Update critical libraries of User-Serviceyuuvis Momentum userservice
ERA-8800Update critical libraries of Keycloak-Proxyyuuvis Momentum keycloak proxy
 10 - 06.07.2022

Hotfixes for

componentversiondate
api-gateway4.11.605.07.2022
archive4.11.605.07.2022
audit4.11.605.07.2022
authentication4.11.605.07.2022
commander4.11.605.07.2022
config4.11.605.07.2022
contentanalyzer4.11.605.07.2022
index4.11.605.07.2022
organization4.11.605.07.2022
registry4.11.605.07.2022
repository4.11.605.07.2022
search4.11.605.07.2022
system4.11.605.07.2022

client

3.1.1605.07.2022


Solved tickets

ticket number

description

component

support call
DB-6433cannot preview some edited .pptx fileyuuvis MOMENTUM coreCIM-3271
CIM-3390Double click on document containing a parentID does not open in its folder being focusedyuuvis MOMENTUM client
 09 - 05.07.2022

Hotfixes for

componentversiondate

client

3.1.1501.07.2022


Solved tickets

ticket number

description

component

support call
BUD-1478Properties that are hidden in the summary can't be observed in the version stateyuuvis MOMENTUM client
BUD-1492 Missing plugin capability of the task attachment componentyuuvis MOMENTUM client
 08 - 28.06.2022

Hotfixes for

componentversiondate
api-gateway4.11.528.06.2022
archive4.11.528.06.2022
audit4.11.528.06.2022
authentication4.11.528.06.2022
commander4.11.528.06.2022
config4.11.528.06.2022
contentanalyzer4.11.528.06.2022
index4.11.528.06.2022
organization4.11.528.06.2022
registry4.11.528.06.2022
repository4.11.528.06.2022
search4.11.528.06.2022
system4.11.528.06.2022


Solved tickets

ticket number

description

component

support call
DB-6431Apostrophs in name fail to save the folder because the search with that is causing an erroryuuvis momentum coreCIM-3240
 07 - 28.06.2022

Hotfixes for

componentversiondate

 web-api-gateway

1.11.327.06.2022


Solved tickets

ticket number

description

component

support call
BUD-1481Restoring an old version changes back to the old parent although the parameter restoreParentId = false is givenyuuvis MOMENTUM web-api-gatewayCIM-3333
 06 - 27.06.2022

Hotfixes for

componentversiondate

client

3.1.624.06.2022


Solved tickets

ticket number

description

component

support call
BUD-1477If manually type, the date changes to one day earlieryuuvis Momentum clientCIM-3287
 05 - 22.06.2022

Hotfixes for

componentversiondate

client

3.1.522.06.2022


Solved tickets

ticket number

description

component

support call
BUD-1475"True/False" cannot change to "Not set"yuuvis MOMENTUM clientCIM-3286
 04 - 16.06.2022

Hotfixes for

componentversiondate
api-gateway4.11.416.06.2022
archive4.11.416.06.2022
audit4.11.416.06.2022
authentication4.11.416.06.2022
commander4.11.416.06.2022
config4.11.416.06.2022
contentanalyzer4.11.416.06.2022
index4.11.416.06.2022
organization4.11.416.06.2022
registry4.11.416.06.2022
repository4.11.416.06.2022
search4.11.416.06.2022
system4.11.416.06.2022


Solved tickets

ticket number

description

component

support call
OKTO-5280missed immediate indexing after uploading searchable PDFyuuvis MOMENTUM coreCIM-3226
 03 - 10.06.2022

Hotfixes for

componentversiondate
api-gateway4.11.310.06.2022
archive4.11.310.06.2022
audit4.11.310.06.2022
authentication4.11.310.06.2022
commander4.11.310.06.2022
config4.11.310.06.2022
contentanalyzer4.11.310.06.2022
index4.11.310.06.2022
organization4.11.310.06.2022
registry4.11.310.06.2022
repository4.11.310.06.2022
search4.11.310.06.2022
system4.11.310.06.2022

tenant-management

1.8.409.06.2022


Solved tickets

ticket number

description

component

support call
DB-6323tenant create is slowly and sometime get erroryuuvis MOMENTUM core, tenent_managementDIGPLTF-2372
DB-6404OCR-service not processing documents - 422yuuvis MOMENTUM coreCIM-3251
 02 - 03.06.2022

Hotfixes for

componentversiondate

tenant-management

1.8.2

03.06.2022


Solved tickets

ticket number

description

component

support call

DB-6379

Cannot login tenant after activation

tenant-management

DIGPLTF-2415
 01 - 02.06.2022

Hotfixes for

componentversiondate
keycloak-proxy1.3.1-keycloak-15.1.131.05.2022


Solved tickets

ticket number

description

component

support call
ERA-8691Proxy returns HTTP500 if user credentials are not correct    Keycloak Scaling ProxyCIM-3182