DXP Releases for 2025
Read about new features and changelog information for Squiz DXP releases throughout 2025.
The cumulative summary page lets you filter across all new releases, bug fixes, minor improvements, and important changes to Squiz DXP throughout 2025.
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 | ||
---|---|---|---|---|---|---|
2 Minor improvements |
Releasing locks on a page with unsaved changes now asks for confirmation DetailsReleasing locks on a page with unsaved changes will now show a confirmation prompt similar to when attempting to navigate away from the page. This minor improvement to how locks are handled on pages will help prevent customers from losing page updates accidentally. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
2 Minor improvements |
Stale if error threshold increased for better cached content experience DetailsThe Stale if error expiry time default has been increased from one to seven days. Increasing the expiry time by this degree allows Edge to serve cached content better if Squiz Content Management cannot serve the page for a period that includes the weekend. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
2 Minor improvements |
Redesigned Squiz Link inputs work better in narrower editing views DetailsSquiz Link fields used as an array item have received a minor improvement in the component editing UI, improving usability when presented in narrower editing views. The updated design is visible for all existing components using Squiz Links on both content and standard pages. The update changes the presentation of Squiz Link fields from a "primitive" array type to a complex array type that supports inputs. Complex array types (such as Cards) can offer more than one input type. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Formatted text editor not showing table borders and editing controls DetailsChanges introduced to the package controlling the formatted text editor (FTE) caused a regression in table borders and controls. Style overrides were added to the core styles to fix the underlying issue with the package. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Deleting an LDAP bridge can break Metadata screens DetailsAn issue discovered in an internal API was discovered where warnings were being promoted to exceptions. This unintended escalation caused warning and notice-level alerts to halt function execution. An API mode that logs warnings without promoting them to error status was added. Genuine errors remain unaffected, and warnings are logged and appended to internal API responses. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Usernames are incorrectly checked for uniqueness with LIKE DetailsUser names were checked for uniqueness with a SQL |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
APIs erroring when a warning is generated DetailsWarnings on internal API and Asset Management API requests were being incorrectly converted into fatal errors, which caused those requests to fail unexpectedly.
Exception handling was improved on the internal API and Asset Management API.
Warnings generated in API calls will now log to |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Hide fatal errors feature needs request ID in error.log DetailsThe request correlation ID, which users see in a fatal error condition (including exceptions) in version 6.51.0 of Squiz Content Management, was not displayed in error logs.
Customers could not properly correlate the ID given in a fatal error to messages in the error log.
The correlation ID is now available in the error log.
Error logs now contain a portion stating the correlation ID and the source of it (normally |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Metadata screen is not reliably determining when it is ready DetailsAn issue with how Metadata screens were loading components and returning a ready state caused issues with updating or editing metadata fields. WYSIWYG fields were particularly affected by this issue. Lifecycle hooks with states were added when loading Metadata screens. The hooks get passed from children components to parent components, which allows the Metadata screen and its components to load correctly and then pass the ready state to Viper, so it is initialized correctly. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
The Remap rules section is hidden when the Remap Manager screen is locked DetailsAccess to remap rules was restricted to the Remap Manager’s Edit screen. Remap rules were not shown in read-only mode on the Details screen. Read access permissions used by other assets were added to the remap rules, which allow them to appear in read-only mode. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Trigger actions showing as "Disabled" in the UI might still run DetailsLogical comparison differed between displaying and activating triggers, which caused some imported triggers to appear deactivated but run when their conditions were met. The logical comparison was made consistent between display and activation, preventing triggers from running if they appear deactivated in the UI. |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
PHP 8.1 fatal on Send Email trigger actions DetailsWhen initially created, the Send Email trigger action sent an unserialized empty array default value to an Email Format attribute object, which controls how the email options appear in the action.
In PHP 8.0 or later, the screen would throw a |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Missing/deleted LDAP users cause unnecessary logging DetailsThe |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
PHP warning on asset version history screen for redirect assets DetailsWhen opening the Version history screen on a redirect asset, an attempt was made to normalize some data not in the expected structure.
A type mismatch resulted in PHP throwing a warning because there was an attempt to loop through data that was unparseable.
Type checking was added to the control before the unexpected structure was passed, preventing the warning from occurring.
The |
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Set Metadata Field Date trigger action sometimes produces a notice DetailsAn issue was discovered in the Set Metadata Field Date trigger action where an attempt was made to call
|
Content Management |
2025-01-13 |
CMS/6.53 |
||
3 Bug fixes |
Safe Edit Pending Approval breaks reference report DetailsPart of the dynamic membership code that controls whether the live or draft version of an asset should be shown to users was adding users even if no current user was set for the workflow. When this condition appeared, reference report generation failed with an “Asset ID cannot be empty” exception. A try/catch block was added around the dynamic membership code to catch the empty/invalid asset ID code and skip it if it is invalid (including empty). The dynamic membership code is now ignored if no user has been set as current or the user ID is invalid. |
Content Management |
2025-01-16 |
CMS/6.54 |
||
2 Minor improvements |
Resource Browser and Content Page assets edit screen UI having asset fields can fetch Matrix asset info directly DetailsPreviously, the Resource Browser and the Page Builder UI did longer round-trips through the Component Service to fetch asset info, which was much slower and unnecessary. With this minor improvement, the Resource Browser and the input fields in Page Builder will get Matrix info directly from the Content Management instance. Removing the unnecessary round-trip through Component Service speeds up the load time experienced by Content Authors using content page assets.
|
Content Management |
2025-01-29 |
CMS/6.55 |
||
2 Minor improvements |
Block editing tools in formatted text fields now only expand upon mouse hover DetailsWhen a formatted text editor block is edited in the preview panel, all editing overlays and tool capsules are hidden unless hovered over. This minor improvement reduces the option clutter previously experienced by some customers when using the preview panel to edit text. |
Content Management |
2025-01-29 |
CMS/6.55 |
||
3 Bug fixes |
A/B Test shows incorrect status in list compared to page settings and Optimization dashboard DetailsAn issue was discovered where the test status in the A/B test list was hardcoded to Running and not dynamically set to the status of the test status in the Optimization dashboard, or the content page Settings dialog box. The A/B Test statuses are now dynamically set based on the A/B Test status, which results in a more consistent experience between the list, page settings dialog box, and Optimization dashboard. |
Content Management |
2025-01-29 |
CMS/6.55 |
||
3 Bug fixes |
Unable to export asset_lineage design areas unless an explicit start_at_level value is set with Mirror DetailsIt was discovered that asset_lineage design areas could not be exported using Mirror without a Design areas that did not contain this value prevented Mirror from performing export operations, which caused the export script to stop unexpectedly. Checks have been added to skip empty |
Content Management |
2025-01-29 |
CMS/6.55 |
||
2 Minor improvements |
CSV data source view records screen DetailsThe View Records section of CSV data source assets has been updated to present CSV data using JSON instead of the built-in PHP JSON format is now the standard format for showing data structures. |
Content Management |
2025-01-29 |
CMS/6.55 |
||
2 Minor improvements |
JSON data source DetailsThe View Records section of JSON data source assets has been updated to present JSON data using JSON format instead of the built-in PHP JSON format is now the standard format for showing data structures instead of |
Content Management |
2025-01-29 |
CMS/6.55 |
||
3 Bug fixes |
Running out of memory in search plugins blocks the metadata time triggers DetailsIt was discovered that the content of large files was not limited to search indexing. In some circumstances, indexing these files could cause the system to run out of memory. A limit was added to text-type files that only allows indexing until the limit is reached. |
Content Management |
2025-01-29 |
CMS/6.55 |
||
3 Bug fixes |
Consuming too much memory in SSJS causes instances to terminate DetailsDue to the unavailability of V8 memory limit and time limit thresholds, the complex JS executions involved with Server-side JavaScript (SSJS) could cause customer instances to run out of memory. In some severe cases, this could result in the entire instance shutting down unexpectedly, potentially causing customer outages. The fix adds V8 JavaScript time limits and memory limits, which can be configured by Root Users only through the System Configuration screen.
The limits can be configured using the SSJS should run within the limits of V8 JavaScript and throw an exception if it reaches the limits instead of potentially causing a customer outage. |
Content Management |
2025-01-29 |
CMS/6.55 |
||
3 Bug fixes |
Cache intersection not working for solution authentication users DetailsThe solution authentication user ID was strictly checked to determine if it should be added to the cache key. The type was changed internally between integer and string. These conditions prevented the solution authentication user from being flagged as relevant to the cache, which sometimes caused the wrong cache to get served when solution authentication was in use. The user ID is no longer strictly checked, and a regression test has been added to capture this condition if it reappears. |
Content Management |
2025-01-29 |
CMS/6.55 |
||
3 Bug fixes |
Upgrade dependencies in Data Services to address security issues DetailsDependencies have been upgraded to address security issues, ensuring a safer and more reliable system. |
Experience Management |
2025-01-17 |
4.1.1 |
||
3 Bug fixes |
Plugin filters for push collections DetailsThe push data source and filter classes ignored the The change implemented applies the |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Stop displaying internal Funnelback meta content as common words in SEO auditor DetailsThe SEO auditor returned internal content created for accessibility auditing purposes. The incorrect common words appeared in the audit results, making it difficult to interpret them. The content was removed from the SEO auditor to no longer affect legitimate results returned to users. |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Allow any symbol in URLs for plugins creating URIs DetailsThe The plugin framework tool can now handle special characters such as |
Search |
2025-02-10 |
16.32.0.0 |
||
2 Minor improvements |
Improved support for migrating configurations between environments DetailsUsers can now preview configuration files, including The configuration is displayed in raw format, and users can copy it between different instances or resources. This minor improvement removes the often cumbersome, time-consuming, and error-prone approach of manually entering the configuration information using the dedicated Administration UI. |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Pre-crawl authentication: add explicit config items to identify which entries are password and username DetailsThe username or password label used for form authentication could be inconsistent.
For example, the form label for the username could be Data source configuration keys were added for username and password labels when encountered in either pre-crawl or in-crawl authentication requests.
Username and password labels that are not the typical |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Config UI displaying [object object] instead of an error message DetailsIf a user did not have the correct permission to modify configuration keys in an attempt to update it, instead of the relevant error message the UI was displaying The error handling under these circumstances was improved so that the user either receives useful feedback about the invalid value of the configuration key or the lack of permissions they hold to modify the key. |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
FreeMarker template editor saves empty when you save after copy-pasting content. DetailsCutting out and pasting back exactly the same content into a FreeMarker template was causing the system to save an empty file. The system now prevents empty files from being saved when cutting and pasting the same content into the template editor. |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Fix optimization features of push data sources on preparing to upgrade DetailsThe push system attempted to clean up all data sources running as query processors but failed because the document data and delete lists were missing. When setting the push optimization features, the “prepare Funnelback for upgrade” feature failed. Push optimization features were adjusted to skip cleaning up data sources in |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Add no-query plugin query to the default reporting stopwords list DetailsThe The item |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Conditional display of plugin configuration keys doesn’t work when depending on key with parameter DetailsIf the display of a key depended on the value of another key with a parameter, only the first key value with a parameter would be taken into account, instead of any that fulfilled the condition. Adding the next key with a wildcard that fulfilled the dependent key condition would not display the dependent key form to provide its value. The fix displays the dependent key form if any key with a parameter fulfills the condition instead of only the first key value. Users are now able to provide plugin configuration details. |
Search |
2025-02-10 |
16.32.0.0 |
||
2 Minor improvements |
Sort faceted navigation by date with a new plugin DetailsA new plugin named Faceted navigation - advanced sort by date lets you sort faceted navigation based on dates that use a custom format.
This plugin provides an input date format and converts it to a consistent and sortable output format of You can sort a metadata-based facet by date, where the dates are represented in a custom format.
If you have facet categories like |
Search |
2025-02-10 |
16.32.0.0 |
||
2 Minor improvements |
Increased crawl request maximum timeout value from 30 seconds to 120 seconds DetailsThe original maximum timeout that could be set for crawl requests to a web page was 30 seconds. Pages that exceeded the 30 second crawl timeout would not be processed during an update. The maximum timeout that can be set for crawl requests ( |
Search |
2025-02-10 |
16.32.0.0 |
||
3 Bug fixes |
Setting a metadata value in a schema applied by a trigger sometimes does not broadcast after asset metadata updated DetailsAn aurora replication lag between the read and write database caused issues with determining which metadata version to use when a chained metadata trigger applied updates to an asset. If a chained metadata trigger update was in progress, a second running trigger failed to update the metadata value. Time checks were added between saving and the next attempt to read the database to determine if the trigger should read from the original database instead of the replica database. This check ensures the most current database is used. |
Content Management |
2025-02-10 |
CMS/6.56 |
||
3 Bug fixes |
Transient errors caused OAuth authentication failures DetailsThe following types of transient errors were causing OAuth to unexpectedly fail, triggered fatal errors, and ultimately prevented users from continuing with the authentication flow:
Users experiencing these transient errors would see an ungraceful failure in the authentication process and would need to manually restart their attempt. OAuth authentication has been updated to automatically retry the process in the event of transient errors. Instead of immediately triggering a fatal error, the system now attempts multiple retries before stopping authentication completely. This change significantly reduces the likelihood of failures and ensures a smoother experience. |
Content Management |
2025-02-10 |
CMS/6.56 |
||
2 Minor improvements |
Setting added to warn against content authors adding too many component templates to a standard page asset. DetailsContent Management users with system administrator or root user permissions can now set a custom warning message and limit through the setting.The alert appears when content authors have either reached or exceeded the recommended number of components on the standard page they are creating. This setting will help content authors make better decisions about how they are building content using standard page assets and will avoid performance issues when configuring too many CCTs on a standard page. |
Content Management |
2025-02-10 |
CMS/6.56 |
||
3 Bug fixes |
Improve standard field asset listing performance DetailsAsset listings were using inefficient methods to query data, work on the data structure, and sort the result. As a result, sorting and rendering results in asset listings was slow, and memory intensive. Improvements were made to provide a more efficient approach of querying data, modifying data structures and sorting results. These improvements result in better asset listing load performance. |
Content Management |
2025-02-10 |
CMS/6.56 |
||
3 Bug fixes |
Version history not recording minor version update history when assets are published DetailsWhen an asset was published or set to live, a bug with how version history event listeners were loaded caused minor version history entries (for example, The event listeners are loaded before proceeding deep into the HIPO execution path. Customers can now reliably track minor version history updates made to assets. |
Content Management |
2025-02-13 |
CMS/6.57 |
||
3 Bug fixes |
Missing scroll bar in the root node drop-down prevents assets from being selected DetailsThere was no mechanism in the stylesheet to show a scrollbar when the root node drop-down height exceeded the browser viewport’s height. When many root nodes were in the drop-down, some entries at the bottom could not be selected. Updated stylesheet rules were applied to the root node drop-down to show the scrollbar when needed. The stylesheet change lets users scroll the asset tree and select the asset they need from the list. |
Content Management |
2025-02-13 |
CMS/6.57 |
||
3 Bug fixes |
The Update preview button doesn’t work when the page is empty DetailsA blank content page triggers an issue where the reload button appears clickable but does nothing, leading to user confusion. The logic for the reload button was modified to perform its intended function even when there is no content to be reloaded. With these changes, the reload button now correctly performs a reload action and animates upon click. |
Content Management |
2025-02-13 |
CMS/6.57 |
||
3 Bug fixes |
Page Builder is removed from the window when a component has an error DetailsA recent issue occurred when an unexpected and unhandled error was detected within a component while evaluating JSON schema for live previewing Squiz Content Management asset pointers. This error prevented all of Page Builder from loading. Error handling has been added to mitigate JSON schema interactions that cause errors when fetching Squiz Content Management asset pointers.
A |
Content Management |
2025-02-13 |
CMS/6.57 |
||
2 Minor improvements |
Count is not visible for long segment names in preview mode multi-select personalization drop-down DetailsIn Preview mode, users encountered an issue where the total segment count was not visible when selecting multiple segments, particularly when the longest priority segment had a lengthy name. This limitation has been addressed by displaying the total segment count in Preview mode, even when the highest priority segment is selected with a long name. |
Content Management |
2025-02-13 |
CMS/6.57 |
||
2 Minor improvements |
Preview mode and build mode toggle styling tweaks DetailsFollowing feedback from our APB beta testing, it was observed that users were experiencing confusion between the Page Builder Edit mode toggle button and the button used to acquire page locks in Matrix. To clarify this, we have renamed the "Edit mode" toggle button to simply "Build mode", streamlining the user interface to reduce potential misunderstandings. |
Content Management |
2025-02-13 |
CMS/6.57 |
||
2 Minor improvements |
File Store UI now supports uploads up to 100 MB through the UI DetailsPreviously, the File Store UI did not support uploads larger than 50 MB while the API handled up to 100 MB. This change brings the UI up to API feature parity, offering a more convenient way to manage files through the UI. |
Digital Asset Management |
2025-02-17 |
|||
3 Bug fixes |
CDP authorized event attributes are not being applied DetailsWhen configuring a CDP event with an Authorized condition, the Events UI did not protect against selecting unsupported rule types or typing string values when the condition required boolean values. To fix this problem, the Authorized event condition now automatically fills the correct values, which are read-only and set to |
Personalization |
2025-02-17 |
2.37.0 |
||
3 Bug fixes |
Queues page rendering DetailsFixed how the Queues page renders for retry flows. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
3 Bug fixes |
Console error when navigating to a locked workspace DetailsFixed a |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
3 Bug fixes |
Filter not applying upon redirect from Dashboard to Executions DetailsFixed an issue where the erroneous filter was not applying when redirecting from the Dashboard to Executions. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
3 Bug fixes |
Threads not appearing on the Executions page DetailsFixed an issue where some threads were missing on the Execution page after applying specific filters. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
3 Bug fixes |
Can not click three-docs menu in the credentials menu DetailsFixed an issue where the three-dots menu was not clickable when the full-screen mode was toggled for the credentials menu. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
3 Bug fixes |
Flow shutdown timeout is not being applied in the Implement tab. DetailsFixed an issue in the Implement tab where changes to the shutdown timeout for a flow did not apply without refreshing the page. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
3 Bug fixes |
Slash characters being added to DetailsFixed an issue where unnecessary |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Close CRM (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
SAP Business One (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Google Drive (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Slack (1.1.1) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Salesforce (2.8.6) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
AWS SQS Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Webhook (2.0.0) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Picsart (1.0.1) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvement |
Tableau Cloud (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
SAP ByDesign (1.0.1) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Klaviyo (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Pipedrive (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Picsart (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Google Analytics (1.0.0) Integrations Component Release Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Rest API (2.1.0) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Kafka (1.1.1) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Zoho CRM (1.4.0) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
SOAP (1.2.10) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Pub-Sub (1.0.10) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Utility (1.6.1) Integrations Component Update Details
|
Squiz Integrations |
2025-02-19 |
v25.06 |
||
2 Minor improvements |
Email component with credentials (1.0.0) Integrations Component Release DetailsThis component is a copy of the existing Email component, enhanced with the ability to set custom credentials. This addition allows flexible management of different domains, workflows, and API keys. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
1 New and revised features |
User profile page now supports account avatar upload DetailsUsers can now upload a PNG, JPEG file, or WEBP avatar image up to 500KB to their Squiz Integrations user profile.:
This feature lets users add a small personalized touch to user profiles. Customers can now see uploaded avatars when they are in their Squiz Integrations instance. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
1 New and revised features |
Interface improvements to Workspaces, Contract Settings, and dialog boxes DetailsThe Workspaces, Contract Settings pages, and several dialog boxes have all received improvements to responsiveness through their conversion over to React. This update brings the benefits of React’s component-based architecture, enhancing responsiveness and interactivity for users. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
1 New and revised features |
Websocket pagination sync for Execution page DetailsThe Executions page has been updated to sync pagination as it is received through connected WebSockets. This enhancement enables real-time updates and seamless navigation when viewing execution data. Users can experience synchronized pagination that automatically adjusts as data is received through WebSockets, ensuring that the displayed information remains current and accurate. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
1 New and revised features |
New endpoint for retrieving sorted Workspaces list DetailsThe API endpoint The enhanced workspace management capabilities provided by this new endpoint let users retrieve a comprehensive view of all workspaces they are authorized to access, streamlining workspace navigation and organization. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
1 New and revised features |
Recipes API and UI enhancement: Search added to v2/recipes endpoint DetailsThe By incorporating this search functionality into the API and UI, users can locate and access recipes that match their search terms, streamlining the recipe discovery process and improving overall usability within the system. |
Squiz Integrations |
2025-02-19 |
v25.06 |
||
1 New and revised features |
Sailor-NodeJS upgraded to fix components that use the Rebound functionality DetailsSailor-NodeJS has been upgraded to v2.7.4 to fix the error location when a component uses the Rebound functionality. This upgrade also improves the performance of several components that received this upgrade in the Integrations v25.06 release. |
Squiz Integrations |
2025-02-19 |
v25.06 |