Home

>

Tools

>

Drupal

>

Releases

>

10.2.12

Drupal Release: 10.2.12

Tag Name: 10.2.12

Release Date: 11/22/2024

Drupal LogoDrupal

Highly flexible, open-source content management system known for complex, scalable web applications. Preferred by government, educational, and large enterprise websites requiring advanced customization and security features. Robust module ecosystem.

TL;DR

Drupal 10.2.12 is a minor release that addresses critical performance issues with Twig 3.14.2, fixes a TypeError in ContentEntityCloneTest, and resolves a problem with the Views UI related to symfony/http-foundation. This maintenance release improves stability and performance without introducing new features.

Highlight of the Release

    • Fixed performance degradation issue with Twig 3.14.2
    • Resolved Views UI compatibility issue with symfony/http-foundation
    • Fixed TypeError in ContentEntityCloneTest

Migration Guide

No migration steps are required for this maintenance release. The update addresses bugs and performance issues without changing APIs or requiring configuration changes.

Upgrade Recommendations

It is highly recommended to update to Drupal 10.2.12 if you are running any previous version in the 10.2.x branch, especially if you've experienced:

  • Performance issues after updating Twig to version 3.14.2
  • Problems with the Views UI functionality
  • Errors in ContentEntityCloneTest during development

This is a maintenance release that improves stability without introducing breaking changes, making it a low-risk upgrade.

Bug Fixes

  • Views UI Compatibility Issue: Fixed an issue where an update to symfony/http-foundation plus a trailing space caused the Views UI to break (Issue #3486195)

  • TypeError in ContentEntityCloneTest: Resolved a TypeError that occurred in ContentEntityCloneTest::testEntityPropertiesModifications where a string was being incorrectly assigned to the $_serviceIds property which requires an array (Issue #3488781)

New Features

No new features were introduced in this maintenance release. Drupal 10.2.12 focuses exclusively on bug fixes and performance improvements to enhance stability.

Security Updates

No security fixes were included in this release. This is a maintenance release focused on bug fixes and performance improvements.

Performance Improvements

  • Twig Performance Fix: Addressed significant performance degradation that occurred after updating to Twig 3.14.2. This fix restores the expected performance levels for Twig template rendering throughout the system (Issue #3487031)

Impact Summary

Drupal 10.2.12 delivers important fixes for performance and stability issues that affected previous versions. The most significant improvement addresses a performance degradation introduced by Twig 3.14.2, which impacted overall site responsiveness. Additionally, the release fixes a critical issue with the Views UI that could occur after updating symfony/http-foundation, ensuring that site administrators can continue to manage views without interruption. For developers, the fix for the TypeError in ContentEntityCloneTest improves testing reliability. Overall, this maintenance release enhances the stability and performance of Drupal 10.2.x without introducing new features or breaking changes.

Statistics:

File Changed13
Line Additions142
Line Deletions24
Line Changes166
Total Commits9

User Affected:

  • Performance improvements from the Twig fix will result in better site responsiveness
  • More stable Views UI functionality

Contributors:

longwavexjm