Skip to main content

What's New in Arc XP

Discover the latest updates to your favorite Arc XP applications.

The light bulb icon (icon_ideas_portal.svg) indicates a release is the result of an idea from the Ideas Portal.

July

Production

Release dates

  • Sandbox and Production - Wednesday, July 15, 2026

Release summary

We're excited to announce the initial release of Ask the News, a new AI-powered Q&A experience that helps users quickly find answers cited in your journalism, while capturing first-party reader intent.

This initial launch delivers the core Ask the News experience, including AI-generated answers based on eligible news content, source attribution to supporting articles, and a conversational interface for exploring news topics more efficiently.

Highlights include:

  • Natural language Q&A – Ask questions about the news in plain language.

  • Grounded responses – AI-generated answers are based on published news content with links to supporting articles.

  • Conversational exploration – Ask follow-up questions to dive deeper into topics.

  • Fast discovery – Find relevant information without manually searching across multiple stories.

This is the initial public release of Ask the News. Additional enhancements and feature updates will be delivered in future releases as we continue to refine the experience based on user feedback. See Ask the News on ALC for more information.

Users affected

Current Arc XP Platform customers

Action required

Interested in adding Ask the News to your Arc XP platform? Reach out to your Technical Account Manager to learn more about licensing, availability, and the steps to get started.

Release dates

  • Sandbox and Production - Monday, July 13, 2026

Release summary

Signals API

Editorial Signals are a layer of human-controlled ranking rules that sit on top the Content Recommendation API’s machine-learned recommendations.

They let your newsroom override, nudge, or filter the model’s output without retraining anything: the changes take effect on the very next recommendation request.

In short: AI decides what is likely to engage a given reader; signals decide what is editorially encouraged, discouraged, or required for that reader to see (or not see).

Signals are exposed through a dedicated service: the Signals API (/signals/v1).

The four signal types

There are four distinct signal types. Each one answers a different editorial question.

Boost

”I want this to do better than the model thinks it will.”

Multiplies the item’s AI score by a weight between 1.0 and 10.0. Item rises naturally in the ranking.

Bury

”I want this to do worse than the model thinks it will.”

Multiplies the item’s AI score by a weight between 0.0 and 0.9. Item falls in the ranking but isn’t removed.

Pin

”This item must appear at position N.”

Forces the item into a specific 1-indexed slot, even if the content was not included in the preliminary candidate set. An absolute position override.

Exclude

”This item must not appear at all, regardless of relevance.”

Removes the item from the candidate set entirely. Takes precedence over every other signal, including Pin.

Boost and Bury are soft — they bias the ranking. Pin and Exclude are hard — they override it. The reranker applies them in a deterministic order (exclude → boost/bury → sort → pin → truncate), so the outcome is predictable no matter how many signals stack up on the same response.

Learn more in this Signals API guide.

Recommendations API: remove content anchor

The Recommendations API previously had the ability to anchor a recommendation based on the content ID. The initial implementation did not provide the expected results, and we are re-visiting the approach. For now, the suggested approach is to leverage anchoring by applying a section filter to the Recommendations API to achieve some measure of relatedness.

Recommendations API: Recency preview before ingestion

Before your catalog has been ingested and the model has trained, GET /recommend/v1/recommendations still returns a usable response so you can build and validate your rendering ahead of go-live.

In this state the API returns the five most recent active catalog items as a recency preview. The API returns up to five items in the free subscription tier. It is possible to request fewer items, but not more.

Preview items are fully enriched and carry the same attribution as personalized results, so your card-rendering code exercises the real response shape. What they do not carry is a relevance score — every preview item is scored 0.0. A response whose items are all scored 0.0 is the signal clients use to distinguish a preview from personalized results: no reranker is run, and no editorial signals (boosts, buries, pins) are applied to a preview.

If the catalog has no content yet (nothing has been ingested at all) there is nothing to preview, and the request falls through to the existing 403 response.

CDP Integration Guide

The Developer Portal now includes a new Connect Your CDP to the Recommender API guide that covers how to connect your customer data platform, analytics tool, or homegrown source into the Content Recommendations API.

