For the complete documentation index, see llms.txt. This page is also available as Markdown.

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)

Last updated