> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/release-information/portal2/2025.1.md).

# 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.novacuraflow.com/release-information/portal2/2025.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
