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

# v4.11

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

### 1. Subscription to business concept changes <a href="#v4.11-1.subscriptiontobusinessconceptchanges" id="v4.11-1.subscriptiontobusinessconceptchanges"></a>

Users will be allowed to subscribe to any concept and be notified of any changes produced to that concept. It will be possible to choose to receive the notifications as daily ingest, one hour after the change has been produced at most or inmmediatily when changes happen.

![](/files/-MaJIV4Eyj_QY5IB79AW)

### 2. Taxonomy for business concepts <a href="#v4.11-2.taxonomyforbusinessconcepts" id="v4.11-2.taxonomyforbusinessconcepts"></a>

New summary box on the right side of concepts details displaying the complete taxonomy of the concept. This will allow a user to easily understand how this concept has been defined.

![](/files/-MaJIV4F64UDkymQTFxU)

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

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

* TD-2301 - As a data owner I want to receive a notification if a structure linked to one of my concepts is removed
* TD-2592 - As a Business Glossary user I want to see the path of linked structures in linked tab of a business concept
* TD-2865 - As a business glosary user I want to subscribe to a business concept specifying the periodicity of my suscription
* TD-3085 - As a business Glossary user I want to see the taxonomy of my concept
* TD-3103 - As a Data Quality user I want to see the job execution when I execute quality implementations

### Fixes <a href="#v4.11-fixes" id="v4.11-fixes"></a>

* TD-2331 - Path is not being displayed for deleted structures
* TD-2655 - Domain is not being updated for existing structures
* TD-3139 - User initialization screen appears even after initial user has been created
* TD-3155 - Application is not allowing to change the domain parent of a given domain in case it has any related concept
* TD-3172 - Error creating data structure type
* TD-3175 - Fix last\_day\_of\_month function in dq-engine of the sdk
* TD-3180 - OAuth 2.0 Auth Code flow doesn't work if response is encoded in query parameters

**Hotfixes**

* TD-3206 - Error getting structure ids of an implementation
* TD-3204 - Performance issue with data structure path query


---

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