PackageTrack
Sign in Get early access

symfony/monolog-bundle

Symfony MonologBundle

v4.0.2 271M downloads/mo #265 most downloaded on Packagist symfony/monolog-bundle

What this package is like to depend on

Last release 4 months ago

02 Apr 2026

Release timing varies

gaps range from 1 weeks to 2.1 years

Some releases are documented

notes for 24 of 65 stable releases

Nothing withdrawn

no release was ever pulled

15 years old

76 releases · first in 2011

6 releases in the last 12 months

see the full history below

Release timeline

57 releases · Dec 2011 to Apr 2026
2012 2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 60 of 76
  1. v4.0.2 02 Apr 2026
    Release notes

    What's Changed

    • Fix TaggedIteratorArgument deprecation warning when using symfony/dependency-injection 8.1 by @mickverm in #570
    • Import Extension from the DependencyInjection component rather than HttpKernel by @mickverm in #569
    • Add missing target to named autowiring alias by @nicolas-grekas in #572
    • Add info to the monolog.channels config by @GromNaN in #566

    New Contributors

    Full Changelog: v4.0.1...v4.0.2

    Open source →
    Release notes
    • Fix TaggedIteratorArgument deprecation warning when using symfony/dependency-injection 8.1
    • Import Extension from the DependencyInjection component rather than HttpKernel
    • Add missing target to named autowiring alias
    • Add info to the monolog.channels config

    4.0.1 (2025-12-09)

    • Fix rollbar handler to use RollbarLogger
    • Fix monolog.processor attributes to use consecutive keys
    Open source →
  2. v4.0.1 08 Dec 2025
    Release notes
    • Fix rollbar handler to use RollbarLogger
    • Fix monolog.processor tag attributes to use consecutive keys
    Open source →
  3. v4.0.0 27 Nov 2025
    Release notes
    • Add support for Symfony 8.0
    • Drop support for PHP < 8.2
    • Drop support for Symfony < 7.3
    • Drop support for Monolog < 3.5
    • Remove abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
    • Remove excluded_404s option, use excluded_http_codes instead
    • Remove console_formater_options option, use console_formatter_options instead
    • Remove elasticsearch type, use elastica or elastic_search instead
    • Remove mongo type, use mongodb instead
    • Remove sentry and raven types, use a service type with sentry/sentry-symfony instead
    • Remove DebugHandlerPass
    • Remove support for the DebugHandler
    Open source →
    Release notes
    • Add support for Symfony 8.0
    • Drop support for PHP < 8.2
    • Drop support for Symfony < 7.3
    • Drop support for Monolog < 3.5
    • Remove abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
    • Remove excluded_404s option, use excluded_http_codes instead
    • Remove console_formater_options option, use console_formatter_options instead
    • Remove elasticsearch type, use elastica or elastic_search instead
    • Remove mongo type, use mongodb instead
    • Remove sentry and raven types, use a service type with sentry/sentry-symfony instead
    • Remove DebugHandlerPass
    • Remove support for the DebugHandler
    Open source →
  4. v3.11.2 02 Apr 2026
    Release notes

    What's Changed

    Full Changelog: v3.11.1...v3.11.2

    Open source →
    Release notes
    • Add missing target to named autowiring alias
    Open source →
  5. v3.11.1 08 Dec 2025
    Release notes
    • Fix rollbar handler to use RollbarLogger with Monolog 2+
    • Fix monolog.processor tag attributes to use consecutive keys
    Open source →
    Release notes
    • Fix rollbar handler to use RollbarLogger with Monolog 2+
    • Fix monolog.processor attributes to use consecutive keys
    Open source →
  6. v3.11.0 27 Nov 2025
    Release notes
    • Reorganize files to match the "Reusable Bundles" structure
    • Migrate services configuration to PHP
    • Add console.interactive_only flag
    • Add slack.exclude_fields and slackwebhook.exclude_fields configuration
    • Add a processor to all loggers only when tags do not specify a channel or handler
    • Deprecate abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
    • Drop support for PHP < 8.1
    • Drop support for Symfony < 6.4
    • Add TelegramBotHandler topic support
    • Deprecate sentry and raven handler, use a service handler with sentry/sentry-symfony instead
    • Add configuration for Gelf encoders
    • Fix host configuration for elastic_search handler
    • Add hosts configuration for elastica handler
    • Add enabled option to handlers configuration
    • Add priority field to processor tag
    • Add mongodb handler and deprecate mongo
    • Add monolog.formatter.syslog service definition to format RFC5424-compliant messages
    Open source →
    Release notes
    • Reorganize files to match the "Reusable Bundles" structure
    • Migrate services configuration to PHP
    • Add console.interactive_only flag
    • Add slack.exclude_fields and slackwebhook.exclude_fields configuration
    • Add a processor to all loggers only when tags do not specify a channel or handler
    • Deprecate abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
    • Drop support for PHP < 8.1
    • Drop support for Symfony < 6.4
    • Add TelegramBotHandler topic support
    • Deprecate sentry and raven handler, use a service handler with sentry/sentry-symfony instead
    • Add configuration for Gelf encoders
    • Fix host configuration for elastic_search handler
    • Add hosts configuration for elastica handler
    • Add enabled option to handlers configuration
    • Add priority field to processor tag
    • Add mongodb handler and deprecate mongo
    • Add monolog.formatter.syslog service definition to format RFC5424-compliant messages
    Open source →
  7. v3.10.0 06 Nov 2023
    Release notes
    • Add configuration support for SamplingHandler
    Open source →
    Release notes
    • Add configuration support for SamplingHandler
    Open source →
  8. v3.9.0 06 Nov 2023
    Release notes
    • Add support for the WithMonologChannel attribute of Monolog 3.5.0 to autoconfigure the monolog.logger tag
    • Add support for Symfony 7
    • Remove support for Symfony 4
    • Mark classes as internal when relevant
    • Add support for env placeholders in the level option of handlers
    Open source →
    Release notes
    • Add support for the WithMonologChannel attribute of Monolog 3.5.0 to autoconfigure the monolog.logger tag
    • Add support for Symfony 7
    • Remove support for Symfony 4
    • Mark classes as internal when relevant
    • Add support for env placeholders in the level option of handlers
    Open source →
  9. v3.8.0 10 May 2022
    Release notes
    • Deprecated ambiguous elasticsearch type, use elastica instead
    • Added support for Monolog 3.0 (requires symfony/monolog-bridge 6.1)
    • Added support for AsMonologProcessor to autoconfigure processors
    • Added support for FallbackGroupHandler
    • Added support for ElasticsearchHandler as elastic_search type
    • Added support for ElasticaHandler as elastica type
    • Added support for TelegramBotHandler as telegram
    • Added fill_extra_context flag for sentry handlers
    • Added support for configuring PsrLogMessageProcessor (date_format and remove_used_context_fields)
    • Fixed issue on Windows + PHP 8, workaround for php/php-src#8315
    • Fixed MongoDBHandler support when no client id is provided
    Open source →
    Release notes
    • Deprecated ambiguous elasticsearch type, use elastica instead
    • Added support for Monolog 3.0 (requires symfony/monolog-bridge 6.1)
    • Added support for AsMonologProcessor to autoconfigure processors
    • Added support for FallbackGroupHandler
    • Added support for ElasticsearchHandler as elastic_search type
    • Added support for ElasticaHandler as elastica type
    • Added support for TelegramBotHandler as telegram
    • Added fill_extra_context flag for sentry handlers
    • Added support for configuring PsrLogMessageProcessor (date_format and remove_used_context_fields)
    • Fixed issue on Windows + PHP 8, workaround for https://github.com/php/php-src/issues/8315
    • Fixed MongoDBHandler support when no client id is provided
    Open source →
  10. v3.7.1 05 Nov 2021
    Release notes
    • Indicate compatibility with Symfony 6
    Open source →
    Release notes
    • Indicate compatibility with Symfony 6
    Open source →
  11. v3.7.0 31 Mar 2021
    Release notes
    • Use ActivationStrategy instead of actionLevel when available
    • Register resettable processors (ResettableInterface) for autoconfiguration (tag: kernel.reset)
    • Drop support for Symfony 3.4
    • Drop support for PHP < 7.1
    • Fix call to undefined method pushProcessor on handler that does not implement ProcessableHandlerInterface
    • Use "use_locking" option with rotating file handler
    • Add ability to specify custom Sentry hub service
    Open source →
  12. v3.6.0 06 Oct 2020
    Release notes
    • Added support for Symfony Mailer
    • Added support for setting log levels from parameters or environment variables
    Open source →
  13. v3.5.0 13 Nov 2019
    Release notes
    • Added support for Monolog 2.0
    • Added sentry type to use sentry 2.0 client
    • Added insightops handler
    • Added possibility for auto-wire monolog channel according to the type-hinted aliases, introduced in the Symfony 4.2
    Open source →
  14. v3.4.0 20 Jun 2019
    Release notes
    • Deprecate "excluded_404s" option
    • Flush loggers on kernel.reset
    • Register processors (ProcessorInterface) for autoconfiguration (tag: monolog.processor)
    • Expose configuration for the ConsoleHandler
    • Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
    • Fixed regression when app channel is defined explicitly
    • Fixed handlers marked as nested not being ignored properly from the stack
    • Added support for Redis configuration
    • Drop support for Symfony <3
    Open source →
  15. v3.3.1 04 Nov 2018
    Release notes
    • Fixed compatibility with Symfony 4.2
    Open source →
  16. v3.3.0 04 Jun 2018
    Release notes
    • Fixed the autowiring of the channel logger in autoconfigured services
    • Added timeouts to the pushover, hipchat, slack handlers
    • Dropped support for PHP 5.3, 5.4, and HHVM
    • Added configuration for HttpCodeActivationStrategy
    • Deprecated "excluded_404s" option for Symfony >= 3.4
    Open source →
  17. v3.2.0 05 Mar 2018
    Release notes
    • Removed randomness from the container build
    • Fixed support for the monolog.logger tag specifying a channel in combination with Symfony 3.4+ autowiring
    • Fixed visibility of channels configured explicitly in the bundle config (they are now public in Symfony 4 too)
    • Fixed invalid service definitions
    Open source →
  18. v3.1.2 06 Nov 2017
    Release notes
    • fix invalid usage of count()
    Open source →
  19. v3.1.1 26 Sep 2017
    Release notes
    • added support for Symfony 4
    Open source →
  20. v3.1.0 26 Mar 2017
    Release notes
    • Added support for server_log handler
    • Allow configuring VERBOSITY_QUIET in console handlers
    • Fixed autowiring
    • Fixed slackbot handler not escaping channel names properly
    • Fixed slackbot handler requiring slack_team instead of team to be configured
    Open source →
  21. v3.0.3 10 Jan 2017
    Release notes
    • Fixed deprecation notices when using Symfony 3.3+ and PHP7+
    Open source →
  22. v3.0.2 03 Jan 2017
    Release notes
    • Revert disabling DebugHandler in CLI environments
    • Update configuration for slack handlers for Monolog 1.22 new options
    • Revert the removal of the DebugHandlerPass (needed for Symfony <3.2)
    Open source →
  23. 3.0.1 15 Nov 2016
    Release notes
    • Removed obsolete code (DebugHandlerPass)
    Open source →
  24. 3.0.0 06 Nov 2016
    Release notes
    • Removed class parameters for the container configuration
    • Bumped minimum version of supported Symfony version to 2.7
    • Removed NotFoundActivationStrategy (the bundle now uses the class from MonologBridge)
    Open source →
  25. v2.12.1 02 Jan 2017

    Nothing published for this version

  26. 2.12.0 06 Nov 2016

    Nothing published for this version

  27. 2.11.3 19 Oct 2016

    Nothing published for this version

  28. v2.11.2 19 Oct 2016

    Nothing published for this version

  29. 2.11.1 13 Apr 2016

    Nothing published for this version

  30. 2.11.0 12 Apr 2016

    Nothing published for this version

  31. v2.10.0 13 Mar 2016

    Nothing published for this version

  32. v2.9.0 01 Mar 2016

    Nothing published for this version

  33. v2.8.2 17 Nov 2015

    Nothing published for this version

  34. 2.8.1 02 Oct 2015

    Nothing published for this version

  35. v2.8.0 29 Sep 2015

    Nothing published for this version

  36. v2.7.1 04 Jan 2015

    Nothing published for this version

  37. v2.7.0 28 Dec 2014

    Nothing published for this version

  38. v2.6.1 21 Jul 2014

    Nothing published for this version

  39. v2.6.0 04 Jun 2014

    Nothing published for this version

  40. v2.5.1 19 Feb 2014

    Nothing published for this version

  41. v2.5.0 19 Jan 2014

    Nothing published for this version

  42. v2.4.1 26 Aug 2013

    Nothing published for this version

  43. v2.4.0 30 Jul 2013

    Nothing published for this version

  44. v2.3.0 27 May 2013

    Nothing published for this version

  45. v2.3.0-RC1 24 Apr 2013 pre-release

    Nothing published for this version

  46. v2.3.0-BETA2 no date pre-release

    Nothing published for this version

  47. v2.2.0 23 Feb 2013

    Nothing published for this version

  48. v2.2.0-RC2 11 Feb 2013 pre-release

    Nothing published for this version

  49. v2.2.0-BETA2 12 Jan 2013 pre-release

    Nothing published for this version

  50. v2.2.0-BETA1 07 Jan 2013 pre-release

    Nothing published for this version

  51. v2.1.9 28 Jan 2013

    Nothing published for this version

  52. v2.1.8 no date

    Nothing published for this version

  53. v2.1.7 07 Jan 2013

    Nothing published for this version

  54. v2.1.5 20 Sep 2012

    Nothing published for this version

  55. v2.1.0 21 Aug 2012

    Nothing published for this version

  56. v2.1.0-RC2 no date pre-release

    Nothing published for this version

  57. v2.1.0-RC1 30 Jun 2012 pre-release

    Nothing published for this version

  58. v2.1.0-BETA4 no date pre-release

    Nothing published for this version

  59. v2.1.0-BETA3 no date pre-release

    Nothing published for this version

  60. v2.1.0-BETA2 no date pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive