diff --git a/src/pages/development/backward-incompatible-changes/index.md b/src/pages/development/backward-incompatible-changes/index.md index ff07b53f2..815d078df 100644 --- a/src/pages/development/backward-incompatible-changes/index.md +++ b/src/pages/development/backward-incompatible-changes/index.md @@ -9,6 +9,140 @@ keywords: This page highlights backward-incompatible changes between Adobe Commerce and Magento Open Source releases that have a major impact and require detailed explanation and special instructions to ensure third-party modules continue working. High-level reference information for all backward-incompatible changes in each release is documented in the [reference](reference.md) section. +## 2.4.9-beta1 + +The following major backward-incompatible changes were introduced in the 2.4.9-beta1 Adobe Commerce and Magento Open Source releases: + +* GraphQL alias limit validation +* GraphQL query length validation +* New 2FA blocks for identity verification +* New Relic migration from REST v2 to NerdGraph +* Symfony 7.4 LTS support +* Valkey 8.x CLI command +* Zend_Cache replaced with symfony/cache + +### GraphQL alias limit validation + +Validation was added to limit the number of aliases in GraphQL requests to ten. This limit prevents denial of service or resource degradation from excessive aliases. Previously, there was no limit on the number of aliases in a GraphQL request.\