Auszug |
---|
Das Release 7.52.1 Build 1871 wurde im was released in September 2023 veröffentlicht. Dieses Release umfasst. This release includes:
|
Service Desk App 4.2.1
Optimierung des Jobs zur Löschung von Optimization of the job for deleting Service Desk Tickets
Optimierung der Umleitung von eingehenden E-Mails
REST-Proxy
...
tickets
Optimization of the redirection of incoming emails
REST Proxy
In the configuration file of the REST Proxy (usually cmsbs-restproxy.properties
) kann nun eine neue Monitoring-Funktion aktiviert werden, die periodisch eine kurze Statusinformation loggta new monitoring function can now be activated, which periodically logs a short status information:
Codeblock |
---|
cmsbs.restproxy.statuslog.interval = 30 |
Im Beispiel wird dann alle 30 Sekunden eine solche Zeile in das Logfile des REST-Proxy geschriebenIn the example, such a line is then written to the log file of the REST Proxy every 30 seconds:
Codeblock |
---|
2023-09-07 09:30:28.960 INFO [StatusLogger] [StatusLogger] - upstreamPendingRequests=95; upstreamLeasedConnections=20; pendingDeferredRequests=0; totalRequests=547; cacheEntries=0; cacheHits=0; cacheMisses=547; |
Funktionserweiterungen
Vorbereitungen für Anbindung asynchroner Virenscanner
...
Functional improvements
Preparations for connection of asynchronous virus scanners
For the implementation of projects with asynchronous virus scanners, a new configuration option is included in advance in this release:
Codeblock |
---|
cmsbs.virusscan.pollingInterval = 10 |
Diese Option ist nur im Zusammenhang mit der VirusScan2-App relevant, die sich zurzeit noch in der Entwicklung befindet.
Verbesserung der Integration von React-Apps in den UM
Zur leichteren Einbindung von React-Apps in den UM wurde der Api-Router um diverse Funktionen erweitertThis option is only relevant in connection with the VirusScan2 App, which is currently under development.
Improving the integration of React Apps in the UM
To facilitate the integration of React Apps into the UM, various functions have been added to the ApiRouter.