This article outlines ingestion requirements and best practices along with common integration patterns covering:

  • BlueConic

  • HTTP-based connectors like Amplitude, Adobe Real-Time CDP, and Tealium

  • S3-transport connectors like Permutive and ActionIQ

  • Analytics-only stacks like GA4 and Sophi

Users affected

Beta customers

Action required

None

Release dates

  • Sandbox - Monday, July 6, 2026

  • Production - Monday, July 13, 2026

Release summary

Fixed an issue where author form fields could become disabled after saving an author when an invalid URL service pattern caused Bio Page URL generation to fail. Author form fields now remain editable after a failed save, and URL generation errors are displayed without locking the form.

Users affected

Authors users

Action required

None

Release dates

  • Sandbox: Tuesday, July 7, 2026 Wednesday, July 15, 2026 (delayed)

  • Production: Wednesday, July 8, 2026 Thursday, July 16, 2026 (delayed)

Release summary

Customers can see granular Page vs API vs OBF traffic patterns as breakdown of Edge Requests and Render Requests charts in Traffic Patterns section. Previously we were showing single chart for Edge Requests, and another chart for Render requests all together.

Customers can now see page and template size warnings in a new chart in Bundle & Publish Activity section.

For more information about PageBuilder Performance dashboard, please check the documentation.

Users affected

PageBuilder users

Action required

None

Sandbox

Release dates

  • Sandbox - Tuesday Jul 14, 2026

  • Production - Monday Jul 20, 2026

Release summary

PageBuilder Engine 7.1.0 upgrades Webpack from 4.47.0 to 5.107.2, bringing faster builds, less system resources and better long-term support for your development stack.

Our benchmarks shows good local development improvement, up to 2x build times, 20-30% less memory usage with Webpack5 update. At the same time we observed longer build times at Deployer in Arc environments. If your bundle currently runs close to Deployer timeout limit, Engine 7.1 release may result timeouts in Deployer.

This dependency upgrade is backwards compatible and should not require any code change on customers bundle code. But the customers own dependencies may have breaking behaviors between Webpack4 and Webpack5. Please test your bundle output (pages and templates) locally before deploying and promoting a deployment with Engine 7.1 in production.

This release also lays groundwork for smarter caching. There is no impact to your cached pages.

We created a small adoption guide to walk through key points to leverage webpack 5 to optimize your builds, both speed and final output size: Adopting Webpack 5 in Your Bundle

Users affected

Developers

Action required

None

Production

 

Release dates

  • Sandbox - Tuesday, June 30

  • Production - Tuesday, July 7

Release summary

This release addresses a few issues in Composer including:

  • We've resolved some intermittent timestamp and timezone display issues with revision history

  • Stories scheduled to publish later are no longer being published with missing content

  • We've fixed an issue with keyboard date entry on the date field for scheduling stories

  • An issue has been resolved where stories kept incorrectly intermittently saving after taking over an idle story

Users affected

Composer users

Action required

None

Sandbox

Authors UI - July 2026

Release dates

  • Sandbox - Monday, July 6, 2026

  • Production - Monday, July 13, 2026

Release summary

Fixed an issue where author form fields could become disabled after saving an author when an invalid URL service pattern caused Bio Page URL generation to fail. Author form fields now remain editable after a failed save, and URL generation errors are displayed without locking the form.

Users affected

Authors users

Action required

None

June

Sandbox

 

Release dates

  • Sandbox - Tuesday, June 30

  • Production - Tuesday, July 7

Release summary

This release addresses a few issues in Composer including:

  • We've resolved some intermittent timestamp and timezone display issues with revision history

  • Stories scheduled to publish later are no longer being published with missing content

  • We've fixed an issue with keyboard date entry on the date field for scheduling stories

  • An issue has been resolved where stories kept incorrectly intermittently saving after taking over an idle story

Users affected

Composer users

Action required

None

 

Production
Composer 2.9.10

Release dates

  • Sandbox - Tuesday, June 16

  • Production - Tuesday, June 23

