Skip to main content

Pantheon release notes

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

Terminus 4.1.9 is now available. This patch release fixes SSH output formatting issues and resolves env:wake command failures.

Key improvements in this release

  • SSH output formatting fix: Resolved an issue where SSH command output would appear garbled when streaming, improving terminal display readability. (#2814)
  • env:wake command fix: Fixed env:wake failures by removing the unnecessary X-Pantheon-Styx-Hostname header requirement, allowing environments to wake successfully. (#2815)

How to upgrade to Terminus 4.1.9

If you use Homebrew (macOS-only) to manage your Terminus installation, you should upgrade using:

If you installed Terminus directly from the .phar file, you should upgrade using the self:update command:

For more information about this release, visit the GitHub release page.

If you have questions or concerns around Terminus, please use the Terminus issue queue.

April 7, 2026

Solr support for WordPress and the Solr Power plugin will reach end of life on January 11, 2027. After this date, Solr-based search will no longer be available for WordPress sites on the platform.

What's changing?

Solr 3 is a legacy search technology that is being retired in favor of modern alternatives. Sites currently using Solr 3 with the Solr Power plugin will need to migrate to a supported search solution before the end-of-life date.

Recommended alternatives

Pantheon customers

We recommend migrating to Elasticsearch, now available as a Beta add-on for WordPress sites on Pantheon. Elasticsearch offers improved search relevance, real-time search-as-you-type, WooCommerce support, and more. See the Elasticsearch for WordPress Beta announcement for details.

Other options

If Elasticsearch is not the right fit for your site, consider these third-party search solutions:

  • SearchWP — A WordPress-native search plugin that enhances the default WordPress search without requiring an external search service.
  • Algolia Search — A hosted search API that provides fast, relevant search results with advanced features like typo tolerance and faceted filtering.

What you need to do

  1. Identify any WordPress sites currently using the Solr Power plugin.
  2. Choose a replacement search solution.
  3. Complete your migration before January 11, 2027.
April 7, 2026

Elasticsearch is now available as a Beta add-on for WordPress sites on Pantheon. This integration is powered by ElasticPress, the leading Elasticsearch solution for WordPress.

What's included?

ElasticPress offloads search queries from your database to Elasticsearch, improving WP_Query performance and reducing load on your application server. Capabilities include:

  • Full-text search — Fuzzy matching, synonyms, and weighted fields for more relevant search results.
  • Instant Search — Real-time search-as-you-type results without full page reloads.
  • WP_Query integration — Elasticsearch can handle WP_Query requests, reducing database load and improving page load times.
  • Faceted filtering — Narrow results by category, tag, custom taxonomy, and other attributes.
  • WooCommerce support — Product search and filtering for WooCommerce storefronts.
  • Related content — Surface related posts and pages automatically.
  • Custom content indexing — Index posts, pages, custom post types, and custom fields.

Who has access?

Elasticsearch is available to WordPress sites on Performance Small plans and above, including Elite.

How to enable it

Elasticsearch can be enabled in two ways:

  • From the dashboard — Navigate to Site Settings → Add-Ons and activate Elasticsearch. Connection credentials are configured automatically.

  • From Terminus — Use the search command:

Information:
Note

In order to activate Elasticsearch in Terminus, ensure you have the latest version of Terminus installed.

Once enabled, install and activate the ElasticPress plugin in your WordPress admin and run your initial content sync. No manual credential configuration is required — EP_HOST, EP_INDEX_PREFIX, and EP_CREDENTIALS are set automatically across all environments.

Documentation

For setup instructions and additional guidance, see Elasticsearch on Pantheon.

April 6, 2026

Starting today, all Dev and Multidev environments that have not yet been upgraded to PHP Runtime Generation 2 will be auto-upgraded over the course of this week. Opting out is no longer available.

What's next?

  • April 13, 2026: Auto-upgrades will begin for Test and Live environments

We strongly recommend using this week to verify your site on Dev and Multidev before Test and Live environments are upgraded.

Action Required

If you have not already reviewed your site's compatibility with Generation 2, please check the Known Changes and Requirements and address any issues in your Dev or Multidev environments this week.

April 6, 2026

PHP 8.5 is now available on the Pantheon platform. You can set PHP 8.5 as the version to use for your site via your pantheon.yml file.

Key changes in PHP 8.5:

  • OPcache is now built into PHP core and no longer requires a separate extension package.
  • Pipe operator (|>) for improved function chaining.
  • curl_close() and imagedestroy() are deprecated but remain functional. These will emit deprecation notices but do not affect site behavior.

For more information on supported PHP versions and how to upgrade, refer to PHP on Pantheon.

April 2, 2026

Tika config support for disabling OCR

Tika 3 enables OCR (Optical Character Recognition) via Tesseract by default, which can significantly increase processing times for PDFs and image-based documents. A bundled tika-config.xml is now available on all Pantheon environments to disable OCR:

Pass it to Tika using the --config flag:

See External Libraries: Apache Tika for details.

Search API Attachments module update for Drupal

Drupal sites using the Search API Attachments module can now disable OCR directly from the admin UI. Version 10.0.8 adds a Path to Tika configuration file field at /admin/config/search/search_api_attachments. Set it to /opt/pantheon/tika/tika-config.xml

Tika 1.x no longer available starting April 28, 2026

Tika 1.18 and 1.21 are being removed from the platform:

  • April 28, 2026tika_version: 1 in pantheon.yml will be ignored. Sites will automatically use Tika 3.
  • May 12, 2026tika_version: 1 in pantheon.yml will be rejected.
April 2, 2026

PHP version 8.4.19 is now available on the platform. This update includes bug fixes and enhancements that improve performance and stability. 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.

April 2, 2026

Multi-Factor Authentication (MFA) for dashboard authentication is now available to all Pantheon users. You can now opt in to MFA from your personal account settings to add an extra layer of security to your Pantheon login - no matter how you sign in.

What's new?

MFA is now available as an opt-in security feature for all Pantheon users. Once enabled, you'll be required to verify your identity with an authenticator app each time you log in to the Pantheon dashboard.

Key details:

  • Available to all users - MFA is not limited to any login method. Whether you sign in with email and password, Google, or another method, you can opt in.
  • Set at the user level - MFA is a personal account setting, not a workspace setting. Each user manages their own MFA enrollment independently.
  • Authenticator app supported - We currently support TOTP-based authenticator apps.
  • Opt-in - MFA is voluntary. You can enable or disable it at any time from your personal settings.

For more details, see related documentation.