Update dependency monolog/monolog to v3.11.0 - #816
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| PHP | Sep 2, 2026 10:33p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.10.0→3.11.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Seldaek/monolog (monolog/monolog)
v3.11.0Compare Source
BrowserConsoleHandlerwhen logging user provided contentRedactingFormatterto automatically redact sensitive data from records, based on key names,#[SensitiveParameter]constructor params and/or regex patterns (#2041)FrankenPhpHandlerto log records via FrankenPHP's frankenphp_log() function (#2056)LogMonsterHandlerwhich complains if the code did not log enough records before the process/request ends, like a dead man's switch for logs (#2039)FILE_PER_HOURrotation mode toRotatingFileHandler(#2040)ErrorHandler::captureStackTraces()to attach the stack trace of PHP errors to the records it generates (#2060)NormalizerFormatter::setMaxTraceLength()to limit how many stack trace frames are included when normalizing exceptions (#2015)TelegramBotHandlerto change the API URL (e.g. for a self-hosted Bot API server) and to send extra curl headers (#2029)IntrospectionProcessor'sSKIP_FUNCTIONSin subclasses (#2050)$maxLengthparam toSyslogUdpHandler/UdpSocketto keep datagrams below the path MTU, as fragmented UDP packets are often dropped (#2049)StreamHandlertruncating writes on non-blocking streams, it now loops until the whole record is written (#2016)internal[function]entries so traces are not truncated or empty (#2061)RotatingFileHandlercleanup not finding files behind stream wrappers (e.g. private://) as glob() cannot see through those (#2058)RotatingFileHandlernot using the configured timezone when computing the next rotation time (#2022)DeduplicationHandlerfailing with an undefined array key error when the store file is written to concurrently (#2020)TelegramBotHandlerswallowing errors when the API returns a non-JSON response (#2030)AbstractProcessingHandler::handle()reading$bubbledirectly instead of callinggetBubble(), so overrides of it were ignored (#2031)ErrorHandlersets the HTTP response code and a status line was already registered (#2027)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.