Release summary

This release updates a few small issues in Composer including:

  • Updates to the save button that were intermittently causing flickering

  • Fixed an issue where Composer was failing when empty values were placed in the pre-selected planned ready times publish / update workflow in settings

  • The keyboard shortcut for removing text (CMD+X) is now being logged as a suggestion in Suggest Mode

  • We’ve fixed an issue where CMD+F no longer freezes on longer articles

Users affected

Composer users

Action required

None

Sandbox

Release dates

  • Sandbox - Tuesday, June 16

  • Production - Tuesday, June 23

Release summary

This release updates a few small issues in Composer including:

  • Updates to the save button that were intermittently causing flickering

  • Fixed an issue where Composer was failing when empty values were placed in the pre-selected planned ready times publish / update workflow in settings

  • The keyboard shortcut for removing text (CMD+X) is now being logged as a suggestion in Suggest Mode

  • We’ve fixed an issue where CMD+F no longer freezes on longer articles

Users affected

Composer users

Action required

None

Production

Release dates

  • Sandbox - Tuesday, June 2

  • Production - Tuesday, June 9

Release summary

This release resolves a few issues in Composer including:

  • Searching for story templates no longer incorrectly shows [Object object] in the search field

  • An issue has been resolved where users could not input "00" hours in Composer 'Publish Later' field

  • We’ve fixed as issue where after stories were cloned, circulations were not showing up until you refreshed

Users affected

Composer users

Action required

None

 

 

Production

No Production-only releases scheduled this week.

Sandbox

Release dates

  • Sandbox - Tuesday, June 2

  • Production - Tuesday, June 9

Release summary

This release resolves a few issues in Composer including:

  • Searching for story templates no longer incorrectly shows [Object object] in the search field

  • An issue has been resolved where users could not input "00" hours in Composer 'Publish Later' field

  • We’ve fixed as issue where after stories were cloned, circulations were not showing up until you refreshed

Users affected

Composer users

Action required

None

Release dates

  • Sandbox - Monday, June 1, 2026

  • Production - Monday, September 29, 2025

Release summary

The Content Search dashboard — now available in both sandbox and production — provides insights into your Content API search usage, including request volumes, rate limiting, and error metrics.

As data begins flowing into the dashboard metrics, you may notice a jump in usage values, which is expected. For more information, please check the documentation.

Users affected

PageBuilder users

Action required

None

May

Production

Release dates

  • Sandbox - Tuesday, May 19

  • Production - Tuesday, May 26

Release summary

This release fixes a few issues in Video Center including:

  • Addressed issues that prevented users from clipping videos, particularly vertical videos, under certain circumstances.

  • Fixed an issue with the author selection field that sometimes resulted in duplicate entries.

Users affected

Editorial

Action required

None

Release dates

  • Sandbox - Tuesday, May 19

  • Production - Tuesday, May 26

Release summary

This release addresses the following items in Composer:

  • We've made improvements to AI suggested tags!

    • We now differentiate between tags suggested from Tag Service vs truly AI generated tags. You can now see a helpful Arc tag label on inline AI tag suggestions as well as in the AI Assistant.

    • We now provide better messaging if there are no matching suggestions from Arc Tag service

  • An issue where cloned stories were not displaying messages that they were in fact cloned stories

Users affected

AI Assistant users + Composer users

Action required

None

Release dates

  • Sandbox and Production - Tuesday, May 26, 2026

Release summary

Stronger recommendations for anonymous readers

The Content Recommendations API now uses anonymous reader activity more effectively to improve recommendation quality.

Improved multi-site onboarding

Multisite customers can now roll out the Content Recommendations API site by site instead of importing every site at once.

Improved API validation and feedback

The API has been updated to perform more stringent validation against the schema and provide clear feedback for rejected requests.

Users affected

Beta customers

Action required

None

Sandbox

No Sandbox-only releases this week.

Production

Release dates

  • Sandbox and Production - Wednesday, May 13, 2026

Release summary

