Skip to main content

Pantheon release notes

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

October 29, 2024

We have rolled out a new site status block to improve visibility into software versions, helping customers track whether their site’s software is end-of-life (EOL).

new software versions module on site status page

Features and access

  • Location: Access the status block via Pantheon dashboard > Site > Status.
  • Software coverage: The block shows version information for PHP and Solr.

PHP version status

Solr version status

  • Pantheon provides Solr versions 3 and 8. Version 3 is end-of-life. We recommend upgrading to Solr 8. Solr 8 support for Drupal 7 is in progress.

Redis recommendation

This addition helps you easily monitor and maintain your site's software for improved performance and security. For more information on other reports you can run on the Status tab, see the following:

October 25, 2024

PHP versions 8.2.25 and 8.3.13 are now available on the platform, bringing the latest bug fixes and updates for improved performance and security.

Important PHP version information

  • PHP 8.0 reached End-of-Life on November 26, 2023.
  • PHP 8.1 is now receiving security-only updates and will reach End-of-Life in December 2025.
  • 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 18, 2024

Some customers have reported that emails generated from form plugins, such as Gravity Forms or Contact Form 7, have content truncated after upgrading their site to PHP 8. A fix has been applied to PHP 8.2 and above. Affected sites can resolve this issue by upgrading their PHP version to 8.2 or 8.3.

Important PHP version information

  • PHP 8.0 reached End-of-Life on November 26, 2023.
  • PHP 8.1 is now receiving security-only updates and will reach End-of-Life in December 2025.

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

October 16, 2024

The New Relic PHP agent has been updated to the latest version, v11.2.0.15, for all eligible versions of PHP. Support for PHP 7.0 and 7.1 was removed in version 11.0, so the New Relic PHP agent for those versions remains at v10.22.0.12.

This update brings several enhancements and fixes compared to the previous version, including support for Drupal 11. Note, New Relic agent 11.2 introduces information collection for Composer packages, but this is not yet enabled on Pantheon.

For a detailed list of all changes and improvements, see the complete New Relic PHP agent changelog.

Learn how New Relic's real-time performance monitoring can help you with metrics and reports on your Pantheon web applications.

October 8, 2024

Pantheon has committed to provide security updates to Drupal 7 sites for at least 2 additional years beyond it's upcoming end of life date on January 5, 2025. Pantheon is partnering with Tag1 Consulting to offer Long-Term Support (LTS) for Drupal 7 at no additional cost through at least January 5, 2027.

To learn more about whats included in this offering, see related documentation.

October 4, 2024

Drupal 11 is now available as an option when creating a new Drupal site on Pantheon. Previously, in order to create a new Drupal 11 site you had to first create a Drupal 10 site and then manually upgrade to Drupal 11 via Composer.

Drupal site creation from the Pantheon dashboard

See related documentation for how to create new CMS sites on Pantheon.

October 1, 2024

PHP 8.1.30, 8.2.24 and 8.3.12 were released on the platform. They contain the latest bug fixes and security updates for PHP.

As a reminder, PHP 8.0 reached End-of-Life and PHP 8.1 was moved to security-only updates on 26 November 2023. PHP 8.1 will reach End-of-Life in December 2025. For the best performance and security, Pantheon recommends running PHP 8.2 and above.

September 23, 2024

With the Terminus 3.6.0 release, you can now rename site labels directly through Terminus using the new site:label:set command. Previously, updating a site's label required contacting Support.

A site on Pantheon has both a machine name and a human-readable label:

  • Machine name (e.g., my-awesome-site): Used in Terminus commands, constructs platform domains, and cannot be changed after site creation.
  • Human-readable label (e.g., My Awesome Site): Shown in the Pantheon workspace and site dashboards. This label can be changed after site creation via Terminus. For example:

Upgrade today to take advantage of this new command.

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.

Additional updates in Terminus 3.6.0

Tracking of command success rates and execution time (#2623).