May 2026 Releases

Learn about the changes to Squiz DXP released in May 2026.

What’s new in May 2026

Content Management

Serve 404 (Not Found) on unpublished pages

A site-level toggle serves 404 pages to users without read access to unpublished content.

You can enable Serve 404 on no read access for unpublished pages with no read access to force the system to show a 404 page instead of the Content Management sign-in page.

This option is located on the Details screen of the Site asset.

Integrations

Mark your favorite flows in the Integrations flows list

Frequently used flows were not easy to find on the flows list. Each flow card now includes a star icon to add or remove the flow from favorites.

Flows are sorted by Favorites, then by other flows.

Click the transparent star to favorite a flow (it becomes yellow).

Trigger type indicator on Flows list page

Users could not see how a flow was started unless they first opened it. Now, each flow card displays an icon for the trigger type of its first step.

Polling

Scheduled execution based on cron (handled by the scheduler service).

Flow Linking

Triggered by another flow by the flow-linking component.

Pub/Sub

Triggered when a message is published to a topic.

Webhook

Triggered by an incoming HTTP request.

Discovery and troubleshooting are faster now that the trigger type is visible in the list.

Enablement resources

No improvements were made yet to the documentation and education enablement resources in May 2026.

What’s changed in May 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

Failure setting/unsetting a Component Template to/from a new Asset the first time

Details

Internal "Déjà Vu" object caching was retaining previous Component template settings.

When a Component template was initially applied or removed, this was not reflected in the CMS administration interface.

The Déjà Vu cache is now refreshed when Component templates are applied.

Changes to the component templates are now reflected immediately in the administration interface.

Content Management

2026-05-05

6.87

2 Minor improvements

DXP Session Public Key caching improvement

Details

Losing the connection after the cache expired blocked session verification.

Keys for JWT signature verification are now stored, using earlier values if the key service is unavailable.

If Squiz DXP connectivity is lost, valid sessions remain active, so sites stay available.

Content Management

2026-05-05

6.87

2 Minor improvements

Added a new logging facility to record the status of outgoing form submission email

Details

Squiz Content Management did not have a facility to check if the submission log cron succeeded or failed to send an email report.

A log now records the submission log email status so users can check it.

Content Management

2026-05-05

6.87

3 Bug fixes

Missing content when the layout is moved from the newly locked top-level zone

Details

Template changes moved content out of a newly locked template zone (an area where editing is restricted) and into an unlocked zone (where editing is allowed).

Content saved to the page went missing because it was not correctly matched to node(s) in the new zone by nodeId, nor did it appear in Unused Content. The editors couldn’t recover missing content.

The saved page content for any template-managed blocks that have been moved now correctly appear in the new location. Any blocks leftover in the newly locked zone will appear in unused content.

Page Builder

2026-05-05

6.87

3 Bug fixes

Page is stuck in Draft when Matrix status is set to Published

Details

Improper handling of errors from the content service when canceling the safe edit status caused the status change to continue even when errors occurred. Squiz Content Management and the content service became out of sync, preventing the page from being edited.

The status change now fails or reverts if errors occur in the content service during draft updates. Squiz Content Management and content service now sync when canceling safe edit.

Content Management

2026-05-05

6.87

3 Bug fixes

Webhook pods restarted on multipart sample requests with raw mode

Details

Fixed an issue where webhook microservice pods (small, self-contained services that handle webhooks) entered an Error state and restarted when a sample request was sent with the query parameter ?raw=true and the content type was set to multipart/form-data (a format for sending files and data in one request).

Squiz Integrations

2026-05-07

v26.19

3 Bug fixes

Webhook URL still executed flows after Webhook trigger replaced by Polling

Details

Fixed an issue where calling a flow’s webhook URL could still run a flow after the Webhook trigger had been replaced by a Polling trigger.

Squiz Integrations

2026-05-07

v26.19

3 Bug fixes

Containers quota rollback sets usage to null when the limit is exceeded

Details

Fixed an issue where applying a storage container quota could fail when the quota limit was exceeded, and the container rollback process then set the recorded usage value to null.

Squiz Integrations

2026-05-07

v26.19

3 Bug fixes

Container usage is not released when deleting an active flow

Details

Fixed an issue where deleting an active flow did not release container usage.

Squiz Integrations

2026-05-07

v26.19

3 Bug fixes

Webhook trigger created an execution when using the run-now API

Details

Fixed an issue where calling v2/flows/:id/run-now erroneously created an execution associated with the Webhook trigger.

Squiz Integrations

2026-05-07

v26.19

2 Minor improvements

Inter Sync component 1.0.0

Details

Initial component release: copy workspace and flow actions.

Squiz Integrations

2026-05-07

v26.19

2 Minor improvements

Linkedin component 1.0.0

Details

Initial component release with these key features:

  • Get New and Updated Objects (Polling) trigger.

  • Create or Reshare Post action.

  • Make Raw Request action.

Squiz Integrations

2026-05-07

v26.19

2 Minor improvements

REST API component 2.2.5

Details

Improved logging for Axios, with updated dependencies:

  • sailor-nodejs 2.7.8

  • axios 1.15.0

  • form-data 4.0.5

  • request-promise 4.2.6.

Squiz Integrations

2026-05-07

v26.19

2 Minor improvements

Stripe component 1.3.0

Details
  • Added Upsert Object action

  • Updated default Stripe API version to 2026-04-22.dahlia in Make Raw Request action

  • Updated sailor-nodejs version to 2.7.8

  • Updated axios version to 1.15.0

  • Updated Node.js version to 24

  • Updated qs version to 6.15.1

  • Updated component-commons-library version to 4.0.0

  • Updated uuid version to 9.0.1

  • Removed legacy node and rest-node libraries.

Squiz Integrations

2026-05-07

v26.19

2 Minor improvements

Mailchimp component 2.0.0

Details
Moving to dynamic metadata may break existing flow mappings; save mappings before upgrading and verify flows after the upgrade.
  • Added dynamic metadata for Add new Subscriber action to support list-specific merge fields

  • Updated sailor-nodejs version to 2.7.8

  • Updated moment version to 2.30.1

  • Removed elasticio-node dependency and replaced it with a local utility

  • Latest security fixes and better-npm-audit.

Squiz Integrations

2026-05-07

v26.19

1 New and revised features

Serve 404’s (Not Found) on unpublished pages

Details

Read the May 2026 new features to learn more about serving 404s on unpublished pages.

Content Management

2026-05-05

6.87

1 New and revised features

Mark your favourite flows in the Integrations flows list

Details

Read the May 2026 new features to learn more about marking your favorite flows in the Integrations flows list.

Squiz Integrations

2026-05-07

v26.19

1 New and revised features

Trigger type indicator on Flows list page

Details

Read the May 2026 new features to learn more about the trigger type indicator.

Squiz Integrations

2026-05-07

v26.19