Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 350157b

Browse files
authored
Merge pull request #1 from magento-jackalopes/MAGETWO-65176-unserialize-in-framework
Add error processor change to backwards incompatible guide
2 parents 942b92d + c3bdb19 commit 350157b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guides/v2.2/release-notes/backward-incompatible-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Deprecated method | Use instead | Subsequent calls
5656
`getPublisher($name);` | `\Magento\Framework\MessageQueue\Publisher\ConfigInterface::getPublisher($name)` | Use getter methods to return requested information.
5757
`getResponseQueueName($topicName);` | Magento\Framework\MessageQueue\Rpc\ResponseQueueNameBuilder::getQueueName($topicName) | -
5858

59+
#### Error Processor Module ####
60+
Exception report files in `var/report` are now JSON encoded, and existing serialized files will not be readable by the upgraded Magento 2.2 instance.
61+
5962
## Changes in repositories
6063

6164
In Magento 2.2 the behavior of repositories regarding the Filters added to Search Criteria was unified:

0 commit comments

Comments
 (0)