> 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-19th.md).

# August 19th

**Changelog released on 2026-08-19**

Welcome to the latest changelog. This release updates retry logic and indexing, optimizes reads, refines publication and mapping behavior, improves webhook and export/report reliability, enhances category and attribute management, fixes UI timestamp sync and private folder access, and adds Graphify, search and service-worker deployment alerts.

## Enhancement

1. **Enable search on asset file name for AssetReferenceAttribute:** Asset name is now searchable for all asset reference attributes in PIM Search. (SP-1110)
2. **Grid Edit for list attributes:** Grid edit functionality has been expanded to also cover list attributes. (SP-2553)
3. **Optimize asset read:** Optimized the asset read functionality. (SP-2854)

## Bug

1. **Category specific attribute values are not added on new entities on import:** Fixed issue where category specific attribute values would not be added on new entities. (SP-2703)
2. **Image Studio does not work on assets placed in private folders:** Fixes an issue where you would get an error if trying to use image studio on private assets (SP-2820)
3. **Last modified in sidebar not updated after making changes to entity on other tabs:** Fixed issue with last modified date not updating correctly. (SP-2826)
4. **Webhook retries does not stop when a retry succeeds:** Prevented the webhook from retrying even after a retry succeeds. (SP-2851)
5. **Empty columns in "Map-to" in file template makes data shift to wrong columns:** Fixed issue where empty columns would shift to the wrong columns. (SP-2952)
6. **Publications action not properly gated behind module being enabled:** Removed the option to use publications on entities if current tenant does not have the module. (SP-2953)

## Task

1. **Add service-worker that notifies users when a new version is deployed:** Made it possible to notify users when a new version is deployed. (SP-1637)
2. **Add Graphify knowledge graph to platform:** Added Graphify. (SP-2671)
3. **Add index on FolderUid in Asset table during migration:** Added index on FolderUid during migration. (SP-2961)

## Feature request

1. **(Unique) ID generator for attributes:** It is now possible to generate Ids that are unique for attributes when this setting enabled. In the generator you can define the ranges of the Id generated. (SP-2534)


---

# 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-19th.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.
