June 18th
Changelog released on 2026-06-18
Welcome to our latest release, delivering fixes and improvements across Boolean indexing, asset display, wizard navigation, alias generation, variant sorting, search actions, background workers, batch revisions in the Public API, error messaging, data mappings, permission enforcement, webhook OAuth2, notification polling, and external font loading.
New Feature
Support OAuth2 authentication in webhook requests: Webhooks now support OAuth2 authentication. (SP-2590)
Enhancement
Support batch revision load in Public API: New batch endpoint added for loading revision data for multiple entities. Supports filtering on attributes and segments/localize. (SP-2628)
Bug
External fonts not loading correctly: Fixed a bug where external fonts did not display correctly. (SP-2575)
Global search has no server-side permission check — sensitive types leak via direct API calls: Added server-side permission check to prevent users without the appropriate permissions to make global searches on types they are not allowed to view. (SP-2596)
Installed app icon is missing in list view: Fixed issue with app icons not being displayed correctly in list view. (SP-2620)
Revision data from API not mapped correctly for localized and segments: Changes are new returned for each segmented/localized version of the field. Before changes were returned for first segment/local version. (SP-2621)
External search actions gets added multiple times to search actions: Fixed issue where search actions would get appended to search actions. (SP-2637)
Attribute alias auto-generation throws TypeError: Cannot read properties of null (reading 'split'): Added a fix to the alias generation to prevent exception being thrown. (SP-2639)
Creation wizard "Next" button being disabled: Fixed issue where the 'Next' button would stay disabled. (SP-2641)
Attribute completion widget image references asset not found: Fixed issue with attribute completion widget image not being displayed. (SP-2650)
Boolean values indexed on parent only displays single outcome (v2): Fixed issue with booleans not being displayed correctly on a variant group table view. (SP-2653)
Task
Expose sort order of variant groups and variants: Added sort order to variants. (SP-2638)
Last updated