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

# v4.55

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

### 1. **Data Catalog: Highlighted changes when creating a new version of Notes**&#x20;

When creating a new version of a Note, those fields that have their values modified will be highlighted when the note is saved so any user reviewing the note can easily identify the changes from the previous version.

<figure><img src="/files/O3vLEG3EpTEMrXQUJvPy" alt=""><figcaption><p>Fields in orange have been modified from previous version</p></figcaption></figure>

### 2. Data Catalog: **Linking structures**

A structure can be linked to another structure from a different system. The information on these relationships between structures can be only loaded via API by a connector. The information then will be displayed in the Data Catalog in a new tab: "Linked structures".

<figure><img src="/files/V6UpN5nr1kJYODcKJvKH" alt=""><figcaption></figcaption></figure>

## 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-5037 As a user I want to see highlighted fields that have been changed fro not published notes
* TD-5038 Allow to have links between structures from different systems
* TD-5271 Metrics loading process should not stop if the loading of a table fails

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

* TD-5279 In implementation upload, if the template has a field that is Enriched text and this field is not empty, the load fails
* TD-5246 Referenced in filters are not being displayed in implementations details
* TD-5192 Referenced in operator in implementations is not displaying the selected structure


---

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