> 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/main-flow-releases/release-notes.md).

# Release notes 6.13

{% hint style="danger" %}
Flow 6.13 is no longer supported. We strongly advise upgrading to the latest supported version for improved functionality, security, and support services.
{% endhint %}

## Introduction&#x20;

This release somewhat marks the beginning of a new product strategy, with some new major concepts, the beginning of a new product architecture and also a new release strategy for parts of the platform.

Happy Flowing!

## News and improvements in 6.13

**Studio Improvements:**

* [Improved dependency update when using Fragments and linked workflows](/development/flow-studio/applications/workflow/included-workflow.md)
  * Including a dependency overview
* [Break points in debugger](/development/flow-studio/applications/test-bench.md)
* New FlowScript functions
  * [FirstOrEmpty](/development/flowscript/table/table-functions.md)
  * [FirstOrDefault](/development/flowscript/table/table-functions.md)
  * [DateTime module](/development/flowscript/functions/date-functions.md#the-datetime-module)
* [Better User overview](/development/flow-studio/environment/users.md), with more useful information
* Quick edit in all windows
  * Go into edit mode directly from a workflow element, even though workflow is read only.
* [Workflow source code editor](/development/flow-studio/applications/workflow/source-code-editor.md)
  * To be used in case of emergency
* Unique workflow element names
  * Improves the quality of error messages from the workflow
* Minor changes in the toolbar menu

**Clients & Mobility:**

* [File gallery group by](/development/flow-studio/applications/workflow/user-step/file-gallery.md)
  * Group files by any information in the data source
* [Secured offline transactions](/development/flow-studio/applications/workflow/offline-workflow/create-an-offline-transactions.md)
  * Offline transactions are kept even though signing out

**Portal 2:**

* Major update with 7 new portlets:
  * [Document Viewer](/development/flow-portal-2/portlets/basic/document-viewer.md)
  * [Inbox](/development/flow-portal-2/portlets/workflow-1/inbox.md)
  * [Workflows](/development/flow-portal-2/portlets/workflow-1/workflow.md)
  * [Bar Chart](/development/flow-portal-2/portlets/chart-portlets/bar-chart.md)
  * [Kanban](/development/flow-portal-2/portlets/visual-planning/kanban.md)
  * [Scheduler](/development/flow-portal-2/portlets/visual-planning/scheduler.md)
  * [Map](/development/flow-portal-2/portlets/visual-planning/map.md)
* [New Portal Installer](/development/flow-portal-2/getting-started-portal2.md)
* New release strategy
  * New features can now on be released with a considerably short lead time

**Connector Services:**

* New Connector architecture, where a connector is deployed as a service
  * The connector service can be installed anywhere as long as it has an outbound connection to the server
  * When installed and connected, the Connector can be managed as usual in the Flow Studio
  * Improves the scalability of the platform and supports distributed solutions and edge computing
* Released as a Beta, including:
  * IFS Apps 9 AP DB Connector Service
  * IFS Apps 10 AP DB Connector Service
  * MS SQL Server DB Connector Service
  * File System Connector Service
  * Connector Service Installer (to be released later in a service pack)

**Connectors:**

* Maximo connector now supports https as protocol.

**Scalable Storage:**

* New storage architecture, using MS SQL Server
  * In addition to the current SQLite DB, Novacura Flow can now also be used with MS SQL Server as a storage option
* This solution offers much better scaling possibilities and will also be used for our Cloud environments.
* As a first step, this new storage option will be available for **Flow Cloud only**.&#x20;

**Changes in License:**

* Not possible to exceed license limit
  * If enabled in the customer license, a hard limit on license count will be applied in the associated environment, meaning that adding users exceeding the licensed  number will not be possible.&#x20;
* Max concurrent sessions
  * Maximum concurrent users will from now on be set for Test environments, in order to let customers have identical setups for both Test and Prod and at the same time prevent misusage of Test environments.


---

# 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:

```
GET https://help.novacuraflow.com/release-information/main-flow-releases/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
