Adobe Commerce 2.4.9 release notes
Overview
The following highlights apply to the Adobe Commerce 2.4.9 release.
Release Information
- Version: 2-4-9
- Product: Adobe Commerce
- Released: February 01, 2026
Highlights
- The following highlights apply to the Adobe Commerce 2.4.9 release.
Security Enhancements
- When CAPTCHA (or reCAPTCHA) is enabled for the Create Account form, the same CAPTCHA validation is now enforced for customer account creation via REST and GraphQL APIs.
- AC-16245
- This fix addresses performance degradation in bulk asynchronous web API endpoints introduced after the APSB25-08 security patch, restoring expected execution times.
Platform Upgrades
- SRI hash storage now generates separate files per area, theme, and locale, instead of a single largesri-hashes.jsonfile. This change ensures that only the relevant hash file is loaded for each page, improving page load times and reducing memory usage on stores with multiple themes or locales.
- AC-16113 -GitHub code contribution