Install

To start a new Drupal project with version 10.5.5:

To update your site and all dependencies to the latest version of Drupal:

To update your site to this specific release:
Pinning to a specific release may make it more challenging to update your site in future, see composer documentation for managing pinned versions

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 20.31 MB
MD5: 1d46eb391252dfe7afcf1414d013feae
SHA-1: bf49f993f37a58b6dcebe7466d62e04486d2810e
SHA-256: 78b66e910d77f13ed6c1cf0c3136d294d8eb6fb20b96362706345e6e3c1c2ac1
Download zip 33.57 MB
MD5: 8a1ba386834e9d05cec1860b91c70e90
SHA-1: 392d5a9b0c353538ffcd8fb15bc25acd8c2d281d
SHA-256: 68cb331fee5e9b121f568d8be49dc025c10eedfd42c385162d66ae267c050da4

Release notes

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

Drupal 10.5.x will receive security support until June 2026. Drupal 10.4.x will continue to receive security support until December 2025.

Drupal 10.3.x security support has ended. Sites on any Drupal version prior to 10.4.x should upgrade to a supported release as soon as possible.

This release includes a fix for a performance regression introduced in Drupal 10.5.3 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;

All changes since 10.5.4

What’s next?

  1. Learn how to install Drupal
  2. Learn how to update Drupal
  3. Extend Drupal to do more
  4. Get training
  5. Check out what others built
Created by: quietone
Created on: 6 Nov 2025 at 04:15 UTC
Last updated: 6 Nov 2025 at 09:05 UTC
Bug fixes
Insecure

Other releases