August 2026 Releases
Learn about the changes to Squiz DXP released in August 2026.
What’s new in August 2026
These improvements were added to Squiz DXP in August 2026.
Product Enablement
Content Intelligence FAQ page added to docs
Customers and internal teams need a single, authoritative place to find quick answers about Content Intelligence and its integration with Conversational Search, including audits, configuration, crawl scope, accessibility, and AI Readiness.
A FAQs documentation page is available at Content Intelligence > Getting started with topic-grouped Q&A and links to related documentation for deeper context.
What’s changed in August 2026
Minor improvements and bug fixes for this month are described in the changelog table.
| Type | Description | Capability | Release date | Release version | Copyable link |
|---|---|---|---|---|---|
3 Bug fixes |
REST resource inside trigger doesn’t save the header values due to masking DetailsThe read-only logic used for masking the value was incorrect. This meant masking could occur even when you had locks or editing values in a trigger action, resulting in the mask being saved to the database. The fix ensures that the read-only logic shows the real values when you are editing. The Request Header field on a REST Resource inside a trigger (using the 'Call REST Resource' action) now contains the correct value when editing. |
Content Management |
2026-08-06 |
6.93.1 |
|
3 Bug fixes |
Permissions error when assigning collections to a custom role you belong to DetailsWhen editing role permissions in the Admin UI, entering edit mode on a resource table (for example, Collections) refreshed the logged-in user’s details. If the current user was a member of the role being edited, the UI incorrectly replaced the role being edited with the logged-in user. Subsequent grant/revoke API calls were sent against the user ID instead of the role ID. Administrators who were members of a custom role (for example, a ~resources role) received an "Access denied" (HTTP 403) error when trying to assign collections or other resources to that role. The issue did not occur when editing a role the user was not a member of. Updated the shared resource table logic so that targetUser is only refreshed when editing your own user account (currentUser.id = targetUser.id). When editing a role, the role ID is preserved for grant/revoke API calls while flattened permission data continues to refresh for display. Users with permission to edit custom roles can now assign collections and other resources to roles they belong to, without receiving a permissions error. |
Search |
2026-08-13 |
16.48.0.3 |
|
3 Bug fixes |
Fix invalid profile values causing Jetty restarts on suggest DetailsThe suggest and cache endpoints did not validate the profile request parameter against the collection’s configured profiles. Invalid values, including excessively long profile names, could be passed to downstream native search components. Requests to /suggest.json or /cache with an invalid profile could cause JNI failures and restart the Jetty search service, resulting in temporary search downtime. Added ProfilePicker validation to SuggestController and CacheController so invalid profile values are replaced with the default profile (_default) before processing. Suggest and cache requests with invalid profile values now fall back to the default profile instead of crashing the search service. |
Search |
2026-08-13 |
16.48.0.3 |
|
3 Bug fixes |
Adding a backend user to the system administrators group for the current session breaks the asset tree DetailsWhen a backend user was joined to the System Administrators group for the current session (for example via the Assign user to groups trigger action), session privilege flags were not updated.
Navigation history could also fail when The asset tree could fail to load or behave incorrectly after the user was assigned to the System Administrators group. The fix updates session privilege flags for session-only group links and ensures navigation history session data defaults safely when it has not been set. The asset tree continues to work when a backend user is granted System Administrator access for the current session. |
Content Management |
2026-08-10 |
6.94.0 |
|
3 Bug fixes |
Trigger details page shows PHP deprecation warnings for Set Future Status on PHP 8.1 DetailsOn PHP 8.1, viewing the trigger details screen for a trigger that uses the Set future status action could display PHP deprecation warnings. Warnings appeared when trigger configuration stored a null or legacy value for the When condition, or when date values were empty. The fix adds null-safe handling for When conditions and date parsing on the trigger details screen. Trigger details for Set future status actions no longer show PHP 8.1 deprecation warnings. |
Content Management |
2026-08-10 |
6.94.0 |
|
3 Bug fixes |
Public User requests incorrectly cached by Matrix Accelerated Cache DetailsWhen the Public User account was not linked to any user groups, Matrix Accelerated Cache (MAC) emitted a Cloudflare could not serve the cached response to users without a session, so public content was not cached correctly. The fix ensures the This resolves the known issue documented in the May 2026 release notes. |
Content Management |
2026-08-10 |
6.94.0 |
|
2 Minor improvements |
Updated asset type icons in the Matrix admin interface DetailsMatrix asset type icons have been refreshed to match the latest Squiz design. Updated icons appear throughout the admin interface, including the asset tree, asset listings, and the Create Asset screen. Asset types without a dedicated icon continue to inherit an icon from a parent type. No functional behaviour of asset types has changed. |
Content Management |
2026-08-10 |
6.94.0 |
|
4 Important changes |
API tokens in Matrix are now masked after creation DetailsAsset Management API and Content Delivery API token values were previously displayed in full in the Matrix admin interface after creation. Users with access to a token asset could view and copy tokens created by other users. Token values are now shown in cleartext only once, on the same request where the token is generated or regenerated on the token Details screen. A Copy button is available at that time. After you save, only the last three characters of the token are shown. The API Manager overview lists masked token values instead of full values. You can regenerate a token from the Details screen if you need a new value. Existing tokens continue to work. After upgrading, open a token Details screen to view the masked value, or regenerate the token to obtain a new value. Regeneration invalidates the previous token immediately. |
Content Management |
2026-08-10 |
6.94.0 |
|
3 Bug fixes |
Roles screen interior is too narrow to show the whole interface DetailsThe Current section on the asset Roles screen was too narrow to show two asset pickers and the Global? checkbox in full. Controls could overlap or be clipped, making role assignment difficult to use. The fix widens the asset picker layout on the Roles screen so pickers, the asset tree selection button, and the Global? checkbox display correctly when editing role assignments. The Roles screen is usable when configuring role assignments on an asset. |
Content Management |
2026-08-10 |
6.94.0 |
|
3 Bug fixes |
Fatal TypeError in JS_Api when JSON requests contain arrays for id/assetid fields DetailsThe JavaScript API expected asset IDs to be passed as a string or a number. Requests that sent asset IDs in another format (such as an array of values) previously resulted in a server error. They now receive a clearer error message, including a "badRequest" error code in the JSON response. |
Content Management |
2026-08-26 |
6.95.0 |
|
3 Bug fixes |
Reference report regression with unattached metadata fields DetailsA recent improvement to the reference report (on the Linking screen) to track default metadata caused a regression. If an asset’s metadata contained a related asset metadata field that was no longer part of a metadata schema (eg. in the trash), the reference report would incorrectly always return zero references. The database query that caused the issue has been corrected to permit all other references to appear. |
Content Management |
2026-08-26 |
6.95.0 |
|
3 Bug fixes |
Related Asset metadata keywords are being tried, incorrectly, for fields that are not of Related Asset type DetailsAssets using an appropriately-crafted keyword, that would be valid to get the contents of a related asset metadata field (eg. |
Content Management |
2026-08-26 |
6.95.0 |
|
1 New and revised features |
Content Intelligence FAQ page added to docs DetailsRead the August 2026 Enablement features to learn more about the new FAQ resources. |
Product Enablement |
2026-08-26 |
C4E/2026-35 |