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.

Type Description Capability Release date Release version

2 Minor improvements

Releasing locks on a page with unsaved changes now asks for confirmation

Details

Releasing 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

Details

The 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

Details

Squiz 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

Details

Changes 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

Details

An 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

Details

User names were checked for uniqueness with a SQL LIKE instead of strict equality. If a username was set with a SQL wildcard character (% or _) it could have been detected as colliding with another username, even if it was unique. The LIKE check was replaced with a strict equality check, which correctly evaluates the uniqueness of user names.

Content Management

2025-01-13

CMS/6.53

3 Bug fixes

APIs erroring when a warning is generated

Details

Warnings 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 error.log and not affect API request processing.

Content Management

2025-01-13

CMS/6.53

3 Bug fixes

Hide fatal errors feature needs request ID in error.log

Details

The 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 Cf-Ray)

Content Management

2025-01-13

CMS/6.53

3 Bug fixes

Metadata screen is not reliably determining when it is ready

Details

An 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

Details

Access 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

Details

Logical 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

Details

When 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 TypeError exception and would not fully load. The default value is now changed to the serialized version of the previous default value, which allows trigger actions to load in PHP 8.1 environments.

Content Management

2025-01-13

CMS/6.53

3 Bug fixes

Missing/deleted LDAP users cause unnecessary logging

Details

The DN not found message was being logged for every LDAP user that was deleted or not found upon an action or refresh of an asset’s Details screen. This excessive logging overwhelmed the logs and made them unusable. After evaluating the value of the messages in the log, the solution was to remove the messages so that the logs could be used to troubleshoot issues again.

Content Management

2025-01-13

CMS/6.53

3 Bug fixes

PHP warning on asset version history screen for redirect assets

Details

When 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 array type was added as a default value for the passed parameter, along with type hinting in the method’s signature.

Content Management

2025-01-13

CMS/6.53

3 Bug fixes

Set Metadata Field Date trigger action sometimes produces a notice

Details

An issue was discovered in the Set Metadata Field Date trigger action where an attempt was made to call end() on the result of an array function. PHP produced an Only variables should be passed by reference notice when using the Set Metadata Field Date trigger action with Metadata Date fields that had Contextable turned off. The offending code was removed in the Set Metadata Field Date trigger action, which fixed the issue.

This fix also applied to both the Search and Replace Tool and the JS API, which were fixed as part of this issue.

Content Management

2025-01-13

CMS/6.53

3 Bug fixes

Safe Edit Pending Approval breaks reference report

Details

Part 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

Details

Previously, 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.

The Allow session auth for Content Service feature flag must be turned on to enable this feature.

Content Management

2025-01-29

CMS/6.55

2 Minor improvements

Block editing tools in formatted text fields now only expand upon mouse hover

Details

When 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

Details

An 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

Details

It was discovered that asset_lineage design areas could not be exported using Mirror without a start_at_level value set.

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 start_at_level values, allowing the script to continue to the next export phase.

Content Management

2025-01-29

CMS/6.55

2 Minor improvements

CSV data source view records screen

Details

The View Records section of CSV data source assets has been updated to present CSV data using JSON instead of the built-in PHP print_r format.

JSON format is now the standard format for showing data structures. print_r is a PHP built-in format..

Content Management

2025-01-29

CMS/6.55

2 Minor improvements

JSON data source

Details

The View Records section of JSON data source assets has been updated to present JSON data using JSON format instead of the built-in PHP print_r format.

JSON format is now the standard format for showing data structures instead of print_r, a PHP built-in format. Transforming JSON data sources using print_r instead of directly rendering the JSON was unnecessary.

Content Management

2025-01-29

CMS/6.55

3 Bug fixes

Running out of memory in search plugins blocks the metadata time triggers

Details

It 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

Details

Due 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 setTimeLimit and setMemoryLimit options in the user interface.

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

Details

The 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

Details

Dependencies 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

Details

The push data source and filter classes ignored the filter.class configuration key. This key was required for each MODIFY request sent to the push API. The lack of the configuration key caused unexpected behavior between data sources depending on the type.

The change implemented applies the filter.classes configuration key value for push data sources if no filter query option is provided with the push API request.

Search

2025-02-10

16.32.0.0

3 Bug fixes

