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.1.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ Messenger
45
45
* Deprecated RedisExt transport. It has moved to a separate package. Run `composer require symfony/redis-messenger` to use the new classes.
46
46
* Deprecated use of invalid options in Redis and AMQP connections.
47
47
48
+
Monolog
49
+
-------
50
+
51
+
* Deprecated The `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` class is deprecated, use `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategyDecorator` instead.
52
+
* Deprecated The `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` class is deprecated, use `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategyDecorator` instead.
Copy file name to clipboardExpand all lines: UPGRADE-6.0.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ Messenger
43
43
* Removed RedisExt transport. Run `composer require symfony/redis-messenger` to keep the transport in your application.
44
44
* Use of invalid options in Redis and AMQP connections now throws an error.
45
45
46
+
Monolog
47
+
-------
48
+
49
+
* Removed The `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` class is deprecated, use `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategyDecorator` instead.
50
+
* Removed The `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` class is deprecated, use `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategyDecorator` instead.
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ CHANGELOG
4
4
5.1.0
5
5
-----
6
6
* Added `MailerHandler`
7
+
* Deprecated The `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy` class is deprecated, use `Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategyDecorator` instead.
8
+
* Deprecated The `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy` class is deprecated, use `Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategyDecorator` instead.
0 commit comments