Skip to content

Commit

Permalink
Update BIC reference data
Browse files Browse the repository at this point in the history
Updated reference documentation on backward incompatible changes for 2.4.3-2.4.4-beta1 versions delta.
  • Loading branch information
magento-docs authored and dshevtsov committed Nov 19, 2021
1 parent 0cd1b47 commit 92eb01d
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 220 deletions.
152 changes: 76 additions & 76 deletions 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. |

0 comments on commit 92eb01d

Please sign in to comment.