You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-5.2.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,18 @@ Monolog
57
57
* The `$actionLevel` constructor argument of `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` has been deprecated and replaced by the `$inner` one which expects an ActivationStrategyInterface to decorate instead. `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` will become final in 6.0.
58
58
* The `$actionLevel` constructor argument of `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` has been deprecated and replaced by the `$inner` one which expects an ActivationStrategyInterface to decorate instead. `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` will become final in 6.0
59
59
60
+
Notifier
61
+
--------
62
+
63
+
*[BC BREAK] The `TransportInterface::send()` and `AbstractTransport::doSend()` methods changed to return a `?SentMessage` instance instead of `void`.
64
+
*[BC BREAK] Changed the type-hint of the `$recipient` argument in the `as*Message()` method
65
+
of `EmailNotificationInterface` and `SmsNotificationInterface` to `EmailRecipientInterface`
66
+
and `SmsRecipientInterface`.
67
+
*[BC BREAK] Removed the `AdminRecipient`.
68
+
*[BC BREAK] Changed the type-hint of the `$recipient` argument in `NotifierInterface::send()`,
69
+
`Notifier::getChannels()`, `ChannelInterface::notifiy()` and `ChannelInterface::supports()` to
0 commit comments