2025.1

Released 2025-02-13

General

  • Added support to set the session folder to a physical path (session service).

    • If the folder is set outside of the root path of the service, startups and restart speed will be improved

  • Improved walk logger (session service)

    • Now includes a correlation id to easier map which lines belong to which execution

    • Added support to log direct queries (also includes portlet id to be able to backtrack which portlet it comes from)

      • Note: Global variables & LOV will always show portlet id "0" as they are not directly connected to a portlet

      • To get full support of portlet id for workflows the server walk logger version 6.15.14 or higher must be used

  • Resolved some potential deadlocks & port starvations

  • Disabled swagger when the environment of portal API is set to Production (see Web.config)

    • By disabling it there will be a small increase in performance

  • General improvements in portal API to lower memory usage & CPU usage

  • Resolved issues of using external credentials with new web client inside of portal 2 (in azure hosted environments)

  • Added translation support for tabs of portlets in a container

  • Resolved issues around filtering with date/time when using time offset

Bug fixes

  • Document Viewer - Improved performance of document viewer (primarily when using binary workflow as data source):

    • Added support to turn off some features for PDFs

      • Turning some features off can improve stability and performance if bigger documents are loaded

    • Improved usage of binary workflows

      • If Data is not set or empty, no document view will show instead of an error.

      • If an error occurs or is thrown in the workflow, an error explaining it happened will now show instead of a generic error

    • Better handling of Unicode characters of file names

    • Improved loading speeds when scrolling between pages

    • Added indicators when a page is loading

    • Resolved an issue around the filename when downloading the file in specific circumstances

  • Gantt - Resolved an issue around drag&drop in Gantt portlets

  • Record - Resolved an issue causing the record portlet to convert date times wrong when local time conversion is turned off

  • Scheduler - Resolved incorrect displaying of tasks during filtering in the Scheduler portlet

Last updated

Was this helpful?