This is a patch (bugfix) release of Drupal 11 and is ready for use on production sites. Learn more about the latest version of Drupal.

Drupal 11.2.x will receive security coverage until June 2026.

This release includes a fix for a performance regression introduced in Drupal 11.2.4 which can affect sites with large amounts of content and revisions, when trying to calculate the latest revision for an entity. This bug mostly affected sites with Content Moderation, JSON:API or certain contributed modules installed.

Site owners should not have to do anything apart from updating to this release. However, if you are still experiencing very slow revision queries after updating, this may indicate that INNODb statistics are out of date. Running the following queries can update INNODb statistics for the most likely tables to be affected and should work for both MySQL and MariaDb.


ANALYZE TABLE node_field_data;
ANALYZE TABLE node_revision;

Known issues

  • Fatal error when Webform is installed: [#3556348]

All changes since 11.2.5

VCS Label
11.2.6
Release type
Short description
Actively maintained with new features and backwards-compatible improvements every six months. Use this version for the best compatibility with future releases.
Packaged Git sha1
4c3161830109471259d87d9e9e869c98e502e78b
Release files