> For the complete documentation index, see [llms.txt](https://docs.frends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frends.com/release-notes/frends-6.2/version-6.2.0.md).

# Version 6.2.0

This release includes the new features released with Frends 6.2, listed in [New Features](/release-notes/frends-6.2/new-features.md).

{% hint style="info" %}
On-premise Cross-platform Agents require .NET Runtime 8.0.21 or newer to be installed.
{% endhint %}

## UI & Log Service

### Improvements

* UI supports creating and editing Long running Processes
* UI supports viewing Long running Processes
* UI supports resuming Long running Processes manually
* Log Service supports Long running Processes
* Manual trigger parameters now show the description of the parameters
* Wider support for S3 object storage compliant services
* Code shapes now support async/await method calls
* Clarified instance list search filter placeholder text
* Process Editor now shown a warning if the Process is using a disabled or deprecated model
* Improved Environment page performance when there are a lot of Agent groups / Agents
* It is now possible to select all / none Processes in the API deployment dialog

### Bug fixes

* Onboarding tour for Process editor fixed
* Changed user id label from name to email for clarity
* Fixed issue with API monitoring list throwing an Argument out of range exception in some cases
* Fixed issue with Process editor AI Connector model showing the internal model name instead of the user friendly one shown in the Catalog
* Fixed issue with Frends System prompt being readded after removing it
* Fixed issue with model specific Frends System prompt after model has been changed instead of the actual stored System prompt that was previously used
* Fixed issue with Process instance duration not showing hours for durations over an hour
* Fixed issue with API Policy Targeted endpoint not being populated with options when targeting a specific HTTP method
* Fixed issue with AI Connector default options not being initialized correctly

## Agent

### Improvements

* Crosss-platform Agent now supports Long running Processes
* Wider support for S3 object storage compliant services

### Bug fixes

* Fixed issue with Cross-platform Agent writing excessively to syslog in Linux hosts
* Fixed issue with Process not being able to rollback to an earlier version if there was an assembly unloading problem for the version


---

# 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://docs.frends.com/release-notes/frends-6.2/version-6.2.0.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.