The Arc XP CLI now supports migrating paid subscriptions into Arc XP Subscriptions.

  • Use simulate to validate your input file before migrating

  • Use execute to create subscription records from a CSV

  • Use terminate to remove subscriptions

For full details, input file format, and the recommended migration workflow, see Arc XP CLI: Subscriptions.

Users affected

Developers

Action required

Update to the latest Arc XP CLI version.

Release dates

  • Sandbox and Production - Monday, May 18, 2026

Release summary

Editorial Signals are a layer of human-controlled ranking rules that sit on top of the Content Recommendations API's machine-learned recommendations.

They let your newsroom override, nudge, or filter the model's output without retraining anything — the changes take effect on the very next recommendation request.

In short: AI decides what is likely to engage a given reader; signals decide what is editorially required for that reader to see (or not see).

Signals are exposed through a dedicated service — the Signals API (/signals/v1).

The four signal types

There are four distinct signal types. Each one answers a different editorial question.

Signal type

Editorial question

Effect on the ranked list

Boost

"I want this to do better than the model thinks it will."

Multiplies the item's AI score by a weight between 1.0 and 10.0. Item rises naturally in the ranking.

Bury

"I want this to do worse than the model thinks it will."

Multiplies the item's AI score by a weight between 0.0 and 0.9. Item falls in the ranking but isn't removed.

Pin

"This item must appear at position N."

Forces the item into a specific 1-indexed slot, even if the content was not included in the preliminary candidate set. An absolute position override.

Exclude

"This item must not appear at all, regardless of relevance."

Removes the item from the candidate set entirely. Takes precedence over every other signal, including Pin.

These controls are currently API only. A user experience will be added in an upcoming release.

Users affected

Beta customers

Action required

None

Release dates

  • Sandbox and Production - Monday, May 18 2026

Release summary

CSRs can now terminate individual members of an Enterprise Group Subscription directly from the Subscriptions Admin UI.

In the Subscriptions Admin UI, open the overflow menu (...) on the member and select Terminate.

Enterprise subs termination

Users affected

Subscriptions CSRs

Action required

None

Release dates

  • Sandbox - Monday, March 30, 2026

  • Production - Monday, May 18, 2026

Release summary

Author creation logic is updated to assign an active status flag by default when none is passed to the API. This also corrects a bug in the UI that caused authors to appear as inactive when their status was not set.

Users affected

All

Action required

None

Sandbox

Release dates

  • Sandbox - Tuesday, May 19

  • Production - Tuesday, May 26

Release summary

This release fixes a few issues in Video Center including:

  • Addressed issues that prevented users from clipping videos, particularly vertical videos, under certain circumstances.

  • Fixed an issue with the author selection field that sometimes resulted in duplicate entries.

Users affected

Editorial

Action required

None

Release dates

  • Sandbox - Tuesday, May 19

  • Production - Tuesday, May 26

Release summary

This release addresses the following items in Composer:

  • We've made improvements to AI suggested tags!

    • We now differentiate between tags suggested from Tag Service vs truly AI generated tags. You can now see a helpful Arc tag label on inline AI tag suggestions as well as in the AI Assistant.

    • We now provide better messaging if there are no matching suggestions from Arc Tag service

  • An issue where cloned stories were not displaying messages that they were in fact cloned stories

Users affected

AI Assistant users + Composer users

Action required

None

Hotfixes

Release dates

  • Sandbox - Wednesday, May 13

  • Production - Wednesday, May 13

Release summary

This release fixes an issue with the AI Assistant and Tag Service where the AI Assistant wasn't correctly suggesting tags from Tag Service. This will now suggest tags from Tag service first regardless of if you are leveraging free form tags or not.

Users affected

AI Assistant users, Composer users

Action required

To leverage the AI Assistant, you must opt into one of our Arc Intelligence packages. Please contact your Technical Account Manager for more information.

Release dates

  • Sandbox: Wednesday May 20, 2026

  • Production: Thursday June 9, 2026

Release summary

Internal improvements on logging and performance around linking and page publishing process.

Users affected

Editors

Action required

None

Production

