> 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.3.md).

# 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
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.3.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.
