Skip to content

fix(deps): update dependency symfony/monolog-bundle to v4#8630

Merged
BacLuc merged 2 commits intodevelfrom
renovate/symfony-monolog-bundle-4.x
Feb 27, 2026
Merged

fix(deps): update dependency symfony/monolog-bundle to v4#8630
BacLuc merged 2 commits intodevelfrom
renovate/symfony-monolog-bundle-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 4, 2025

This PR contains the following updates:

Package Change Age Confidence
symfony/monolog-bundle (source) 3.11.14.0.1 age confidence

Release Notes

symfony/monolog-bundle (symfony/monolog-bundle)

v4.0.1

Compare Source

  • Fix rollbar handler to use RollbarLogger
  • Fix monolog.processor attributes to use consecutive keys

4.0.0 (2025-11-27)

  • 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

3.11.1 (2025-12-09)

  • Fix rollbar handler to use RollbarLogger with Monolog 2+
  • Fix monolog.processor attributes to use consecutive keys

3.11.0 (2025-11-27)

  • 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

3.10.0 (2023-11-06)

  • Add configuration support for SamplingHandler

3.9.0 (2023-11-06)

  • 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

3.8.0 (2022-05-10)

  • 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

3.7.1 (2021-11-05)

  • Indicate compatibility with Symfony 6

3.7.0 (2021-03-31)

  • 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

3.6.0 (2020-10-06)

  • Added support for Symfony Mailer
  • Added support for setting log levels from parameters or environment variables

3.5.0 (2019-11-13)

  • 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

3.4.0 (2019-06-20)

  • 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

3.3.1 (2018-11-04)

  • Fixed compatibility with Symfony 4.2

3.3.0 (2018-06-04)

  • 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

3.2.0 (2018-03-05)

  • 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

3.1.2 (2017-11-06)

  • fix invalid usage of count()

3.1.1 (2017-09-26)

  • added support for Symfony 4

3.1.0 (2017-03-26)

  • 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

3.0.3 (2017-01-10)

  • Fixed deprecation notices when using Symfony 3.3+ and PHP7+

3.0.2 (2017-01-03)

  • 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)

3.0.1 (2016-11-15)

  • Removed obsolete code (DebugHandlerPass)

3.0.0 (2016-11-06)

  • 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)

v4.0.0

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Dec 4, 2025
@renovate renovate Bot force-pushed the renovate/symfony-monolog-bundle-4.x branch 27 times, most recently from d7621f3 to 6de2933 Compare December 11, 2025 03:49
@renovate renovate Bot force-pushed the renovate/symfony-monolog-bundle-4.x branch 2 times, most recently from 559a2bc to 271edda Compare December 12, 2025 03:23
@renovate renovate Bot force-pushed the renovate/symfony-monolog-bundle-4.x branch 20 times, most recently from 45dc33a to 5fb34eb Compare December 23, 2025 05:09
@renovate renovate Bot force-pushed the renovate/symfony-monolog-bundle-4.x branch 4 times, most recently from e7fb3da to 5d03269 Compare December 25, 2025 09:05
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 8, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 8, 2026

Feature branch deployment ready!

Name Link
😎 Deployment https://pr8630.ecamp3.ch/
🔑 Login test@example.com / test
🕒 Last deployed at Fri Feb 27 2026 23:49:48 GMT+0100
🔨 Latest commit 2e1f81f219b102e3a21e4d2c6cc1535e69e9d04a
🔍 Latest deploy log https://github.com/ecamp/ecamp3/actions/runs/22506697187/job/65207176142
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

@BacLuc
Copy link
Copy Markdown
Contributor

BacLuc commented Feb 8, 2026

renovate Bot and others added 2 commits February 27, 2026 23:43
The update to symfony/monolog-bundle v4 introduced breaking changes for the Sentry handler configuration:

Breaking Changes:
- The 'hub_id' option is no longer supported in monolog handlers
- Handler type changed from 'type: sentry' to 'type: service'
- The Sentry Monolog handler must now be defined as a service manually

Changes Made:
- Removed 'hub_id: Sentry\State\HubInterface' from sentry_main handler
- Changed handler type from 'sentry' to 'service'
- Added service definition for 'Sentry\Monolog\Handler' with HubInterface injection
- Referenced the service by its id in the monolog handler configuration

This follows the Sentry Symfony bundle v4 configuration approach as documented at:
https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy! Creates a feature branch deployment for this PR renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants