November 6th
Changelog released on 2025-11-06
Welcome to this release! We’ve tuned the migration tool, improved API examples and OpenAPI types, boosted assembly scan stability, refined UI sorting on small screens, fixed bugs in variant group export and import, enabled CDN URL and category path fields for export, set variant hierarchy limits and refined business rules.
Enhancement
Business rules navigate from trigger to sub rules triggered and vice versa on edit business rule page: It is now possible to navigate from a business rule triggering subrules to the subrules and vice versa. (SP-1007)
Add support for Variation Definition changes in Business rules: Business rules can now trigger on changes to variation definition. (SP-1008)
Improve UI for soring catefories on smaller screens.: When sorting categories all UI-elements are displayed correctly, across multiple screen sizes. (SP-1889)
Bug
SystemQueue job failing with "Sequence contains no elements": Fixed a bug causing SystemQueue jobs to fail with an error. (SP-1594)
Dynamic classification bug: Fixed a bug pertaining to dynamic classification. (SP-1670)
Missing referential integrity: In some cases it was possible to delete entities being referenced by other entities, leaving broken references. Referenced entities are no longer deletable. (SP-1691)
Mismatch in datetime displayings: When using date-time, the attribute field and internal name correctly shows the same date time with no discrepancy. (SP-1879)
Attributes with 'Number of decimals' > 0 can not be updated with an integer: It is now possible to update a NumberAttribute with 'Number of decimals' set to 1 or more with an integer through the API. The integer is automatically converted to a decimal. (SP-1892)
Showing fallback values triggers unsaved changes warning: Showing a fallback value will no longer cause a 'Unsaved changes' warning to be shown for tabs on entities. (SP-1894)
Excel Import of Variant Groups fails: Excel import of variant groups could fail because the import mistakenly tried giving multiple variant groups the same grouping attribute value hash in database. (SP-1901)
Copy product structure only renames existing, it does not create a copy: Fixed bug causing it to be impossible to copy product structure (SP-1902)
Enrichment Insights rule visual error after deleting category or product structure scope: Categories or product structures referenced by enrichment insight rules can no longer be deleted while the rule references them. (SP-1912)
'Only Children' option on VariantReferenceAttribute does not work: The "Only Children" option on VariantReferenceAttributes now correctly limit the selectable variants to children of the entity. (SP-1915)
Exporting variant groups do not return matching entities: Export of variant groups did not export the correct entities. This now works as expected. (SP-1921)
Task
Add variant group hiearchy limit: Added an option to limit the amount of variant groups that are loaded under a product in the product catalogue tree in the left side menu. The default is 100. This setting is available through Settings > General Setup > Variant group tree limit. (SP-1097)
Use users backoffice language to render ownername when editing category attributes instead of default language: When editing category attributes, the ownername is now shown in the users backoffice language, instead of the systems default language. (SP-1800)
Add a 'workflow state' column for search on Media tab: A 'workflow state' column is now available on the Media search table. (SP-1862)
Improving examples in public Api: Improved API documentation (SP-1906)
Adjust request/response types for in Open API definition: Improved API documentation. (SP-1907)
Include transaction Uid in RevisionData: Transaction Uid is now included in RevisionData. (SP-1908)
Improve assembly scan stability for API Client: Depending on assemblies in customer environment, the client can fail resolving its own types. (SP-1909)
Adjust translated values display in API examples: Enhanced the examples of translated values in API examples. (SP-1922)
Small adjustments to migration tool: Improvements to internal migration tool. (SP-1924)
Feature request
Redirect to global list value from a GlobalListValueReferenceAttribute on an entity: Added the possibility to quickly navigate to a global list value from a GlobalListValueReferenceAttribute on an entity, with the option of opening the value in a new tab. (SP-1610)
Add 'Category paths' field to export and file templates on variants: It is now possible to export 'Category paths' fields when exporting variants. (SP-1640)
Allow users to export CDN Url of assets when exporting products/variants: It is now possible to export CDN urls of assets referenced by asset reference attributes on all entities. (SP-1654)
Make it possible to save column views for later use: It is now possible to save column views, making it easy to swap back and forth between column views. (SP-1714)
SortOrder on variant group through the API: The SortOrder of variant groups are now available through the API. (SP-1869)
Last updated