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

# v4.32

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

### 1. Subscription to source events <a href="#v4.23-1.structuresnotesworkflowandversions" id="v4.23-1.structuresnotesworkflowandversions"></a>

A new type of subscription is included in this version to allow to notify selected users with any specific event happenning to one of our sources. This will allow to use truedat's notification system to send emails and notify in truedat to some user in case that a connector executes or fails.

![](/files/8AGzgoysPwBWYqJKlvAx)

### 2. Quality implementations search by structure <a href="#v4.23-1.structuresnotesworkflowandversions" id="v4.23-1.structuresnotesworkflowandversions"></a>

Tables and fields used in our quality implementations have been indexed in our search engine. This allows user to search implementations by field or table name, finding all quality being applied to specific data assets.

![](/files/Iy6BYxCOdYiVGqLf0vjd)

### &#x20;

## 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-3733 Include structure names in implementations index
* TD-4099 As an admin user I want to create a subscription to source's events
* TD-4128 As an admin I want to automatically publish structures notes when performing bulk update
* TD-4278 Grants bulk load
* TD-4216 Include in metrics relation between quality implementations and data structures
* TD-4228 Include optional external id for users

### Fixes

* TD-4174 Modifying implementation key should not lose results
* TD-4253 /api/rule\_implementations/search should include modifiers
* TD-4280 Timeout during reindexing
* TD-4283 Move MAX\_PAYLOAD\_LENGTH configuration
* TD-4169 Structure notes bulk load takes too much time and returns timeout
* TD-4207 Bulk notes upload is not reindexing all affected structures


---

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