Skip to content

Update dependency monolog/monolog to v3.11.0 - #63

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/monolog-monolog-3.x-lockfile
Open

Update dependency monolog/monolog to v3.11.0#63
renovate[bot] wants to merge 1 commit into
developfrom
renovate/monolog-monolog-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monolog/monolog 3.10.03.11.0 age adoption passing confidence

Release Notes

Seldaek/monolog (monolog/monolog)

v3.11.0

Compare Source

  • Security: Fixed potential XSS in BrowserConsoleHandler when logging user provided content
    • Added RedactingFormatter to automatically redact sensitive data from records, based on key names, #[SensitiveParameter] constructor params and/or regex patterns (#​2041)
    • Added FrankenPhpHandler to log records via FrankenPHP's frankenphp_log() function (#​2056)
    • Added LogMonsterHandler which complains if the code did not log enough records before the process/request ends, like a dead man's switch for logs (#​2039)
    • Added FILE_PER_HOUR rotation mode to RotatingFileHandler (#​2040)
    • Added ErrorHandler::captureStackTraces() to attach the stack trace of PHP errors to the records it generates (#​2060)
    • Added NormalizerFormatter::setMaxTraceLength() to limit how many stack trace frames are included when normalizing exceptions (#​2015)
    • Added extension points to TelegramBotHandler to change the API URL (e.g. for a self-hosted Bot API server) and to send extra curl headers (#​2029)
    • Added ability to override IntrospectionProcessor's SKIP_FUNCTIONS in subclasses (#​2050)
    • Added $maxLength param to SyslogUdpHandler/UdpSocket to keep datagrams below the path MTU, as fragmented UDP packets are often dropped (#​2049)
    • Fixed StreamHandler truncating writes on non-blocking streams, it now loops until the whole record is written (#​2016)
    • Fixed stack trace frames without file/line being skipped, they are now reported as internal[function] entries so traces are not truncated or empty (#​2061)
    • Fixed RotatingFileHandler cleanup not finding files behind stream wrappers (e.g. private://) as glob() cannot see through those (#​2058)
    • Fixed RotatingFileHandler not using the configured timezone when computing the next rotation time (#​2022)
    • Fixed scalars being replaced by the "Over N levels deep" message instead of being output when the max normalization depth is reached (#​2042)
    • Fixed DeduplicationHandler failing with an undefined array key error when the store file is written to concurrently (#​2020)
    • Fixed TelegramBotHandler swallowing errors when the API returns a non-JSON response (#​2030)
    • Fixed AbstractProcessingHandler::handle() reading $bubble directly instead of calling getBubble(), so overrides of it were ignored (#​2031)
    • Fixed warning on PHP 8.5 when ErrorHandler sets the HTTP response code and a status line was already registered (#​2027)

Configuration

📅 Schedule: (UTC)

  • 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 changed the title Update dependency monolog/monolog to v3.11.0 Update dependency monolog/monolog to v3.11.0 - autoclosed Sep 4, 2026
@renovate renovate Bot closed this Sep 4, 2026
@renovate
renovate Bot deleted the renovate/monolog-monolog-3.x-lockfile branch September 4, 2026 17:28
@renovate renovate Bot changed the title Update dependency monolog/monolog to v3.11.0 - autoclosed Update dependency monolog/monolog to v3.11.0 Sep 4, 2026
@renovate renovate Bot reopened this Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/monolog-monolog-3.x-lockfile branch 2 times, most recently from 00d7233 to 2ba4e0f Compare September 4, 2026 22:08
@sonarqubecloud

sonarqubecloud Bot commented Sep 4, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants