October 27th
Changelog released on 2025-10-27
Welcome to this release, which resolves import errors across product classification, global lists, and variation definitions, refines date filters and attribute management, fixes UI inconsistencies in buttons and dashboards, enforces data constraints, prevents duplicate webhook requests and adds a print feed option.
Enhancement
Add option to produce feed from print publication: (SP-1025)
Set variationdefinition as part of import wizard: Setting the variation definition of products with variants is now a part of the import wizard. A dropdown for doing this has been added when choosing the product structure of new products. (SP-1846)
During migration to V4, remove all V3 system queue tasks: Improvement to our internal migration tool. (SP-1881)
Bug
It should not be possible to setup a "Category attributes" tab on non-master-catalogues: It is no longer possible to add the 'Attribute management' tab to categories outside the master catalogue, as this is not valid. (SP-1056)
Link missing for publication background task: There is now a clickable link to download the generated file on publication background tasks. (SP-1439)
Number of decimals not being enforced: Fixed a bug causing the number of decimals to not be enforced. (SP-1542)
Business rules can cause webhooks to fire twice for the same transaction: Business rules that triggered on product update and updated another value on the same product would cause webhooks to fire twice for the same transaction. This is no longer the case. (SP-1661)
Attribute management tab does not sort correctly: Attribute management tab sorting now persists. (SP-1743)
Changing default column on global lists has no effect after creation: Changing the ‘default columns’ setting on a global list will now change the column view for that global list, if the user has not manually changed the column view. (SP-1787)
During import, number fields are highlighted as "updated" even though they are not: During import, sometimes number fields would be highlighted with green, even though no change was made to the field. (SP-1835)
Importing to global lists with GLV references used as key definition fails if any referenced glv does not exist: Importing to global lists with a global list value reference used as the key definition for the global list, would cause the import to fail if any global list value reference could not be resolved. (SP-1843)
Possible to delete segment used as fallback segment: It is no longer possible to delete a segment used as fallback segment on an attribute. (SP-1865)
Possible to delete segment used by attribute referenced on business rule: It is no longer possible to delete a segment used by an attribute referenced on a business rule. (SP-1866)
Editing shared dashboards through the dashboard tab bypasses 'shared' restrictions: Editing shared dashboards through the dashboard tab would bypass certain restrictions on shared dashboards. (SP-1872)
'Collapse' button is gone when editing data models: ‘Collapse’ button was missing when creating or editing data models. (SP-1873)
'Add [entity] identifier' button is wider than it seems: The ‘Add [entity] identifier’ button was wider than it appeared, meaning it was clickable by clicking to the right of the button. (SP-1874)
Restore inheritance do not trigger update name: Restoring inheritance on an attribute that was part of a variants display name did not trigger a name update. (SP-1875)
'Add variation definition' button clickable to the right of the button: The ‘Add variation definition’ button when creating or editing a variant data model was clickable in an area to the right of in addition to the button itself. (SP-1877)
Filter date result does not align with criteria: Filtering only on a date in a date column could cause it to show wrong results. (SP-1880)
Issue when importing new products with classification by id: Fixed an issue causing an error when importing new products with classification by id. (SP-1883)
Task
Importing empty in classification attributes results in error: Having empty fields in a column that is mapped to classification now results in that field being ignored instead of the import failing. (SP-1084)
Ensure background tasks doesn't start until task is finished: Background tasks can no longer start until task is finished. (SP-1131)
Default value sub attributes should not be required: Default value sub attributes are no longer required. (SP-1164)
Processing of Dynamic categories can miss update due to race condition: Improved processing of dynamic categories to make sure updates are not missed due to race conditions. (SP-1190)
Last updated