Release dates

  • Sandbox and Production - Monday, May 11, 2026

Release summary

Editorial Signals are a layer of human-controlled ranking rules that sit on top of the Content Recommendations API's machine-learned recommendations.

  • Content teams can now pass section and content_type parameters directly in the GET /recommendations/v1/recommendations call.

  • Items that don't match are filtered out before scoring begins — they never compete for slots and never appear in the response.

For example, you can now optimize the Sports module on your homepage to re-rank the items based on an individual consumer's interest.

Users affected

Beta

Action required

None

Release dates

  • Sandbox - Tuesday, May 5

  • Production - Tuesday, May 12

Release summary

We're excited to announce that Audio Articles and Translation capabilities are now available directly inside Composer as part of the AI Assistant — no Chrome extension required– for customers on the Core Arc Intelligence Package.

  • Audio Articles

    • You can now generate a text-to-speech (TTS) audio file for any story and add it inline — directly from Composer. This is a significant improvement over the previous Chrome extension experience, which required manually copying an embed code into an HTML element. The new workflow adds the audio file directly to Audio Center as well, so you can centrally manage all your audio files in one place.

  • Translations

    • You can now translate a story directly in Composer — either in place or as a cloned version of the original. The AI Assistant will translate headline, subheadline, and body text content automatically. Note that metadata, images, and embeds will not be affected at this point in time.

    • Supported languages: English, Spanish, French, Japanese, Korean, and German.

The release also addresses a few other updates in Composer including:

  • An issue where subtype field was incorrectly saving the label instead of the ID causing some intermittent issues

  • An IFX issue has been resolved where images weren’t being received when a composer publish event also published a photo.

Users affected

Composer Users

Action required

To Access Audio Articles and Translations, customers must be signed up for the Core Arc Intelligence Package

Release dates

  • Sandbox: Thursday May 7, 2026

  • Production: Thursday May 14, 2026

Release summary

Strengthened the infrastructure and processing behind linking publishes, improving overall reliability and ensuring more consistent behavior during publish operations.

Users affected

Editors

Action required

None

Sandbox

No Sandbox-only releases this week.

Hotfixes

Release dates

Sandbox and Production - Monday, May 11, 2026

Release summary

Fixed styling system initialization across Themes blocks that was causing layout regression issues with Engine 7 upgrade.

Users affected

Developers

Action required

Follow the Upgrade to Themes v4 migration guide

Production

Release dates

  • Sandbox: May 04, 2026

  • Production: May 04, 2026

Summary

We are excited to announce the Open Beta of the Content Recommendations API, Arc XP's new personalization platform for media companies. Participating customers will receive six months of free access to the API (and an IFX integration used to ingest content) and can use it to power personalized site, app, and email experiences that drive deeper engagement with their audience.

This doc summarizes what's available today, what it takes to get started, and what's on the roadmap.

What's available in the initial release

The Content Recommendations API is a personalization service that learns from your content catalog and audience behavior to return ranked content recommendations on demand. Each customer operates with their own fully isolated recommendation model: content, audience data, and the trained model are never shared across tenants.

The initial release supports two core recommendation types:

  • Personalized recommendations for a user overall — given a user identifier, the API returns a ranked list of content items tailored to that user's interaction history. Ideal for a “For You” module on a home page or a personalized section in a newsletter.

  • “More like this” recommendations in the context of a specific piece of content — given both a user and an anchor article, the API returns items similar to the anchor but still personalized to the reader. Ideal for an end-of-article or in-article recirculation module.

Cold-start behavior is handled automatically. New or anonymous users receive popularity-weighted results until they accumulate interaction history, and newly published content is eligible for recommendations immediately based on its metadata, no special handling required on the customer's side.

What participating customers need to do

The API is the personalization backend only. To put recommendations in front of readers, each participating customer is responsible for two integration workstreams:

  • Connecting their Customer Data Platform (CDP) to send behavioral events (page views, clicks, shares, engaged reads, scroll depth, and similar signals) to the Collector API. A richer event stream produces stronger personalization. More information about the Collector API can be found here.

  • Building the front-end UI that surfaces recommendations to readers — for example, a “For You” module on the home page, a recirculation rail on article pages, or a personalized section in an email template. The API returns ranked content IDs; the customer hydrates them from their CMS and renders the experience. More information about the recommendations API can be found here.