Stop displaying internal Funnelback meta content as common words in SEO auditor

Details

The 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

Details

The StringDocumentFilter generated an illegal character error when processing a URL set by the plugin, which caused errors while updating the data source with plugins applied.

The plugin framework tool can now handle special characters such as | in the start URLs. A raw string is first converted to a Java URL object and then encoded into a Java URI object while ensuring special characters are accepted by URL and not URI.

Search

2025-02-10

16.32.0.0

2 Minor improvements

Improved support for migrating configurations between environments

Details

Users can now preview configuration files, including metadata-mappings.cfg, xml-index.cfg, and site_profiles.cfg through WebDav and the configuration file manager.

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

Details

The username or password label used for form authentication could be inconsistent. For example, the form label for the username could be email instead of username. Under these conditions, the external crawler could not find the matched username/password value(s) for pre-crawl authentication.

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 username/password form labels are now handled correctly.

Search

2025-02-10

16.32.0.0

3 Bug fixes

Config UI displaying [object object] instead of an error message

Details

If 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 [object] [object].

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.

Details

Cutting 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

Details

The 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 SLAVE mode when preparing to run an upgrade. These adjustments allow the optimization features to iterate past the skippable collections and complete the process.

Search

2025-02-10

16.32.0.0

3 Bug fixes

Add no-query plugin query to the default reporting stopwords list

Details

The !FunDoesNotExist:padrenull plugin query appeared in analytics reports because it indicated empty search results. Customers were unsure what the plugin query meant in the context of the analytics report. This confusion caused unnecessary support cases requesting that the plugin query be manually added to the denylist of each affected Squiz Search instance.

The item !FunDoesNotExist:padrenull was added to the global denylist, which prevents the plugin query from appearing in analytics reports.

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

Details

If 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

Details

A 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 YYYYMMDDhhmmss.

You can sort a metadata-based facet by date, where the dates are represented in a custom format. If you have facet categories like Jan 2010, Jun 2021, Nov 2019, the facet categories can now be sorted by a normalized date. The plugin converts the metadata labels to dates internally before sorting.

Search

2025-02-10

16.32.0.0

2 Minor improvements

Increased crawl request maximum timeout value from 30 seconds to 120 seconds

Details

The 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 (crawler.request_timeout) was increased to two minutes (120 seconds). If the crawl request timeout configuration is set to the maximum value, then web pages that take over 30 seconds will now be processed

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

Details

An 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

Details

The following types of transient errors were causing OAuth to unexpectedly fail, triggered fatal errors, and ultimately prevented users from continuing with the authentication flow:

  • a session being evicted during authentication,

  • multiple authentication requests occurring simultaneously (multiple tabs/windows open)

  • the identity provider returning an incorrect state parameter.

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.

Details

Content Management users with system administrator or root user permissions can now set a custom warning message and limit through the Global preferences  Configure warning and limit for containers per standard page 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

Details

Asset 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

Details

When 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, 0.x.0) to not be recorded. This issue caused inconsistencies between the documented versioning rules and the stored version history, making it difficult for users to track version changes.

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

Details

There 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

Details

A 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

Details

A 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 customError block issue type and improved error messaging have also been introduced to report errors handled by the system, providing users with instructions on how to proceed correctly.

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

Details

In 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

Details

Following 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

Details

Previously, 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

Details

When 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 equals true. Users can now configure Authorized event conditions that behave as expected.

Personalization

2025-02-17

2.37.0

3 Bug fixes

Queues page rendering

Details

Fixed 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

Details

Fixed a RangeError: Maximum call stack size exceeded console error when navigating to a locked workspace using the Tenant Admin UI.

Squiz Integrations

2025-02-19

v25.06

3 Bug fixes

Filter not applying upon redirect from Dashboard to Executions

Details

Fixed 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

Details

Fixed 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

Details

Fixed 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.

Details

Fixed 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 $getPassthrough() expression in the mapping section

Details

