# Version 6.2.2

This release includes the new features released with Frends 6.2, listed in [New Features](https://docs.frends.com/release-notes/frends-6.2/new-features), as well as improvements and bug fixes from the earlier releases.

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

## UI & Log Service <a href="#ui--log-service" id="ui--log-service"></a>

### Improvements <a href="#improvements" id="improvements"></a>

* Process Editor now prevents saving a Process containing a Long Running Process Checkpoint or Signal Resume shape without a Correlation ID configured
* API Policy targeted endpoint path selector is now selectable and copyable
* Agent Group configuration page now shows a warning if the same connection string is used for both Execution and Gateway Agents
* Updated AI prompts for the LLM Documentation feature to reflect Long Running Process changes

### Bug fixes <a href="#bug-fixes" id="bug-fixes"></a>

* Fixed layout breaking on API Monitoring details modal when requests contain long text or payloads
* Fixed UI bugs in Assign Variable shape and Code Task where editing a variable name moved the cursor to the end of the line
* Fixed API Policy page showing only the first letter of the method name when a long path is used in the Target Endpoint
* Fixed issue with AI Connector when using Azure Inference where the model name field state was incorrect after saving and reopening a Process
* Fixed issue with AI Connector when using Ollama service type where the AI Model Name was not required and was not remembered after saving
* Fixed issue with empty query parameters in passthrough requests not being omitted, causing invalid request URLs
* Fixed AI credit display issues showing wrong current AI usage
* Fixed issue where deleting an API Deployment in an Agent Group unlinked all Processes linked to that API Version

## Agent <a href="#agent" id="agent"></a>

### Improvements <a href="#improvements-1" id="improvements-1"></a>

* Terminating a Process Instance now removes Schedule Trigger locks even if the instance does not end immediately

### Bug fixes <a href="#bug-fixes-1" id="bug-fixes-1"></a>

* Fixed issue with Agent being unable to continue serving HTTP workloads if the shared database was not available
* Fixed issue with RabbitMQ password not working if it contains characters that are URL encoded
* Fixed API Policy configuration message sending being blocked if logging policies were assigned for legacy Agent Groups
* Fixed HTTP Log QueryString truncation causing SqlBulkCopy failure when query strings exceeded the column size limit
* Replaced API Policy cache with a pre-built lookup table to avoid caching issues with unique path parameters causing excessive memory usage
* Fixed issue with incorrect claim type mappings when multiple OAuth applications share the same issuer
* Fixed HTTP logging returning null for caller IP when the X-Forwarded-For header is missing
