> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/august-2026/august-6th.md).

# August 6th

**Changelog released on 2026-08-06**

Welcome to the latest changelog. This release tightens entity reference scoping, enhances complex and JSON/XML exports, corrects AI translation and display-name handling, adds math truncate support, resolves publication timeouts and search-filter focus, unifies formatting and fixes grid-edit selection.

## Enhancement

1. **Support truncate in math functions for Business rules:** (SP-2791)

## Bug

1. **Grid edit: Selection remains when new columns are added:** (SP-2702)
2. **Fields that are dimensioned can't be used in variation definition:** (SP-2775)
3. **Inconsistent formatting between RTE and AI Assistant:** (SP-2778)
4. **Json / XML exports missing item/entitytype compared to v3:** (SP-2786)
5. **Search filter lose focus and clear selects all:** (SP-2788)
6. **Publication timeout on generation:** (SP-2789)
7. **Using AI on displayname on attributes just writes "AI translation":** (SP-2790)
8. **Fields missing in export:** Edit-permission no longer required to display fields in export (SP-2792)
9. **Adding a localized subattribute to a global list referenced in an Enrichment Insight results in error:** Users will now receive clearer feedback when attempting to localize an attribute that is already referenced by an Enrichment Insight. (SP-2793)
10. **AI translation to English fails – DeepL is sent 'en' instead of 'en-GB':** (SP-2795)
11. **Unexpected contents when exporting complex attributes data through /exports endpoint:** (SP-2797)
12. **Errors when working with data analysis:** Fixed a bug where creating a data analysis setup could result in an error and the report would not recalculate its notifications based on the latest configuration change. (SP-2804)
13. **Entity reference shows references to entities outside of specified attribute:** Fixed a bug where entity reference would show incorrect references. (SP-2814)

## Task

1. **Remove the part of the AI validation that prohibits new tenants from setting up the AI:** (SP-2707)
2. **Category attribtues section does not update when updating classification of product in the classification tab:** Updating the primary category of an entity also updates its the category attributes section automatically, so the user does not have to manually refresh to see the newly inherited category attributes. (SP-2761)


---

# 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.struct.com/changelog/august-2026/august-6th.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.