Fixed an issue where unnecessary \ characters were added to the $getPassthrough() expression when the user switched the mapping section from developer mode to integrator mode.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Close CRM (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

  • Lookup object by ID

  • Delete object by ID.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

SAP Business One (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

  • Lookup files

  • Upload files

  • Download file

  • Delete file.

Added triggers
  • Get new and updated objects polling.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Google Drive (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

  • Lookup files

  • Upload files

  • Download file

  • Delete file.

Added triggers
  • Get new and updated objects polling.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Slack (1.1.1) Integrations Component Update

Details
Added actions
  • Upsert object

  • Lookup objects (plural)

  • Delete object.

Updated actions
  • Lookup object (at most one).

Added triggers
  • Webhook.

Upgraded packages and libraries
  • Sailor (2.7.4)

  • Node engine (20.x)

  • Development libraries.

Fixed issues
  • CircleCI

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Salesforce (2.8.6) Integrations Component Update

Details
Upgraded
  • Sailor (2.7.4)

  • Error message in the Raw Request action.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

AWS SQS Integrations Component Update

Details
Upgraded
  • Sailor (2.7.3)

  • AWS SDK (from v2 to v3)

  • Node engine (20.x)

  • Error message in the Raw Request action.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Webhook (2.0.0) Integrations Component Update

Details
Upgraded
  • Sailor (2.7.3)

Replaced
  • Component code to TypeScript

Removed
  • Send data (deprecated action)

  • Unnecessary dependencies.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Picsart (1.0.1) Integrations Component Update

Details
Fixed
  • Default format value for the tooltip in the remove background action.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvement

Tableau Cloud (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

  • Upsert object

  • Lookup objects (plural)

  • Lookup object by ID

  • Delete object by ID.

Added triggers
  • Get new and updated objects polling.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

SAP ByDesign (1.0.1) Integrations Component Release

Details
Added actions
  • Make raw request

  • Upsert object

  • Lookup objects (plural)

  • Lookup object by ID

  • Delete object by ID.

Added triggers
  • Get new and updated objects polling.

Fixed
  • Missing configuration field Emit Behavior in Lookup objects (plural) action

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Klaviyo (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

Added triggers
  • Get new and updated objects polling.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Pipedrive (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Picsart (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

  • Remove background

  • Upscale.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Google Analytics (1.0.0) Integrations Component Release

Details
Added actions
  • Make raw request

Added triggers
  • Get new and updated objects polling.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Rest API (2.1.0) Integrations Component Update

Details
Replaced
  • Request library to Axios library for HTTP Request Action and Trigger

Upgraded
  • Sailor (2.7.4)

  • Node engine (20.x)

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Kafka (1.1.1) Integrations Component Update

Details
Fixed
  • Consume trigger stops working when using the SASL/OAUTHBEARER authentication mechanism.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Zoho CRM (1.4.0) Integrations Component Update

Details
Added
  • New field API version to the credential section

  • New field Fields in the resulting object, to the Get New and Updated Objects trigger

  • Reusable Zoho client for all actions and triggers.

Updated
  • Main client to use axiosReqWithRetryOnServerError to prevent server errors

  • Raw request action to be used with or without specifying a version in the URL.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

SOAP (1.2.10) Integrations Component Update

Details
Fixed
  • Issue with $ref in generated metadata.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Pub-Sub (1.0.10) Integrations Component Update

Details
Fixed
  • Issue with $ref in generated metadata.

Updated
  • Component documentation.

Upgraded
  • Sailor (2.7.3)

  • Node engine (20.x)

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Utility (1.6.1) Integrations Component Update

Details
Added
  • Options to decode data as either plain text or binary in the String to Attachment action

Updated
  • component-commons-library to 3.2.1.

  • Development dependencies to the latest versions.

Upgraded
  • Sailor (2.7.3)

  • Node engine (20.x)

Removed
  • Unused packages and functions.

Squiz Integrations

2025-02-19

v25.06

2 Minor improvements

Email component with credentials (1.0.0) Integrations Component Release

Details

This 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

Details

Users can now upload a PNG, JPEG file, or WEBP avatar image up to 500KB to their Squiz Integrations user profile.:

  1. Navigate to your user profile.

  2. Click Edit profile

  3. Hold the pointer over your initials.

  4. Click Upload

  5. Select an image of your choice from your computer.

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

Details

The 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

Details

The 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

Details

The API endpoint GET /workspaces/get_workspaces_all_list can deliver a sorted list of available workspaces based on user permissions within the corresponding contract.

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

Details

The GET v2/recipes API endpoint now allows users to search for Recipes based on a specific word or phrase in the recipe title.

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

Details

Sailor-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