January 27th
Changelog released on 2026-01-27
Welcome to this PIM release. We’ve resolved model setup search, bulk restore inheritance, filter reset, quick export format, attribute cache, background task error, Category API and product patch classification issues, improved list operations and UI behavior, and added Category as an entity in the Distribution Chart widget.
Enhancement
Add "Category" as an entity on "Distribution chart" widget.: Distribution chart widget now support categories. (SP-1656)
Bug
Bulk update operations on list can not always match identical lists: On rare occassions bulk update operations on lists would not be able to match identical rows when updating, removing and adding. (SP-2053)
Copying a ListAttribute with table view enabled results in invalid table view columns: Copying a ListAttribute with 'table view' enabled and 'table view columns' set would result in invalid references to columns in the copied list. (SP-2055)
Possible to delete attributes used as category attributes: It is no longer possible to delete attributes that are currently being used as category attributes. Attempting this will result in an error. (SP-2058)
PATCH /v1/products endpoint does not update product classification: Using the generic version of the product update method in the API NuGet package would result in classification updates not working. This is now fixed. (SP-2060)
Display revision log on specific attribute flow error: On rare occassions the revision log would be skewed visually. This has been fixed. (SP-2062)
Removing an attribute used as thumbnail on a product structure should give a warning: Trying to remove an attribute used as thumbnail on a data model will now give a warning. (SP-2067)
Failed background tasks truncates error messages: Failed background tasks would have their error messages truncated making it hard to identify the exact issue in some instances. (SP-2084)
Error upon triggering business rule manually: Manually triggering a business rule that triggered other business rules multiple times would result in an error. This is no longer the case. (SP-2085)
Unable to link to dynamic categories in a category reference attribute: It is now possible to link to dynamic categories in a CategoryReferenceAttribute. (SP-2089)
Attribute cache issue search/index attributes not reset when product structures are updated: (SP-2095)
Format of dates and numbers can change using quick export: Format of dates and numbers are now consistent when using quick export. (SP-2100)
Advanced filter not reset from PIM Search to references: Advanced filter is now context-dependant, so setting an advanced filter in global list value search will only persist for global list values etc. (SP-2101)
Bulk restore inheritance fails if it contains a variant with a product that does not have attribute overwritten: Doing 'Bulk restore inheritance' on a list of variants will now skip variants that are not eligible instead of throwing an error. (SP-2103)
Model setup search fails if a tab or attribute does not have a headline/description: Searching in a data model would not work if a tab or attribute was missing a headline or description. (SP-2105)
Task
Base template css not using height available: (SP-1987)
Add variant group batch/count in Category API: Added endpoints for getting count of entities in categories through the API. (SP-2092)
Feature request
Change color on a read only boolean: The color of read only booleans have been altered to make it easier to identify if they are true or false. (SP-1965)
Last updated