Skip to main content

Pantheon release notes

Your destination for staying informed about our latest innovations and product updates.
Subscribe to RSS feed
October 23, 2025

The following updates are now available for Content Publisher:

  • New release of the Pantheon Content Publisher v1.0.3 Drupal module now available.
  • With Approval Workflows enabled, Administrators now have the option to Approve submissions directly from the Pending approval tab of a Collection in the Content Dashboard. Previously, opening each submission in Preview mode was required.
  • The experience for Smart Components has been improved for first time users.
  • Upgrade Content Publisher AI metadata suggestion to use Gemini 2.5 flash instead of Gemini 2.0.
  • Bug fix for our Next.js starter kit and SDK to properly support Next.js 15.5 and the use of App Router. Improve the build process by using pinned versions of dependencies.
  • Fix several event tracking issues in the back-end.
October 21, 2025

PHP Runtime Generation is now reported for each environment by the Site Dashboard under the Status tab in the Software Versions block.

Software Versions block on the Status screen

This new data point provides immediate, at-a-glance confirmation of your site's underlying PHP configuration, making it simpler to track your stack and prepare for platform updates.

Alternatively, you may use the terminus env:info <site>.<env> command using Terminus 4.0.2+ to see the current PHP Runtime Generation.

To understand what PHP Runtime Generation means for your site and learn more about the rollout timeline, see related documentation.

October 16, 2025

Effective October 22, 2025, the "Unprivileged" user role will be transitioned to a new "Contributor" role. Permissions will remain exactly the same, except that Contributors will have limited access to Workspaces in the Pantheon Dashboard. This update is to ensure that all Pantheon users have access to the modern dashboard experience.

No action is needed by Site Owners or Workspace Administrators.

Key changes

  • The name will change from Unprivileged to Contributor
  • Contributors will have limited access to Workspaces:
Workspace ContextContributor Permission
Home⚠️ Limited access: Total number of sites and team members are not shown.
Sites > Site list⚠️ Limited access: Only sites they create and sites they have been added to will be shown.
Sites > Create new site
Sites > Migrate existing site
Team
Autopilot
Edge
Support⚠️ Limited access: They can start a Live chat, but they cannot open tickets or see Workspace ticket history
Upstreams
Settings > Billing
Settings > Profile

Users assigned this role will retain access solely to the sites for which they have been explicitly granted permission. They will not be authorized to modify Workspace configurations, access billing information, create custom upstreams, or perform other administrative functions. If these users are in multiple Workspaces, they will continue to have access to the Workspace Selector to change which Workspace they are currently working in.

Here's what you can expect a Contributor to see when accessing the Workspace:

Contributor view of a workspace in the Pantheon Dashboard

October 15, 2025

The following user interface enhancements are now available for Content Publisher:

We have also released several minor bug fixes, user interface enhancements, and formatting issues - which don’t affect functionality, but do improve the end user experience.

October 14, 2025

Editorial note: The date has been moved from January 19 to January 26.

Tika 1.18 and 1.21 will no longer be available starting January 26, 2026. Impacted sites must upgrade to Tika 3.2 which is available via PHP Runtime Generation 2.

The Apache Tika toolkit detects and extracts metadata and structured text content from various documents using existing parser libraries. On the Pantheon platform, our customers tend to use Tika to parse PDF content for searching with Solr.

Action Required

For most customers, we expect the upgrade to be seamless and not require any manual intervention. But if your site has a custom Tika integration, we recommend you follow our documentation for upgrading to Tika 3 as soon as possible to ensure your site continues to operate as expected.

Sites which have not upgraded to Tika 3 as of January 26, 2026, will be automatically upgraded. Setting tika_version: 1 in pantheon.yml will be ignored after that date. Symlinks from the 1.xx jar filepaths (/srv/bin/tika-app-1.xx.jar) will point to the new Tika 3 jar (/opt/pantheon/tika/tika.jar). These symlinks will be removed later in 2026.

October 7, 2025

Terminus 4.1.0 is now available. This minor update contains the latest bug fixes and improvements for this tool.

This release includes enhanced environment information visibility and improved error messaging.

Added

  • PHP Runtime Generation and PHP Version fields are now optional fields of the env:list command output, providing better visibility into your environment's PHP configuration
    • Use env:list <site> --fields=id,php_runtime_generation,php_version to view these fields

Fixed

  • Improved workflow timeout handling now displays warnings instead of confusing error messages when workflows take longer than expected

How to upgrade Terminus

If you manage your installation via Homebrew on macOS, you can update Terminus with the following command:

For other systems, see additional upgrade instructions here.

October 7, 2025

PHP versions 8.3.26 and 8.4.13, are now available on the platform. These updates bring the latest bug fixes, improving performance and security for your sites. Updates will be applied automatically over the next few days, so no manual action is required.

PHP 8.4 is only available with the new PHP Runtime Generation 2. To upgrade your site, set the following in your pantheon.yml file:

The PHP 8.4 upgrade process automatically includes an upgrade to PHP Runtime Generation 2.

Important PHP version information

  • PHP 8.1 and 8.2 are currently receiving security-only updates.
  • For more details, see the full list of PHP supported versions.

For the best performance and security, Pantheon recommends running PHP 8.2 and above.

October 6, 2025

Starting today, the session length for users logged into the Pantheon Dashboard has been reduced from 24 hours to 14 hours - regardless of session activity.

Key Changes

  • Previously, Pantheon Dashboard sessions expired after 24 hours of inactivity.
  • Previously, session lengths were inconsistent in some places of the Pantheon Dashboard leading to random logout and authentication requests.
  • Reducing session lengths to 14 hours across the Pantheon Dashboard provides various security benefits and stronger protection for your accounts.

Terminus sessions are not impacted. See related documentation for more information.