Arc XP CMS customers can use an IFX recipe to wire up the content webhook end-to-end without custom code. Non-Arc XP CMS customers will need to build a direct integration from their CMS to the Collector API's content endpoint.

A full onboarding checklist is available on the Arc XP for Developer site.

What's coming next

This initial release is only the foundation and we have significant functionality slated for release over the coming weeks and months. Planned updates include additional filtering and personalization controls, stronger editorial controls, and deeper integration hooks. Customers who join the beta now will benefit from those additions as they ship, within their six-month free access window.

Getting Started

Talk with your Technical Account Manager about enrolling in this beta. The free access beta is limited to customers who begin their beta engagement in May 2026.

Sandbox

Release dates

  • Sandbox: Thursday May 7, 2026

  • Production: Thursday May 14, 2026

Release summary

Strengthened the infrastructure and processing behind linking publishes, improving overall reliability and ensuring more consistent behavior during publish operations.

Users affected

Editors

Action required

None

Release dates

  • Sandbox - Tuesday, May 5

  • Production - Tuesday, May 12

Release summary

We're excited to announce that Audio Articles and Translation capabilities are now available directly inside Composer as part of the AI Assistant — no Chrome extension required– for customers on the Core Arc Intelligence Package.

  • Audio Articles

    • You can now generate a text-to-speech (TTS) audio file for any story and add it inline — directly from Composer. This is a significant improvement over the previous Chrome extension experience, which required manually copying an embed code into an HTML element. The new workflow adds the audio file directly to Audio Center as well, so you can centrally manage all your audio files in one place.

  • Translations

    • You can now translate a story directly in Composer — either in place or as a cloned version of the original. The AI Assistant will translate headline, subheadline, and body text content automatically. Note that metadata, images, and embeds will not be affected at this point in time.

    • Supported languages: English, Spanish, French, Japanese, Korean, and German.

The release also addresses a few other updates in Composer including:

  • An issue where subtype field was incorrectly saving the label instead of the ID causing some intermittent issues

  • An IFX issue has been resolved where images weren’t being received when a composer publish event also published a photo.

Users affected

Composer Users

Action required

To Access Audio Articles and Translations, customers must be signed up for the Core Arc Intelligence Package

April

Production

Release dates

  • Sandbox: Tuesday April 21, 2026

  • Production: Thursday April 30, 2026

Release summary

This release improves logging and observability around linking issues, making it easier to diagnose problems when they come up. It also includes general stability improvements to the linking process.

Users affected

Editors

Action required

None

Release dates

  • Sandbox - Tuesday, April 21

  • Production - Tuesday, April 28

Release summary

This release introduces updates to Composer including:

  • Additional Arc Prompts are now available in the AI Assistant that were previously only available in the chrome extension: key takeaways, Facebook Post , and X Post

  • A fix for an issue where templates were not saving changes for custom Power Ups in related items

Users affected

Composer users

Action required

None

Production

Release dates

  • Sandbox - Tuesday, April 14

  • Production - Tuesday, April 21

Release summary

This release introduces some UX updates and functionality previously only in the Chrome extension including: 

  • Custom prompts in the AI Assistant — functionality from the extension is moving into the AI Assistant, so you can run custom prompts without switching tools

  • New review cards — workflows are now broken down into individual cards, giving you a clearer view of what's available and what's ready to action

  • Run workflows on demand — manually trigger available workflows as soon as you open the AI Assistant

Users affected

Composer users + Arc Intelligence Customers

Action required

None

Sandbox

Release dates

  • Sandbox - Tuesday, April 21

  • Production - Tuesday, April 28

Release summary

This release introduces updates to Composer including:

  • Additional Arc Prompts are now available in the AI Assistant that were previously only available in the chrome extension: key takeaways, Facebook Post , and X Post

  • A fix for an issue where templates were not saving changes for custom Power Ups in related items

