PageRenderTime 26ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/src/Symfony/Bridge/Monolog/CHANGELOG.md

https://github.com/stof/symfony
Markdown | 98 lines | 66 code | 32 blank | 0 comment | 0 complexity | b595a369b5848afd8622954a2f313241 MD5 | raw file
  1. CHANGELOG
  2. =========
  3. 6.1
  4. ---
  5. * Add support for Monolog 3
  6. 6.0
  7. ---
  8. * The `$actionLevel` constructor argument of `NotFoundActivationStrategy` has been replaced by the `$inner` one which expects an `ActivationStrategyInterface` to decorate instead
  9. * The `$actionLevel` constructor argument of `HttpCodeActivationStrategy` has been replaced by the `$inner` one which expects an `ActivationStrategyInterface` to decorate instead
  10. * Remove `ResetLoggersWorkerSubscriber` in favor of "reset_on_message" option in messenger configuration
  11. * Remove `SwiftMailerHandler`, use `MailerHandler` instead
  12. 5.4
  13. ---
  14. * Deprecate `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger
  15. workers, use "reset_on_message" option in messenger configuration instead.
  16. 5.3
  17. ---
  18. * Add `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger workers
  19. 5.2.0
  20. -----
  21. * 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.
  22. * 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
  23. 5.1.0
  24. -----
  25. * Added `MailerHandler`
  26. 5.0.0
  27. -----
  28. * The methods `DebugProcessor::getLogs()`, `DebugProcessor::countErrors()`, `Logger::getLogs()` and `Logger::countErrors()` have a new `$request` argument.
  29. * Added support for Monolog 2.
  30. 4.4.0
  31. -----
  32. * The `RouteProcessor` class has been made final
  33. * Added `ElasticsearchLogstashHandler`
  34. * Added the `ServerLogCommand`. Backport from the deprecated WebServerBundle
  35. 4.3.0
  36. -----
  37. * added `ConsoleCommandProcessor`: monolog processor that adds command name and arguments
  38. * added `RouteProcessor`: monolog processor that adds route name, controller::action and route params
  39. 4.2.0
  40. -----
  41. * The methods `DebugProcessor::getLogs()`, `DebugProcessor::countErrors()`, `Logger::getLogs()`
  42. and `Logger::countErrors()` will have a new `$request` argument in version 5.0, not defining
  43. it is deprecated
  44. 4.1.0
  45. -----
  46. * `WebProcessor` now implements `EventSubscriberInterface` in order to be easily autoconfigured
  47. 4.0.0
  48. -----
  49. * the `$format`, `$dateFormat`, `$allowInlineLineBreaks`, and `$ignoreEmptyContextAndExtra`
  50. constructor arguments of the `ConsoleFormatter` class have been removed, use
  51. `$options` instead
  52. * the `DebugHandler` class has been removed
  53. 3.3.0
  54. -----
  55. * Improved the console handler output formatting by adding var-dumper support
  56. 3.0.0
  57. -----
  58. * deprecated interface `Symfony\Component\HttpKernel\Log\LoggerInterface` has been removed
  59. * deprecated methods `Logger::crit()`, `Logger::emerg()`, `Logger::err()` and `Logger::warn()` have been removed
  60. 2.4.0
  61. -----
  62. * added ConsoleHandler and ConsoleFormatter which can be used to show log messages
  63. in the console output depending on the verbosity settings
  64. 2.1.0
  65. -----
  66. * added ChromePhpHandler