> For the complete documentation index, see [llms.txt](https://docs.truedat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truedat.io/v8.4/release-notes/v4/v4.25.md).

# v4.25

## Release highlights <a href="#v4.23-releasehighlights" id="v4.23-releasehighlights"></a>

### 1. Structures grants <a href="#v4.23-1.structuresnotesworkflowandversions" id="v4.23-1.structuresnotesworkflowandversions"></a>

On this new version we are providing functionality to store and view user grants to data. Through ad-hoc integration to your systems we will be able to recover which users have access to which data and this can be documented in truedat. In this new version users with access to some structures will be able to view it when navigating the Data Catalog

![](/files/-MfXRiwjhFqdO0xRbBMW)

### 2. Quality executions errors <a href="#v4.23-1.structuresnotesworkflowandversions" id="v4.23-1.structuresnotesworkflowandversions"></a>

Errors produced by the source systems will be documented in truedat. We will be able to see implementations with errors on execution on the implementations list and detail of the error when view the implementation details. In order to get this feature your connectors need to be upgraded to include this changes.

![](/files/-MfXT-DohcdRVVKhzZzl)

## Features and fixes delivered with this release <a href="#v4.23-featuresandfixesdeliveredwiththisrelease" id="v4.23-featuresandfixesdeliveredwiththisrelease"></a>

### Features <a href="#v4.23-features" id="v4.23-features"></a>

* TD-3947 As a data catalog user I want to see the structures to which I have been granted access
* TD-3551 As a Quality user I want to undelete an logically deleted implementation
* TD-3050 As a Data Quality user I want to see a comprehensible error when my quality execution fails
* TD-3453 Data Catalog: Configuration enabled to periodically purge logically deleted structures

### Fixes

* TD-3906 Notes audit is not including status changes
* TD-3929 When modifying a structure domain children changes are not indexed
* TD-3965 User with view\_dashboard permission is not able to fetch domains
* TD-3968 Metrics: Data structures load not working whith huge structures volume


---

# 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.truedat.io/v8.4/release-notes/v4/v4.25.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.
