-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency monolog/monolog to v3 #4
base: develop
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: drupal/composer.lock
|
823d8cb
to
f049130
Compare
f049130
to
421c5dd
Compare
421c5dd
to
b8c13dd
Compare
b8c13dd
to
e0cea45
Compare
e0cea45
to
f280381
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
f280381
to
2c81a5a
Compare
2c81a5a
to
5f4aa0d
Compare
|
5f4aa0d
to
afe465b
Compare
afe465b
to
077532a
Compare
This PR contains the following updates:
^2.3.5
->^3.8.1
Release Notes
Seldaek/monolog (monolog/monolog)
v3.8.1
Compare Source
v3.8.0
Compare Source
$fileOpenMode
param toStreamHandler
to define a custom fopen mode to open the log file (#1913)IntrospectionProcessor
(#1899)$timeout
param toProcessHandler
to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#1916)StreamHandler
handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)StreamHandler
error handler causing issues if a stream handler triggers an error (#1866)StreamHandler::reset
not closing the stream, so that it would fail to write in some cases with long running processes (#1862)RotatingFileHandler
issue where rotation does not happen in some long running processes (#1905)JsonFormatter
handling of incomplete classes (#1834)RotatingFileHandler
bug where rotation could sometimes not happen correctly (#1905)v3.7.0
Compare Source
NormalizerFormatter->setBasePath(...)
(andJsonFormatter
by extension) that allows removing the project's path from the stack trace output (47e301d
)v3.6.0
Compare Source
LineFormatter->setBasePath(...)
that allows removing the project's path from the stack trace output (#1873)$includeExtra
option inPsrHandler
to also use extra data to replace placeholder values in the message (#1852)DeduplicationHandler
(#1879)GelfMessageFormatter
together with theAmqpHandler
(#1869)GoogleCloudLoggingFormatter
(#1859)__toString
failures in context data crashing the normalization process (#1868)v3.5.0
Compare Source
indentStacktraces(' ')
(#1835)setMaxLevelNameLength(3)
(#1850)[]
and not{}
arrays once json serialized) containing inline linebreaks in LineFormatter (#1818)WithMonologChannel
attribute for integrators to use to configure autowiring (#1847)extra
data leaking between handlers that have handler-specific processors set (#1819)v3.4.0
Compare Source
LoadAverageProcessor
to track one of the 1, 5 or 15min load averages (#1803)AsMonologProcessor
attribute (#1797)TelegramBotHandler
topic
/message_thread_id
support (#1802)FingersCrossedHandler
passthruLevel checking (#1801)TestHandler
method docs (#1794)display_errors
string values (#1804)v3.3.1
Compare Source
v3.3.0
Compare Source
ClosureContextProcessor
to allow delaying the creation of context data by setting a Closure in context which is called when the log record is used (#1745)op_type
tocreate
instead of the defaultindex
(#1766)BrowserConsoleHandler
logging to use more appropriate methods than just console.log in the browser (#1739)WhatFailureGroupHandler
not catching errors happening insideclose()
(#1791)GoogleCloudLoggingFormatter
(#1758)AmqpHandler->setExtraAttributes
not working with buffering handler wrappers (#1781)v3.2.0
Compare Source
CubeHandler
andPHPConsoleHandler
as both projects are abandoned and those should not be used anymore (#1734)Logger
@final
as it should not be extended, prefer composition or talk to us if you are missing something7
to0
) support toLogger::log
andLogger::addRecord
to increase interoperability (#1723)SyslogFormatter
to output syslog-like files which can be consumed by tools like lnav (#1689)__toString
for objects which are not json serializable inJsonFormatter
(#1733)GoogleCloudLoggingFormatter
(#1719)AmqpHandler->setExtraAttributes
to allow configuring attributes when using an AMQPExchange (#1724)\n
or\r
sequences (#1720)v3.1.0
Compare Source
$datetime
parameter toLogger::addRecord
as low level API to allow logging into the past or future (#1682)Logger::useLoggingLoopDetection
to allow disabling cyclic logging detection in concurrent frameworks (#1681)Monolog\Test\TestCase
class as@internal
to make sure PHPStorm does not show it above PHPUnit, you may still use it to test your own handlers/etc though (#1677)v3.0.0
Compare Source
Changes from RC1
Monolog\LevelName
enum does not exist anymore, useMonolog\Level->getName()
instead.v2.10.0
Compare Source
$fileOpenMode
toStreamHandler
to define a custom fopen mode to open the log file (#1913)StreamHandler
handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)StreamHandler
error handler causing issues if a stream handler triggers an error (#1866)JsonFormatter
handling of incomplete classes (#1834)RotatingFileHandler
bug where rotation could sometimes not happen correctly (#1905)v2.9.3
Compare Source
v2.9.2
Compare Source
v2.9.1
Compare Source
v2.9.0
Compare Source
BrowserConsoleHandler
logging to use more appropriate methods than just console.log in the browser (#1739)WhatFailureGroupHandler
not catching errors happening insideclose()
(#1791)GoogleCloudLoggingFormatter
(#1758)AmqpHandler->setExtraAttributes
not working with buffering handler wrappers (#1781)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.
This PR was generated by Mend Renovate. View the repository job log.