# Version 6.2.3

This release includes the new features released with Frends 6.2, listed in [New Features](/release-notes/frends-6.2/new-features.md), 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

### Improvements

* Improved Log Service's Agent cleanup performance. Removing an Agent from the environment no longer requires scanning the entire HTTP log table, which could previously cause the operation to be slow in environments with large volumes of API trigger log data.

## Agent

### Improvements

* API Policy configuration now detects ambiguous endpoint patterns at save time. For example, if two endpoints like `/api/{tenant}/data` and `/api/{version}/data` are structurally identical, a validation warning is shown to help prevent unintended access issues.

### Bug fixes

* Fixed an issue where an API Policy endpoint with a trailing slash (e.g., `/api/v1/foo/`) would block access to more specific child endpoints (e.g., `/api/v1/foo/bar`), causing them to return 401 Unauthorized.
* Fixed a performance issue where DMN Task's shape executions were running one at a time instead of in parallel. Processes that evaluate multiple DMN decisions concurrently will now see improved throughput.


---

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