From 92eb01da4d1737e4c19bd9552c5848e116653664 Mon Sep 17 00:00:00 2001 From: magedocs Date: Thu, 18 Nov 2021 23:32:32 +0000 Subject: [PATCH] Update BIC reference data Updated reference documentation on backward incompatible changes for 2.4.3-2.4.4-beta1 versions delta. --- .../b2b/2.4.3-2.4.4-beta1.md | 152 +++++++++--------- .../commerce/2.4.3-2.4.4-beta1.md | 152 +++++++++--------- .../open-source/2.4.3-2.4.4-beta1.md | 136 ++++++++-------- 3 files changed, 220 insertions(+), 220 deletions(-) diff --git a/src/_includes/backward-incompatible-changes/b2b/2.4.3-2.4.4-beta1.md b/src/_includes/backward-incompatible-changes/b2b/2.4.3-2.4.4-beta1.md index 321ed06a880..a33d37d0973 100644 --- a/src/_includes/backward-incompatible-changes/b2b/2.4.3-2.4.4-beta1.md +++ b/src/_includes/backward-incompatible-changes/b2b/2.4.3-2.4.4-beta1.md @@ -1,93 +1,93 @@ #### Class changes {#b2b-243-244-beta1-class} -| What changed | How it changed | -| ------------------------------------------------------------------------ | ----------------------------------------- | -| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. | -| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. | +| What changed | How it changed | +| --- | --- | +| Magento\Framework\Search\Request\Query\Match | Class was removed. | +| Magento\Elasticsearch\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | | Magento\Elasticsearch\Elasticsearch5\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | -| Magento\Elasticsearch\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | -| Magento\Framework\Search\Request\Query\Match | Class was removed. | -| Magento\Framework\Search\Request\Query\MatchQuery | Class was added. | -| Magento\Sales\Block\Adminhtml\Order\View\Tab\Creditmemos::\_\_construct | [public] Method has been added. | -| Magento\Sales\Block\Adminhtml\Order\View\Tab\Invoices::\_\_construct | [public] Method has been added. | -| Magento\Test\Integrity\PublicCodeTest::publicPHPTypesDataProvider | [public] Method return typing changed. | +| Magento\Test\Integrity\PublicCodeTest::publicPHPTypesDataProvider | [public] Method return typing changed. | +| Magento\Framework\Search\Request\Query\MatchQuery | Class was added. | +| Magento\Sales\Block\Adminhtml\Order\View\Tab\Creditmemos::\_\_construct | [public] Method has been added. | +| Magento\Sales\Block\Adminhtml\Order\View\Tab\Invoices::\_\_construct | [public] Method has been added. | +| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. | +| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. | #### Database changes {#b2b-243-244-beta1-database} -| What changed | How it changed | -| ------------------------------ | --------------------------------------------------------------- | -| customer_entity/session_cutoff | Column was added | -| customer_visitor/created_at | Column was added | -| dependent | Table was added | -| dependent | Whitelist do not have table dependent declared in db_schema.xml | -| jwt_auth_revoked | Table was added | -| test_table | Table was added | +| What changed | How it changed | +| --- | --- | +| jwt\_auth\_revoked | Table was added | +| test\_table | Table was added | +| dependent | Table was added | +| customer\_entity/session\_cutoff | Column was added | +| customer\_visitor/created\_at | Column was added | +| dependent | Whitelist do not have table dependent declared in db\_schema.xml | #### System changes {#b2b-243-244-beta1-system} -| What changed | How it changed | -| ----------------------------------------------- | ------------------------ | -| cataloginventory | A section-node was added | -| cataloginventory/options | A group-node was added | -| cataloginventory/options/enable_inventory_check | A field-node was added | -| sales_email | A section-node was added | -| sales_email/rejected_order | A group-node was added | -| sales_email/rejected_order/copy_method | A field-node was added | -| sales_email/rejected_order/copy_to | A field-node was added | -| sales_email/rejected_order/enabled | A field-node was added | -| sales_email/rejected_order/guest_template | A field-node was added | -| sales_email/rejected_order/identity | A field-node was added | -| sales_email/rejected_order/template | A field-node was added | -| webapi | A section-node was added | -| webapi/jwtauth | A group-node was added | -| webapi/jwtauth/admin_expiration | A field-node was added | -| webapi/jwtauth/customer_expiration | A field-node was added | -| webapi/jwtauth/jwe_alg | A field-node was added | -| webapi/jwtauth/jwt_alg | A field-node was added | +| What changed | How it changed | +| --- | --- | +| cataloginventory | A section-node was added | +| cataloginventory/options | A group-node was added | +| cataloginventory/options/enable\_inventory\_check | A field-node was added | +| webapi | A section-node was added | +| webapi/jwtauth | A group-node was added | +| webapi/jwtauth/jwt\_alg | A field-node was added | +| webapi/jwtauth/jwe\_alg | A field-node was added | +| webapi/jwtauth/customer\_expiration | A field-node was added | +| webapi/jwtauth/admin\_expiration | A field-node was added | +| sales\_email | A section-node was added | +| sales\_email/rejected\_order | A group-node was added | +| sales\_email/rejected\_order/enabled | A field-node was added | +| sales\_email/rejected\_order/identity | A field-node was added | +| sales\_email/rejected\_order/template | A field-node was added | +| sales\_email/rejected\_order/guest\_template | A field-node was added | +| sales\_email/rejected\_order/copy\_to | A field-node was added | +| sales\_email/rejected\_order/copy\_method | A field-node was added | #### Class API membership changes {#b2b-243-244-beta1-class-api-membership} -| What changed | How it changed | -| ------------------------------------------------- | ---------------- | -| Magento\Backend\App\Action\Plugin\Authentication | Class was added. | +| What changed | How it changed | +| --- | --- | +| Magento\Backend\App\Action\Plugin\Authentication | Class was added. | +| Magento\Framework\Session\SessionManager | Class was added. | | Magento\Framework\Api\AbstractSimpleObjectBuilder | Class was added. | -| Magento\Framework\Session\SessionManager | Class was added. | #### Interface API membership changes {#b2b-243-244-beta1-interface-api-membership} -| What changed | How it changed | -| ----------------------------------------------------------------------- | -------------------- | -| Magento\TwoFactorAuth\Api\AdminTokenServiceInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\AuthyAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\AuthyConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\CountryRepositoryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\AdminTokenResponseInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\AuthyDeviceInterface | Interface was added. | +| What changed | How it changed | +| --- | --- | +| Magento\TwoFactorAuth\Api\AdminTokenServiceInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\AuthyAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\AuthyConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\CountryRepositoryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\DuoAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\DuoConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\EngineInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\GoogleAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\GoogleConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\ProviderInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\ProviderPoolInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfaInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfaSessionInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfatActionsInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyConfigReaderInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigRepositoryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigRequestManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigTokenManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserNotifierInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Exception\NotificationExceptionInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\AdminTokenResponseInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\AuthyDeviceInterface | Interface was added. | | Magento\TwoFactorAuth\Api\Data\AuthyRegistrationPromptResponseInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\CountryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\CountrySearchResultsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\DuoDataInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\GoogleConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\U2fWebAuthnRequestInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\UserConfigInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\UserConfigSearchResultsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\DuoAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\DuoConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\EngineInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Exception\NotificationExceptionInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\GoogleAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\GoogleConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\ProviderInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\ProviderPoolInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfaInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfaSessionInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfatActionsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyConfigReaderInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigRepositoryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigRequestManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigTokenManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserNotifierInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\CountryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\CountrySearchResultsInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\DuoDataInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\GoogleConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\U2fWebAuthnRequestInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\UserConfigInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\UserConfigSearchResultsInterface | Interface was added. | diff --git a/src/_includes/backward-incompatible-changes/commerce/2.4.3-2.4.4-beta1.md b/src/_includes/backward-incompatible-changes/commerce/2.4.3-2.4.4-beta1.md index 587b235493c..4da34ff067f 100644 --- a/src/_includes/backward-incompatible-changes/commerce/2.4.3-2.4.4-beta1.md +++ b/src/_includes/backward-incompatible-changes/commerce/2.4.3-2.4.4-beta1.md @@ -1,93 +1,93 @@ #### Class changes {#ee-243-244-beta1-class} -| What changed | How it changed | -| ------------------------------------------------------------------------ | ----------------------------------------- | -| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. | -| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. | +| What changed | How it changed | +| --- | --- | +| Magento\Framework\Search\Request\Query\Match | Class was removed. | +| Magento\Elasticsearch\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | | Magento\Elasticsearch\Elasticsearch5\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | -| Magento\Elasticsearch\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | -| Magento\Framework\Search\Request\Query\Match | Class was removed. | -| Magento\Framework\Search\Request\Query\MatchQuery | Class was added. | -| Magento\Sales\Block\Adminhtml\Order\View\Tab\Creditmemos::\_\_construct | [public] Method has been added. | -| Magento\Sales\Block\Adminhtml\Order\View\Tab\Invoices::\_\_construct | [public] Method has been added. | -| Magento\Test\Integrity\PublicCodeTest::publicPHPTypesDataProvider | [public] Method return typing changed. | +| Magento\Test\Integrity\PublicCodeTest::publicPHPTypesDataProvider | [public] Method return typing changed. | +| Magento\Framework\Search\Request\Query\MatchQuery | Class was added. | +| Magento\Sales\Block\Adminhtml\Order\View\Tab\Creditmemos::\_\_construct | [public] Method has been added. | +| Magento\Sales\Block\Adminhtml\Order\View\Tab\Invoices::\_\_construct | [public] Method has been added. | +| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. | +| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. | #### Database changes {#ee-243-244-beta1-database} -| What changed | How it changed | -| ------------------------------ | --------------------------------------------------------------- | -| customer_entity/session_cutoff | Column was added | -| customer_visitor/created_at | Column was added | -| dependent | Table was added | -| dependent | Whitelist do not have table dependent declared in db_schema.xml | -| jwt_auth_revoked | Table was added | -| test_table | Table was added | +| What changed | How it changed | +| --- | --- | +| jwt\_auth\_revoked | Table was added | +| test\_table | Table was added | +| dependent | Table was added | +| customer\_entity/session\_cutoff | Column was added | +| customer\_visitor/created\_at | Column was added | +| dependent | Whitelist do not have table dependent declared in db\_schema.xml | #### System changes {#ee-243-244-beta1-system} -| What changed | How it changed | -| ----------------------------------------------- | ------------------------ | -| cataloginventory | A section-node was added | -| cataloginventory/options | A group-node was added | -| cataloginventory/options/enable_inventory_check | A field-node was added | -| sales_email | A section-node was added | -| sales_email/rejected_order | A group-node was added | -| sales_email/rejected_order/copy_method | A field-node was added | -| sales_email/rejected_order/copy_to | A field-node was added | -| sales_email/rejected_order/enabled | A field-node was added | -| sales_email/rejected_order/guest_template | A field-node was added | -| sales_email/rejected_order/identity | A field-node was added | -| sales_email/rejected_order/template | A field-node was added | -| webapi | A section-node was added | -| webapi/jwtauth | A group-node was added | -| webapi/jwtauth/admin_expiration | A field-node was added | -| webapi/jwtauth/customer_expiration | A field-node was added | -| webapi/jwtauth/jwe_alg | A field-node was added | -| webapi/jwtauth/jwt_alg | A field-node was added | +| What changed | How it changed | +| --- | --- | +| cataloginventory | A section-node was added | +| cataloginventory/options | A group-node was added | +| cataloginventory/options/enable\_inventory\_check | A field-node was added | +| webapi | A section-node was added | +| webapi/jwtauth | A group-node was added | +| webapi/jwtauth/jwt\_alg | A field-node was added | +| webapi/jwtauth/jwe\_alg | A field-node was added | +| webapi/jwtauth/customer\_expiration | A field-node was added | +| webapi/jwtauth/admin\_expiration | A field-node was added | +| sales\_email | A section-node was added | +| sales\_email/rejected\_order | A group-node was added | +| sales\_email/rejected\_order/enabled | A field-node was added | +| sales\_email/rejected\_order/identity | A field-node was added | +| sales\_email/rejected\_order/template | A field-node was added | +| sales\_email/rejected\_order/guest\_template | A field-node was added | +| sales\_email/rejected\_order/copy\_to | A field-node was added | +| sales\_email/rejected\_order/copy\_method | A field-node was added | #### Class API membership changes {#ee-243-244-beta1-class-api-membership} -| What changed | How it changed | -| ------------------------------------------------- | ---------------- | -| Magento\Backend\App\Action\Plugin\Authentication | Class was added. | +| What changed | How it changed | +| --- | --- | +| Magento\Backend\App\Action\Plugin\Authentication | Class was added. | +| Magento\Framework\Session\SessionManager | Class was added. | | Magento\Framework\Api\AbstractSimpleObjectBuilder | Class was added. | -| Magento\Framework\Session\SessionManager | Class was added. | #### Interface API membership changes {#ee-243-244-beta1-interface-api-membership} -| What changed | How it changed | -| ----------------------------------------------------------------------- | -------------------- | -| Magento\TwoFactorAuth\Api\AdminTokenServiceInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\AuthyAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\AuthyConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\CountryRepositoryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\AdminTokenResponseInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\AuthyDeviceInterface | Interface was added. | +| What changed | How it changed | +| --- | --- | +| Magento\TwoFactorAuth\Api\AdminTokenServiceInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\AuthyAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\AuthyConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\CountryRepositoryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\DuoAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\DuoConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\EngineInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\GoogleAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\GoogleConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\ProviderInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\ProviderPoolInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfaInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfaSessionInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfatActionsInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyConfigReaderInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigRepositoryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigRequestManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigTokenManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserNotifierInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Exception\NotificationExceptionInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\AdminTokenResponseInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\AuthyDeviceInterface | Interface was added. | | Magento\TwoFactorAuth\Api\Data\AuthyRegistrationPromptResponseInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\CountryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\CountrySearchResultsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\DuoDataInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\GoogleConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\U2fWebAuthnRequestInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\UserConfigInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\UserConfigSearchResultsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\DuoAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\DuoConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\EngineInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Exception\NotificationExceptionInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\GoogleAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\GoogleConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\ProviderInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\ProviderPoolInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfaInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfaSessionInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfatActionsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyConfigReaderInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigRepositoryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigRequestManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigTokenManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserNotifierInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\CountryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\CountrySearchResultsInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\DuoDataInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\GoogleConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\U2fWebAuthnRequestInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\UserConfigInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\UserConfigSearchResultsInterface | Interface was added. | diff --git a/src/_includes/backward-incompatible-changes/open-source/2.4.3-2.4.4-beta1.md b/src/_includes/backward-incompatible-changes/open-source/2.4.3-2.4.4-beta1.md index eec1cd7cc81..84617599471 100644 --- a/src/_includes/backward-incompatible-changes/open-source/2.4.3-2.4.4-beta1.md +++ b/src/_includes/backward-incompatible-changes/open-source/2.4.3-2.4.4-beta1.md @@ -1,85 +1,85 @@ #### Class changes {#ce-243-244-beta1-class} -| What changed | How it changed | -| ------------------------------------------------------------------------ | ----------------------------------------- | -| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. | -| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. | +| What changed | How it changed | +| --- | --- | +| Magento\Framework\Search\Request\Query\Match | Class was removed. | +| Magento\Elasticsearch\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | | Magento\Elasticsearch\Elasticsearch5\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | -| Magento\Elasticsearch\SearchAdapter\Mapper::\_\_construct | [public] Method parameter typing changed. | -| Magento\Framework\Search\Request\Query\Match | Class was removed. | -| Magento\Framework\Search\Request\Query\MatchQuery | Class was added. | -| Magento\Sales\Block\Adminhtml\Order\View\Tab\Creditmemos::\_\_construct | [public] Method has been added. | -| Magento\Sales\Block\Adminhtml\Order\View\Tab\Invoices::\_\_construct | [public] Method has been added. | -| Magento\Test\Integrity\PublicCodeTest::publicPHPTypesDataProvider | [public] Method return typing changed. | +| Magento\Test\Integrity\PublicCodeTest::publicPHPTypesDataProvider | [public] Method return typing changed. | +| Magento\Framework\Search\Request\Query\MatchQuery | Class was added. | +| Magento\Sales\Block\Adminhtml\Order\View\Tab\Creditmemos::\_\_construct | [public] Method has been added. | +| Magento\Sales\Block\Adminhtml\Order\View\Tab\Invoices::\_\_construct | [public] Method has been added. | +| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. | +| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. | #### Database changes {#ce-243-244-beta1-database} -| What changed | How it changed | -| ------------------------------ | --------------------------------------------------------------- | -| customer_entity/session_cutoff | Column was added | -| customer_visitor/created_at | Column was added | -| dependent | Table was added | -| dependent | Whitelist do not have table dependent declared in db_schema.xml | -| jwt_auth_revoked | Table was added | -| test_table | Table was added | +| What changed | How it changed | +| --- | --- | +| jwt\_auth\_revoked | Table was added | +| test\_table | Table was added | +| dependent | Table was added | +| customer\_entity/session\_cutoff | Column was added | +| customer\_visitor/created\_at | Column was added | +| dependent | Whitelist do not have table dependent declared in db\_schema.xml | #### System changes {#ce-243-244-beta1-system} -| What changed | How it changed | -| ----------------------------------------------- | ------------------------ | -| cataloginventory | A section-node was added | -| cataloginventory/options | A group-node was added | -| cataloginventory/options/enable_inventory_check | A field-node was added | -| webapi | A section-node was added | -| webapi/jwtauth | A group-node was added | -| webapi/jwtauth/admin_expiration | A field-node was added | -| webapi/jwtauth/customer_expiration | A field-node was added | -| webapi/jwtauth/jwe_alg | A field-node was added | -| webapi/jwtauth/jwt_alg | A field-node was added | +| What changed | How it changed | +| --- | --- | +| cataloginventory | A section-node was added | +| cataloginventory/options | A group-node was added | +| cataloginventory/options/enable\_inventory\_check | A field-node was added | +| webapi | A section-node was added | +| webapi/jwtauth | A group-node was added | +| webapi/jwtauth/jwt\_alg | A field-node was added | +| webapi/jwtauth/jwe\_alg | A field-node was added | +| webapi/jwtauth/customer\_expiration | A field-node was added | +| webapi/jwtauth/admin\_expiration | A field-node was added | #### Class API membership changes {#ce-243-244-beta1-class-api-membership} -| What changed | How it changed | -| ------------------------------------------------- | ---------------- | -| Magento\Backend\App\Action\Plugin\Authentication | Class was added. | +| What changed | How it changed | +| --- | --- | +| Magento\Backend\App\Action\Plugin\Authentication | Class was added. | +| Magento\Framework\Session\SessionManager | Class was added. | | Magento\Framework\Api\AbstractSimpleObjectBuilder | Class was added. | -| Magento\Framework\Session\SessionManager | Class was added. | #### Interface API membership changes {#ce-243-244-beta1-interface-api-membership} -| What changed | How it changed | -| ----------------------------------------------------------------------- | -------------------- | -| Magento\TwoFactorAuth\Api\AdminTokenServiceInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\AuthyAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\AuthyConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\CountryRepositoryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\AdminTokenResponseInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\AuthyDeviceInterface | Interface was added. | +| What changed | How it changed | +| --- | --- | +| Magento\TwoFactorAuth\Api\AdminTokenServiceInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\AuthyAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\AuthyConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\CountryRepositoryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\DuoAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\DuoConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\EngineInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\GoogleAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\GoogleConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\ProviderInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\ProviderPoolInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfaInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfaSessionInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\TfatActionsInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyConfigReaderInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\U2fKeyConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigRepositoryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigRequestManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserConfigTokenManagerInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\UserNotifierInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Exception\NotificationExceptionInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\AdminTokenResponseInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\AuthyDeviceInterface | Interface was added. | | Magento\TwoFactorAuth\Api\Data\AuthyRegistrationPromptResponseInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\CountryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\CountrySearchResultsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\DuoDataInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\GoogleConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\U2fWebAuthnRequestInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\UserConfigInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Data\UserConfigSearchResultsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\DuoAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\DuoConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\EngineInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\Exception\NotificationExceptionInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\GoogleAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\GoogleConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\ProviderInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\ProviderPoolInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfaInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfaSessionInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\TfatActionsInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyAuthenticateInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyConfigReaderInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\U2fKeyConfigureInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigRepositoryInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigRequestManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserConfigTokenManagerInterface | Interface was added. | -| Magento\TwoFactorAuth\Api\UserNotifierInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\CountryInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\CountrySearchResultsInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\DuoDataInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\GoogleConfigureInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\U2fWebAuthnRequestInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\UserConfigInterface | Interface was added. | +| Magento\TwoFactorAuth\Api\Data\UserConfigSearchResultsInterface | Interface was added. |