core
core copied to clipboard
chore(deps): bump monolog/monolog from 3.5.0 to 3.6.0
Bumps monolog/monolog from 3.5.0 to 3.6.0.
Release notes
Sourced from monolog/monolog's releases.
3.6.0
- Added
LineFormatter->setBasePath(...)that allows removing the project's path from the stack trace output (#1873)- Added
$includeExtraoption inPsrHandlerto also use extra data to replace placeholder values in the message (#1852)- Added ability to customize what is a duplicated message by extending the
DeduplicationHandler(#1879)- Added handling for using
GelfMessageFormattertogether with theAmqpHandler(#1869)- Added ability to extend
GoogleCloudLoggingFormatter(#1859)- Fixed
__toStringfailures in context data crashing the normalization process (#1868)- Fixed PHP 8.4 deprecation warnings (#1874)
Full Changelog: https://github.com/Seldaek/monolog/compare/3.5.0...3.6.0
Changelog
Sourced from monolog/monolog's changelog.
3.6.0 (2024-04-12)
- Added
LineFormatter->setBasePath(...)that allows removing the project's path from the stack trace output (#1873)- Added
$includeExtraoption inPsrHandlerto also use extra data to replace placeholder values in the message (#1852)- Added ability to customize what is a duplicated message by extending the
DeduplicationHandler(#1879)- Added handling for using
GelfMessageFormattertogether with theAmqpHandler(#1869)- Added ability to extend
GoogleCloudLoggingFormatter(#1859)- Fixed
__toStringfailures in context data crashing the normalization process (#1868)- Fixed PHP 8.4 deprecation warnings (#1874)
Commits
4b18b21Update changeloga0860ddMerge branch '2.x'a30bfe2Update changelog84638a5Add test for setBasePath functionality, refs #187324e0e45Remove base path on LineFormatter (#1873)c48c642#1878 User definable duplication for DeduplicationHandler (#1879)613eaeaFix group annotationsb127292Fix phpunit deprecations5b99025Remove curlopt safe upload which is not needed since php5.6cdec3b5Merge branch '2.x'- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)