Users affected

Composer users

Action required

None

Production

Release dates

  • Sandbox - Tuesday, April 7

  • Production - Tuesday April 14

Release summary

Customers will now able to upload your organization's existing style guide documentation directly to the AI Assistant — no more manually updating prompts. Simply upload your files and the AI Assistant will reference them when providing style guide feedback in Composer. Any combination of uploaded files and manually added rules will be applied when this workflow runs.

Read more on the Composer AI Assistant.

This release also includes some non-customer facing structural updates to Composer.

Users affected

Composer users

Action required

None

Photo Center 1.84.6

Release dates

  • Sandbox - Tuesday, April 7, 2026

  • Production - Tuesday, April 14, 2026

Release summary

Additional Photo Crop Presets

New aspect ratios (2:3 and 4:5) are now available for image cropping.

Users affected

Editorial Users

Action required

None

Sandbox

Release dates

  • Sandbox - Tuesday, April 14

  • Production - Tuesday, April 21

Release summary

This release introduces some UX updates and functionality previously only in the Chrome extension including: 

  • Custom prompts in the AI Assistant — functionality from the extension is moving into the AI Assistant, so you can run custom prompts without switching tools

  • New review cards — workflows are now broken down into individual cards, giving you a clearer view of what's available and what's ready to action

  • Run workflows on demand — manually trigger available workflows as soon as you open the AI Assistant

Users affected

Composer users + Arc Intelligence Customers

Action required

None

Production

Release dates

  • Sandbox - Monday, March 30, 2026

  • Production - Monday, May 18, 2026

Release summary

Author creation logic is updated to assign an active status flag by default when none is passed to the API. This also corrects a bug in the UI that caused authors to appear as inactive when their status was not set.

Users affected

All

Action required

None

Release dates

  • Sandbox - Monday, March 30, 2026

  • Production - Monday, April 6, 2026

Release summary

This release removes the limit of the number of websites that can be created in the API.

Users affected

All

Action required

None

Release dates

  • Sandbox - Tuesday, March 31, 2026

  • Production - Tuesday, April 7, 2026

Release summary

This update includes a change in the internal logic to make conditional content available to all users. There are no changes to the current contract.

Users affected

All

Action required

None

Sandbox

Release dates

  • Sandbox - Tuesday, April 7

  • Production - Tuesday April 14

Release summary

Customers will now able to upload your organization's existing style guide documentation directly to the AI Assistant — no more manually updating prompts. Simply upload your files and the AI Assistant will reference them when providing style guide feedback in Composer. Any combination of uploaded files and manually added rules will be applied when this workflow runs.

Read more on the Composer AI Assistant.

This release also includes some non-customer facing structural updates to Composer.

Users affected

Composer users

Action required

None

Release dates

  • Sandbox - Tuesday, April 7, 2026

  • Production - Tuesday, April 14, 2026

Release summary

Additional Photo Crop Presets

New aspect ratios (2:3 and 4:5) are now available for image cropping.

Users affected

Editorial Users

Action required

None

Hotfixes

Release dates

  • Sandbox & Production: Wednesday, April 1, 2026

Release summary

PageBuilder CLI 3.3.0 is a maintenance release focused on security and stability.

  • Dependency security updates: Third-party dependencies upgraded to stable, vulnerability-free versions. No API or behavior changes.

  • Repo name normalization: Periods in repository names are now replaced with underscores. If your pipelines reference auto-generated repo names, verify them after upgrading.

Users affected

Developers

Action required

None

Release dates

  • Sandbox - Thursday, April 2

  • Production - Thursday, April 2

Release summary

This release fixes an issue with the AI Assistant where it was incorrectly prompting a save warning for unresolved changes. The AI Assistant will persist any non-acted upon AI suggestions– those that require human review– after save without causing any unnecessary warnings.

Note

AI Suggestions that haven’t been acted on will persist after save but not after page refresh or navigating away at this point in time.

Users affected

Composer users

Action required

None