DXP Releases for 2024
Read about new features and changelog information for Squiz DXP releases dating back to October 2024.
The cumulative summary page lets you filter across all new releases, bug fixes, minor improvements, and important changes to Squiz DXP throughout 2024.
Looking for release info before October 2024?
Visit the changelog areas for each DXP capability for features and changelogs published before October 2024.
- Advanced Forms
- Component Service
- Content Management
- Data Services
- Integrations
- Search
Type | Description | Capability | Release date | Release version | ||
---|---|---|---|---|---|---|
1 New and revised features |
Resource Browser Search improvements DetailsModifications have been made to the Resource Browser header, enhancing user experience when utilizing the resource browser in conjunction with other systems. Read December 2024 Releases to learn more. |
Content Management |
2024-12-03 |
CMS/6.52 |
||
1 New and revised features |
Better grouping through accordion groups in Editing Panel DetailsTop-level object fields in the component editing UI have been redesigned as collapsible accordions, allowing developers to more easily group related fields. Read December 2024 Releases to learn more. |
Content Management |
2024-12-03 |
CMS/6.52 |
||
1 New and revised features |
Dates screen now available on Metadata Schemas, Sections and Fields DetailsThe Dates screen has been added to several types of Metadata Schemas, Sections and Fields. Read December 2024 Releases to learn more. |
Content Management |
2024-12-03 |
CMS/6.52 |
||
2 Minor improvements |
Improve scaling of trigger category calculation DetailsTrigger categories were sorted via an expensive calculation for display in the Asset Tree every time a Trigger was loaded. This led to noticeable slowdowns on systems with over 500 triggers. As a result, the sorting process has been optimized, only being applied when necessary. |
Content Management |
2024-12-03 |
CMS/6.52 |
||
3 Bug fixes |
Race condition on metadata screen while loading viper DetailsOn certain metadata screens, Viper could be initialized too early without any HTML to attach to. This premature initialization could cause JavaScript errors and prevent usage of the metadata screen. To address this issue, a rigorous check has been implemented to ensure that HTML is rendered before attempting to attach Viper.
|
Content Management |
2024-12-03 |
CMS/6.52 |
||
3 Bug fixes |
OAuth tokens can cause fatal error when renewed as public user DetailsThe global access token was not being filtered by the frontend, allowing public users to potentially manipulate it. As a result of this issue, implementing a filter has corrected the problem, ensuring that the global access token is now properly secured. |
Content Management |
2024-12-03 |
CMS/6.52 |
||
3 Bug fixes |
Type 2 links don’t display their tooltips when hovered on DetailsType 2 links weren’t configured to show tooltips, preventing them from being displayed when hovering over assets of this type. This issue has been resolved by updating the CSS configuration. |
Content Management |
2024-12-03 |
CMS/6.52 |
||
1 New and revised features |
Add option to show a general warning for fatal errors or uncaught exceptions on websites DetailsThe System Configuration screen now offers the Do not show fatal errors and exceptions on frontend setting in the Error/debug settings group. When this setting is activated, fatal errors or uncaught exceptions show a general warning and a Request ID. Read November 2024 Releases for more details. |
Content Management |
2024-11-20 |
CMS/6.51 |
||
3 Bug fixes |
Manifest error message when component manifests or schema are not available DetailsIf there was an issue loading a manifest or schema for a component, the content page could not be saved and an error is shown. Users were unsure which component or variation needed to be removed to save the page because the error was not tightly linked to the component or variation with the manifest error. An error is now shown for the component or variation in question so that the user can identify which component needs correction before the page can be saved successfully. |
Content Management |
2024-11-07 |
CMS/6.50 |
||
2 Minor improvements |
Improve component error removal logic DetailsWhen a content page component was loaded with a manifest fetching error, the only way to fix the error was to delete the whole block because the manifest fetching error could remain and block users from saving. When deleting a variant that contains errors on a component, the cache refresh now runs to clear up any errors persisting in the cache from the erroneous variant and allows the page to save. |
Content Management |
2024-11-07 |
CMS/6.50 |
||
2 Minor improvements |
LDAP timeout needs to be configurable DetailsLDAP bridge assets now offer a configurable Network Timeout field. This field allows setting the timeout for a connection to the LDAP server and defaults to 10 seconds. Ten seconds was the previous limit, but it could not be configured per bridge. |
Content Management |
2024-11-07 |
CMS/6.50 |
||
3 Bug fixes |
Metadata screen can produce an unsaved changes popup when no changes have been made DetailsA race condition was observed when React.js components took over 1 second to load on the Metadata screen. The unsaved popup appeared even though no changes were made on the Metadata screen due to the screen’s state being empty. The state is now re-initialized inside the Metadata screen code, which prevents the popup from appearing if no changes to the screen are made. |
Content Management |
2024-11-07 |
CMS/6.50 |
||
3 Bug fixes |
Fatal errors from RenderTimeLimit DetailsThe RenderTimeLimitException, introduced as part of the Enable Render Short Circuiting beta feature, was unhandled on some code paths. The unhandled exception could cause unexpected fatal server errors. RenderTimeLimitException is now handled on the identified code paths and prevents errors from occurring. |
Content Management |
2024-11-07 |
CMS/6.50 |
||
1 New and revised features |
Storage metrics collection for File Store DetailsStorage metrics for File Store are now being collected. Read October 2024 Releases for more details. |
Digital Asset Management |
2024-10-10 |
DXP |
||
1 New and revised features |
Added logging for REST API DetailsSuccess and error log support is now available in the File Store. Read October 2024 Releases for more details. |
Digital Asset Management |
2024-10-10 |
DXP |
||
1 New and revised features |
Increased virus scanner stack efficiency DetailsFile Store now offers a scalable virus scanner stack that allows files to be processed more efficiently. Read October 2024 Releases for more details. |
Digital Asset Management |
2024-10-10 |
DXP |
||
1 New and revised features |
Redirect to trailing slash DetailsStatic site serving when serving a folder’s |
Digital Asset Management |
2024-10-10 |
DXP |
||
2 Minor improvements |
Logging service enhancements for File Store Service DetailsAdded logging for static site setting changes to display in the DXP Console log service. Logs now appear in the log service when a tenant setting is changed for auditing and support purposes. |
Digital Asset Management |
2024-10-10 |
2024-10 |
||
2 Minor improvements |
Added URLs to API endpoints DetailsAdding URLs to API endpoints allows users interfacing with the REST API to view the mapped URLs for a file. You can now view file and folder URLs returned from any endpoints within the REST API. |
Digital Asset Management |
2024-10-31 |
2024-10 |
||
2 Minor improvements |
Optimized virus scanning for static site files uploaded to File Store DetailsImproved virus scanning batching and error reporting to reduce wait times for file deployment or static site updates. File scans occur more frequently and efficiently, leading to faster access and deploy times overall. |
Digital Asset Management |
2024-10-10 |
2024-10 |
||
2 Minor improvements |
Cloud infrastructure optimizations for improved API request times DetailsIncreased cloud infrastructure memory and processor limits to improve request processing times and faster request handling. API requests to directories with large numbers of files are now more performant. |
Digital Asset Management |
2024-10-10 |
2024-10 |
||
2 Minor improvements |
Update styling for components with no fields inside content page assets DetailsMinor tweaks to styling for components with no fields (preconfigured components) inside content page assets are available in this release. |
Content Management |
2024-10-23 |
CMS/6.49 |
||
2 Minor improvements |
Change the Component info label to View component info DetailsThe Component info label in Page Builder content blocks was missing the action keyword like other labels in this area. The label is now updated to View component info which improves the consistency of the Actions menu language. |
Content Management |
2024-10-23 |
CMS/6.49 |
||
3 Bug fixes |
File Store database delete operations now have better synchronicity DetailsInternal cloud version history triggered deletes from the File Store DB, causing some API requests to miss files. This abnormal delete operation caused a temporary impact on API queries showing all files within a directory. A validation script was updated to keep file and DB storage in sync, ensuring no lasting performance impacts. |
Digital Asset Management |
2024-10-10 |
2024-10 |
||
3 Bug fixes |
Virus scanner queue deadlock issues resolved DetailsSpecial reserved characters in file names or paths caused the virus scanner queue to become deadlocked. The virus scanner could slow down or become unresponsive until the issue was resolved. More robust handling of virus scanner queuing was implemented. The virus scanner now functions more efficiently and can self-recover from issues. |
Digital Asset Management |
2024-10-10 |
2024-10 |
||
3 Bug fixes |
Race condition encountered during large file uploads resolved DetailsA race condition occurred when uploading large files using multi-part upload, causing the virus scanner to mark the placeholder file as the newest version. The race condition affecting the virus scanner made large files difficult to upload and process. In some cases, the files became corrupted. The race condition was removed which means that File Store can handle multi-part uploads correctly. |
Digital Asset Management |
2024-10-10 |
2024-10 |
||
3 Bug fixes |
Allow components to be deleted on standard page assets even if some required fields are unpopulated DetailsThe way components were added to standard pages is by submitting a form. When the form was submitted, page validation was executed, and any required fields caused validation to fail. Components with required fields could not be deleted until valid values were added to the fields. The fix now skips or forces validation to pass when deleting the component. Components can now be deleted without filling in their required fields. |
Content Management |
2024-10-08 |
CMS/6.48 |
||
3 Bug fixes |
"Before Asset Deleted" trigger action "Trigger Log Message (error)" fails to block the asset from being trashed DetailsAn issue with strict code typing on certain trigger event actions caused triggers that watched for |
Content Management |
2024-10-08 |
CMS/6.48 |
||
3 Bug fixes |
Release render stale fetches as the public user DetailsCloudflare was unable to refresh the cache for authenticated users. Authors could see old content on the frontend for an extended time. Stale requests from Cloudflare are now always rendered as the public user. The Cloudflare cache will now refresh for all user types. |
Content Management |
2024-10-08 |
CMS/6.48 |
||
3 Bug fixes |
Asset contents keyword recursion tracking should be request-level and not session based DetailsTracking used to prevent circular dependencies in keywords was stored in the session.
If a fatal error occurred during an |
Content Management |
2024-10-08 |
CMS/6.48 |
||
3 Bug fixes |
Render time threshold should be more configurable DetailsThe render time threshold was constrained to 60s. Legacy-hosted Content Management instances might have very large or slow-loading pages that could not be generated after upgrading to 6.47. The threshold restrictions were adjusted to ensure the value was an integer. Legacy-hosted Matrix instances can now generate large, slow-loading pages. |
Content Management |
2024-10-08 |
CMS/6.48 |
||
3 Bug fixes |
Allow blocks to be removed when in an error condition DetailsComponents were being obstructed with an error message when they experienced issues with fetching their manifest or schema after being added to a page. Under these conditions, the component cannot be deleted, edited, or saved. The error block now offers a remove option so it can be dismissed and the normal function returned to the component editing experience. |
Content Management |
2024-10-23 |
CMS/6.49 |
||
3 Bug fixes |
New window preview not working DetailsStyles that controlled the look and feel of the Content Page builder were not applied correctly which caused the preview window to function incorrectly. Feature scope rules were updated so that the styles that control the look and feel of the Content Page Builder are now correctly applied. |
Content Management |
2024-10-23 |
CMS/6.49 |
||
3 Bug fixes |
Binocular feature from quick search can sometimes select multiple assets DetailsIf the binoculars need to switch trees to find an asset that is not found underneath the current one’s restricted root node, the current selection was cleared on the original (and thus incorrect) asset tree. Multiple assets could be selected on the newly shown asset tree when using the binoculars. The asset selection-clearing logic was updated to match the existing selection-clearing code logic. Only the asset being located through the quick search feature is selected. |
Content Management |
2024-10-23 |
CMS/6.49 |